https://github.com/kamicollo/open-trip-planner
Public Transit Isochrones with OTP and GTFS
https://github.com/kamicollo/open-trip-planner
Last synced: 8 months ago
JSON representation
Public Transit Isochrones with OTP and GTFS
- Host: GitHub
- URL: https://github.com/kamicollo/open-trip-planner
- Owner: kamicollo
- Created: 2022-03-09T18:39:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T18:49:40.000Z (over 4 years ago)
- Last Synced: 2025-03-26T10:12:59.332Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Open Trip Planner instance
This folder contains the Dockerfile to create an Atlanta-based OTP instance.
To use:
- Build docker image `docker build -t otp-atlanta .` (will take 5-10 minutes as it needs to download various datasets)
- Run the image and expose port 8080 ` docker run -dp 8062:8080 --name docker_container_name otp-atlanta`
You can then:
- Navigate to `localhost:8062` and confirm that the OTP planner is running.
- Try out a sample Jupyter notebook (`isochrones.ipynb`) which retrieves an isochrones for a location in Atlanta.
Details on isochrone API endpoint can be found @ http://dev.opentripplanner.org/apidoc/1.5.0/resource_LIsochrone.html.