Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrianprelipcean/pgtfs-tutorials
Tutorials for the PGTFS extension
https://github.com/adrianprelipcean/pgtfs-tutorials
geospatial gtfs pgtfs public-transportation routing tutorial
Last synced: about 1 month ago
JSON representation
Tutorials for the PGTFS extension
- Host: GitHub
- URL: https://github.com/adrianprelipcean/pgtfs-tutorials
- Owner: adrianprelipcean
- Created: 2024-04-20T16:00:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T08:19:39.000Z (8 months ago)
- Last Synced: 2024-05-08T09:33:06.451Z (8 months ago)
- Topics: geospatial, gtfs, pgtfs, public-transportation, routing, tutorial
- Language: Dockerfile
- Homepage:
- Size: 7.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSES/CC-BY-NC-SA-4.0.txt
Awesome Lists containing this project
README
## PGTFS
PGTFS is a PostgreSQL extension designed to facilitate routing on top of the GTFS (General Transit Feed Specification) format. It provides functionality to query and analyze public transportation data stored in a PostgreSQL database using GTFS feeds.
The official PGTFS documentation is available at [https://adrianprelipcean.github.io/pgtfs/](https://adrianprelipcean.github.io/pgtfs/)
The source code for PGTFS is available at [https://github.com/adrianprelipcean/pgtfs](https://github.com/adrianprelipcean/pgtfs)
# Tutorials
This is the table of content for the tutorials.The following tutorials have been added:
1. [Intro to pgtfs_csa](001_pgtfs_csa/)
2. [Visualizing PGTFS routes with QGIS](002_pgtfs_qgis/)## License
All content is licensed under CC-BY-NC-SA-4.0 as shown in the [LICENCES](../LICENSES/) folder.