Questions tagged [opentripplanner]

A multi-modal, multi-platform trip planner with a REST API.

Literature

48 questions
0
votes
1 answer

How to create a GTFS_RT feed from a bogus AVL feed in csv format

I am trying to produce a GTFS Realtime Feed from AVL data that a transit agency is providing. The thing is that there doesn't seem to be a link between the offical GTFS data and this AVL data set. The vehicle position and 'lateness' data is under an…
user3802649
  • 379
  • 2
  • 13
0
votes
1 answer

Can't open web application from server URL

I'm currently trying to incorporate an application called OpenTripPlanner to my web site. The documentation on how to set it up loccally is clear and I got it to work on my computer fairly easily. However, I'm now trying to let the user of my…
olivierhsta
  • 103
  • 3
  • 12
0
votes
1 answer

How to get the correct Concave Hull using OpenTripPlanner API?

The following code does not give me the result I expected. I expect to have all the points as the nodes of the polygon and the polygon contains all the points. How to use the API correctly? Also if I set thresold less than 1, the program got into…
Paul Z Wu
  • 555
  • 1
  • 5
  • 16
0
votes
2 answers

How to define irregular service in GTFS

Does anyone know how I should define a transit service that only occurs on public holidays, in GTFS? calendar.txt as; '4,0,0,0,0,0,0,0,20161211,20171209' calendar_dates.txt as; '4,20171001,1' '4,20171002,1' '4,20171225,1' '4,20171226,1' This…
Coryza
  • 231
  • 1
  • 3
  • 12
0
votes
1 answer

OTP program argumets and warnings

I've installed OTP using IntelliJ IDEA. I downloaded GTFS and OSM data from Berlin and I create a main configuration to build the graph and the server. Once I run it, it gives me the following warnings: 15:26:18.781 INFO (Graph.java:805) Main graph…
proma
  • 39
  • 1
  • 1
  • 7
0
votes
1 answer

OpenTripPlanner: Get GTFS and OSM data

I've managed to install OTP on my computer using Git Bash. I was trying to follow the OTP Basic Usage to get some data, but I cannot do it. Can someone explain me how to do it? Or maybe give a link with a sample that I can follow? Thank you, Paula
proma
  • 39
  • 1
  • 1
  • 7
0
votes
1 answer

Is it possible to exclude stops from routing through the code in OpenTripPlanner?

I try to exclude a stop from routing through the code. I create gtfs realtime Alert public class ServiceAlertStop { GtfsRealtime.FeedMessage feedMessage; public GtfsRealtime.FeedMessage config(){ GtfsRealtime.FeedMessage.Builder…
Dmitriy
  • 1
  • 1
  • 3
0
votes
1 answer

An empty polygon generated with OpenTripPlanner generates error with .is_empty Shapely instruction

I have an isochron polygon generated with OpenTripPlanner: {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[]},"properties":{"time":-47},"id":"fid--576b228b_15b66d32d71_-7cbd"}]} This…
0
votes
1 answer

Extend Open Trip PLanner function

i'm a developer and i'm working on a app about smart mobility. Into smart mobility i woul like to use a intermodal routing and i have seen that open trip planner is a good open source product to work. I have see that google work in similar way but…
APPGIS
  • 353
  • 1
  • 10
  • 20
0
votes
1 answer

Open trip planner internal algorthim

i know this might look silly, but i am a student really need help to completely understand how the OTP works , code , classes for a school research any recommendation from where to start or what to read ? really will appreciate the help
Dina Magdy
  • 15
  • 4
0
votes
1 answer

Using GTFS real time feed

I am trying to use GTFS real time updates and have otp version - otp-0.19.0-SNAPSHOT-shaded.jar but, it doesn't have Configuration.md file which contains router-config.json. Please suggest how can i get a newer version of otp jar file or can…
0
votes
1 answer

GTFS fares allocation depending on time

How can I allocate GTFS fares depending on the time e.g. off-peak/peak times?
WLedwaba
  • 21
  • 3
0
votes
1 answer

OTP encoded polyline same as Google encoded polyline?

I have been researching and trying to make sense. My question: are the encoded polylines that Google gives in its directions api same as the leg geometry encoded polylines of Open Trip Planner?
jaxxbo
  • 7,314
  • 4
  • 35
  • 48
0
votes
1 answer

Run the opentripplanner project on local machine

I have cloned the git code of open tripplanner. Also build it using maven tool but not able to run it. Specify the command or the entry point to run the code on local machine.
Harish Garg
  • 139
  • 8
0
votes
1 answer

OpenTripPlanner getting started tutorial error

I'm trying to install OpenTripPlanner following the official tutorial. I've correctly cloned the git repository, then I import the project in Eclipse but it is unable to build all the packages. One of the error is "The import org.geotools cannot be…
Yuri
  • 365
  • 6
  • 13