A multi-modal, multi-platform trip planner with a REST API.
Questions tagged [opentripplanner]
48 questions
5
votes
1 answer
GTFS based Transit Planning using PGRouting
I have followed below tutorial for setting-up OpenTripPlanner by importing GTFS data and it worked.
http://docs.opentripplanner.org/en/latest/Basic-Tutorial/
But I have to integrate the trip planning on an existing GIS implementation which uses…

MobDev
- 1,489
- 1
- 17
- 26
4
votes
0 answers
“An attempt was made to access a socket in a way forbidden by its access permissions” when accessing localhost from inside an Azure Function
Disclaimer:
It's a cliche but it works on my machine(!)
Context:
Http Triggered Azure Function App Running on Windows With a "Free Tier" option.
Details:
I have an Azure Function App that host and runs a JAR file that spins up a Grizzly server which…

Ricky Youssef
- 228
- 4
- 10
4
votes
0 answers
GTFS in OpenTripPlanner
Iam Working on a tripplanner, i got a problem, that my GTFS won't work.
The OSM files is loaded in correctly, the tripplanner now makes the fastest route from point A to B, but it does not take busses into consideration. Only walking.
My GTFS file…

Andre Mesel
- 113
- 1
- 9
2
votes
1 answer
Open trip planner script slower on days other than today
I'm making use of open trip planner using the jython scripting method explained here: http://docs.opentripplanner.org/en/latest/Scripting/
(specifically 'Using OTP as a library') and am using a script very similar to their example script
For…

Deruijter
- 2,077
- 16
- 27
2
votes
1 answer
Read XML file from URL in Python
I'm using an open source project call OpenTripPlanner which is a tool that I plan to use to simulate a lot of itineraries from one point to another at a given time. So far, I've managed to find the URL where an XML file containing all information…

olivierhsta
- 103
- 3
- 12
2
votes
2 answers
Opentripplanner Graph.obj file not found error
Trying to run the opentripplanner and using the Graph.obj to run it for a country.
But whenever trying to run the server it is giving the filenotfound exception at location /otp/Graph.obj although i have put the Graph.obj in the same…

Harish Garg
- 139
- 8
2
votes
1 answer
How to use GTFS-realtime in OpenTripPlanner standalone?
I developed a tool to convert german transit data into GTFS and GTFS-realtime.
Now I've got the task to test these files in OTP and I installed this standalone…

antje
- 21
- 3
2
votes
2 answers
How to calculate distance from point A to point B taking into account the availability of roads and public transport?
Imagine I have a PostGIS database with following pieces of information
OSM (OpenStreetMap) of a city,
the roads/streets inside the city and
the routes of public transport in that city.
I want
to calculate distance from building A to building B…

Glory to Russia
- 17,289
- 56
- 182
- 325
1
vote
0 answers
Open Trip Planner 2 - Does it support planning many trips at once?
I'm trying to create a dashboard that simulates the usage of a public transport network for a city by planning many trips at once for a set of different origins, destinations and times.
Does Open Trip Planner 2 support sending multiple plan requests…

Nathan Jackson
- 13
- 3
1
vote
0 answers
Building graph from OSM and GTFS data using OTP
I have a few questions regarding building graph with OTP (OpenTripPlanner) containing GTFS data and OSM data. I am using GTFS and OSM data for Berlin.
I read here that OTP version 2 does not support isochrone and surface analysis features. This is…

Jio
- 578
- 3
- 8
- 27
1
vote
0 answers
OTP : export isochron
I would like to export my isochrones with this link: http://localhost:8080/otp/routers/npdc/isochrone?fromPlace=50.44748389174579,2.973716363690387&mode=WALK,TRANSIT&date=09-14-2021&time=8:00am&maxWalkDistance=500&cutoffSec=1800&cutoffSec=3600
but…

Y. ELM
- 11
- 1
1
vote
1 answer
Open Trip Planner 2. Start server from multiple graph.obj file
I have otp-2.0.0-rc1-shaded.jar file into /home/otp/ directory
I have two graph files (with gtfs archives and pbf files) into following directories:
/home/otp/graphs/ru
/home/otp/graphs/ua
I tried start server with command
java -Xmx19G -jar…

Dmitry Oleinik
- 187
- 1
- 13
1
vote
0 answers
Is it possible to partially calculate the graphs of Open Trip Planner?
I have a question about Open Trip Planner. In the project I'm working on I've automated the download of GTFS files whenever an update is available.
Every time my server downloads a new update, however, it is recreating the entire graph (including…

Lucia Pintor
- 11
- 2
1
vote
1 answer
How to work with gtfs real time in OpenTripPlanner
I am working with opentripplanner to show trips and stops and I can work fine with GTFS. Now, I want to work with GTFS Real Time, but I don't know how to generate pb files. What are the first steps to work with GTFS Real Time?

User404
- 11
- 2
1
vote
0 answers
How triangle options works in OTP?
I'm new to OpenTripPlanner project. Trying to understand how the travel options are working like walk, bicycle and other options. When we are choosing Bicycle only,
we have an Triangle option where the end user can specify the parameters like…

Pearl
- 384
- 1
- 8
- 15