https://github.com/fdefabricio/gtfs2postgis
Upload GTFS data into PostgreSQL PostGIS
https://github.com/fdefabricio/gtfs2postgis
go golang gtfs postgis postgresql
Last synced: 6 months ago
JSON representation
Upload GTFS data into PostgreSQL PostGIS
- Host: GitHub
- URL: https://github.com/fdefabricio/gtfs2postgis
- Owner: FdeFabricio
- Created: 2018-02-06T00:51:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T23:27:39.000Z (over 8 years ago)
- Last Synced: 2024-06-19T15:06:21.409Z (about 2 years ago)
- Topics: go, golang, gtfs, postgis, postgresql
- Language: Go
- Size: 2.31 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gtfs2postgis
Properties of fields:
It seems that there is no convention regarding the length of fields. Whilst GTFS website doesn't mention it, transportation organisations diverge:
[transitwiki](https://www.transitwiki.org/TransitWiki/images/e/e7/GTFS+_Additional_Files_Format_Ver_1.7.pdf) mentions 15 characters for `stop_id` while [MBTA](https://mbta.com/developers/gtfs-documentation#stops) states 45.
For this reason I adopted a very high limit of 255 characters.