Skip to content

Imports General Transit Feed Specification (gtfs) data into PostgreSQL

License

Notifications You must be signed in to change notification settings

bbusse/gtfso-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtfso-import

Import gtfs data into PostgreSQL

Use Container

Make sure the PostgreSQL host is accessible from the container

$ podman run -e DB_HOST=fdc7:a61d:d247::42 \
             -e DB_USER=gtfso \
             -e DB_NAME=gtfso \
             -e DB_LOCALE=de_DE.UTF-8 \
             -e URL_DATA=https://www.vbb.de/vbbgtfs \
             ghcr.io/bbusse/gtfso-import:latest

Build Container

$ git clone https://github.com/bbusse/gtfso-import
$ cd gtfso-import
$ podman build -t gtfso-import .

Resources

https://en.wikipedia.org/wiki/GTFS
https://developers.google.com/transit/gtfs/reference/extended-route-types
GTFS data for Berlin
GTFS data for Munich

About

Imports General Transit Feed Specification (gtfs) data into PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages