You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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://[email protected]:5432/ott --api_key -c ### NOTE: create rt_ tables and populate all services
bin/gtfsdb-rt-loader -a TRIMET -d postgresql+psycopg2://[email protected]: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://[email protected]:5432/ott --api_key -t None -v null ### NOTE: just update the Alerts data (skip trip and vehicle updates)
Thank you
The text was updated successfully, but these errors were encountered:
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://[email protected]:5432/ott --api_key -c ### NOTE: create rt_ tables and populate all services
bin/gtfsdb-rt-loader -a TRIMET -d postgresql+psycopg2://[email protected]: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://[email protected]:5432/ott --api_key -t None -v null ### NOTE: just update the Alerts data (skip trip and vehicle updates)
Thank you
The text was updated successfully, but these errors were encountered: