OpenTransitTools / gtfsdb_realtime

Real-time GTFS database loader and ORM library.
Other
11 stars 1 forks source link

Using different transit agency #2

Open eduabumah001 opened 4 years ago

eduabumah001 commented 4 years ago

Hello, I am working with MBTA and San Doego GTFS data and I am trying to import both static and realtime data into Postgres. Can you please help with modifying the following command s so I can use them for my data?

bin/gtfsdb-rt-loader -a TRIMET -d postgresql+psycopg2://ott@127.0.0.1:5432/ott --apikey -c ### NOTE: create rt tables and populate all services

bin/gtfsdb-rt-loader -a TRIMET -d postgresql+psycopg2://ott@127.0.0.1:5432/ott --api_key -t None -v null ### NOTE: just update the Alerts data (skip trip and vehicle updates)

bin/gtfsdb-rt-loader -a TRIMET -d postgresql+psycopg2://ott@127.0.0.1:5432/ott --api_key -t None -v null ### NOTE: just update the Alerts data (skip trip and vehicle updates)

Thank you