Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
26 views

I am using my own local OTP server fed with GTFS data from a public transport agency. I download said data every month in order to catch updates (very rare) or to avoid the data expiring. That data is ...
bliako's user avatar
  • 1,221
0 votes
0 answers
39 views

I'm using OpenTripPlanner 2 (OTP2) as the backend for a JavaFX-based transit map application. The GTFS data is loaded correctly, and routing works, but I encountered a serious issue. Problem: When ...
user30334391's user avatar
0 votes
1 answer
83 views

I am using an instance of OpenTripPlanner(route mapping software) and querying its API using JSON. Below is the code: headers = { 'Content-Type': 'application/json', 'OTPTimeout': '180000', ...
James Polo's user avatar
-1 votes
3 answers
426 views

I was following this tutorial: https://docs.opentripplanner.org/en/latest/Basic-Tutorial/ to get started with OpenTripPlanner for the first time. Once I got to the step "starting OTP" I ...
Noah's user avatar
  • 1
1 vote
0 answers
231 views

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 ...
Nathan Jackson's user avatar
0 votes
1 answer
760 views

My question is a duplicate of this question: GTFS in OpenTripPlanner , but there arent any solutions in that answer. My gtfs are loaded correctly and the stops do appear on the map. But OTP doesnt ...
Billy's user avatar
  • 27
1 vote
0 answers
345 views

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 ...
Jio's user avatar
  • 608
0 votes
1 answer
480 views

Is there a way that I can use OpenTripPlanner in Flutter? I'm able to set it up locally on my laptop with GTFS but I don't know how to implement it in Flutter. For context, I'm building a public ...
Boxxy's user avatar
  • 1
0 votes
1 answer
566 views

I am trying to use open trip planner and I’m using the src/client/index.html to view the gtfs and osm data. What file do I edit to point the data to use for otp? Where do I put the gtfs and osm data ...
Andrew's user avatar
  • 9
-1 votes
1 answer
172 views

I am fairly new to the OpenTripPlanner and would like to implement it into a small portion of an already built website. Is this possible and if so how would I go about adding it?
Joe Nordling's user avatar
1 vote
0 answers
49 views

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:...
Y. ELM's user avatar
  • 11
0 votes
0 answers
300 views

Using R and the package otpr I am trying to run the example library(otpr) otpcon <- otp_connect() otp_get_distance( otpcon, fromPlace = c(53....
Jesper Hybel Pedersen's user avatar
0 votes
1 answer
184 views

I am writing my bachelor's thesis on cross-platform applications for transport management systems. The idea is to create a React Native application with OpenTripPlanner. I have found this - https://...
Gundega's user avatar
1 vote
1 answer
520 views

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 ...
Dmitry Oleinik's user avatar
0 votes
1 answer
471 views

I am setting up a OTP instance on my local machine and I have at my disposal all the necessary feeds (Static and Real-Time). Some of these have some issues regarding the quality of data but overall ...
Steven's user avatar
  • 43
0 votes
1 answer
489 views

OTP 1.4.0 will return all of the stops in the GTFS feed but will not return nearby stops when provided with lat/lon and radius. Does anyone know why this is happening and how to resolve it? http://{...
Damion's user avatar
  • 21
1 vote
0 answers
283 views

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, ...
Lucia Pintor's user avatar
0 votes
1 answer
376 views

I'm trying to deploy a solution using Open Trip Planner, and everything is OK if I use HTTP, but apparently the HTTPS connection doesn't work. I've followed the official docs but with no success, ...
Leonardo Spina's user avatar
4 votes
0 answers
5k views

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 ...
Ricky Youssef's user avatar
1 vote
1 answer
2k views

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 ...
User404's user avatar
  • 11
1 vote
0 answers
65 views

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 ...
Pearl's user avatar
  • 414
2 votes
1 answer
208 views

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 ...
Deruijter's user avatar
  • 2,169
5 votes
1 answer
1k views

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 ...
MobDev's user avatar
  • 1,531
0 votes
1 answer
222 views

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. ...
user3802649's user avatar
0 votes
1 answer
751 views

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. ...
olivierhsta's user avatar
2 votes
1 answer
4k views

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 ...
olivierhsta's user avatar
0 votes
1 answer
395 views

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 ...
Paul Z Wu's user avatar
  • 575
0 votes
2 answers
280 views

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,...
Coryza's user avatar
  • 291
1 vote
1 answer
1k views

I am new to open trip planner (and OpenStreetMap too), and I would like to use it in a web application, where I would let the user choose preferred options (like travel mode) and even use tags to ...
Usr's user avatar
  • 2,888
0 votes
1 answer
443 views

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 ...
proma's user avatar
  • 39
0 votes
1 answer
494 views

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 ...
proma's user avatar
  • 39
0 votes
1 answer
331 views

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()...
Dmitriy's user avatar
0 votes
1 answer
384 views

I have an isochron polygon generated with OpenTripPlanner: {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[]},"properties":{"time":-47},"id":...
the world is not flat's user avatar
0 votes
1 answer
959 views

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. ...
APPGIS's user avatar
  • 353
1 vote
0 answers
679 views

I have a python script that calls OpenTripPlanner to calculate a travel time matrix between pairs of geolocated points. The python script uses a for loop to calculate one matrix for every departure ...
rafa.pereira's user avatar
  • 13.9k
1 vote
1 answer
809 views

I use this command to get the Grizzly server running: java -Xmx6G -jar otp-0.19.0-shaded.jar --build Data --inMemory and it successfuly runs the Grizzly server on 8080. But because I have want to now ...
dimrizo's user avatar
  • 519
0 votes
1 answer
122 views

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 ...
Dina Magdy's user avatar
1 vote
1 answer
93 views

I started java -Xmx512M -jar /home/ec2-user/OpenTripPlanner/otp-0.20.0-20160422.165451-50-shaded.jar --basePath /home/ec2-user/OpenTripPlanner --server I have this in the base path [ec2-user@ip-172-...
Yash's user avatar
  • 1,008
0 votes
1 answer
513 views

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 ...
shweta singh's user avatar
0 votes
1 answer
110 views

How can I allocate GTFS fares depending on the time e.g. off-peak/peak times?
WLedwaba's user avatar
0 votes
1 answer
1k views

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's user avatar
  • 7,464
2 votes
2 answers
1k views

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 ...
Harish Garg's user avatar
2 votes
1 answer
2k views

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 Version: https://github.com/...
antje's user avatar
  • 21
0 votes
1 answer
476 views

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's user avatar
0 votes
1 answer
731 views

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 ...
Yuri's user avatar
  • 365
4 votes
0 answers
2k views

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 ...
Andre Mesel's user avatar
0 votes
1 answer
864 views

I installed opentripplanner and want to use its geocoder to get coordinates by location name. However, I neither found any info of how to use it nor any examples. Could someone provide an request to ...
Oleg's user avatar
  • 615
0 votes
1 answer
97 views

I have developed a journey planner app using opentripplanner (its a java based server). Now i want to put my server online using Cloudbees, but i don't know how I can achieve this. Kindly help me out ...
Khayam Gondal's user avatar
2 votes
2 answers
989 views

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 ...
Glory to Russia's user avatar