added agency_list.csv.sample and updated README
This commit is contained in:
parent
97aa28e003
commit
e761964bea
3 changed files with 10 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue