edited README

This commit is contained in:
Ben Varick 2025-11-07 18:12:09 -08:00
parent b718007dda
commit cb7247f2f1
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo

View file

@ -3,7 +3,9 @@
Dagster setup that scrapes GTFS and GTFS-RT for specified transit agencies and adds them to a DuckDB Dagster setup that scrapes GTFS and GTFS-RT for specified transit agencies and adds them to a DuckDB
## Input ## Input
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 You define which agencies and feeds to scrape with the file`config/agency_list.csv`
To include the transit agencies that you want to scrape, add the relevant IDs from mobilitydatabase.org
See `config/agency_list.csv.sample` for an example.
## set your environment ## set your environment