added agency_list.csv.sample and updated README

This commit is contained in:
Ben Varick 2025-11-07 18:07:35 -08:00
parent 97aa28e003
commit e761964bea
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
3 changed files with 10 additions and 1 deletions

View file

@ -3,7 +3,7 @@
Dagster setup that scrapes GTFS and GTFS-RT for specified transit agencies and adds them to a DuckDB
## Input
This reads from the `config/agency_list.csv` file, edit this file to include the transit agencies that you want to scrape, add the relevant IDs from mobilitydatabase.org
This reads from the `config/agency_list.csv` file, copy `agency_list.csv.sample` to `agency_list.csv` and edit this file to include the transit agencies that you want to scrape, add the relevant IDs from mobilitydatabase.org
## set your environment
@ -13,6 +13,8 @@ copy `env.sample` to `.env` and change:
- MobilityDatabase.org API token
- Location of data, config, and postgres_data directories (default is in working directory)
# Run it
`docker compose build`
`docker compose up -d`