From 31c58c028f2bc27ffbaeaea805480208ec048de76829ddf9c7ff2829eb8fd22a Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Sun, 7 Dec 2025 18:04:08 -0700 Subject: [PATCH] first addition of agency_names.csv --- .gitignore | 1 + README.md | 4 ++-- config/agency_names.csv.sample | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 config/agency_names.csv.sample diff --git a/.gitignore b/.gitignore index b78c6b2..7ecd146 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # Exclude agency_list.csv config/agency_list.csv +config/agency_names.csv #Exclude contents of the postres_data directory postgres_data diff --git a/README.md b/README.md index 73842fd..69e6b14 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Dagster setup that scrapes GTFS and GTFS-RT for specified transit agencies and a 1. Edit the .env file. copy `env.sample` to `.env` and change: - - Postgres database password - make it something random before the first run + - Postgres database password - make it something random before the first run. - MobilityDatabase.org API token - - Location of `data`, `config`, and `postgres_data` directories (default is in working directory). `config` is part of the repo as it comes with sample configuration files. + - *Optional* Change location of `data`, `config`, and `postgres_data` directories, default is in working directory. `config` is part of the repo as it comes with sample configuration files. 2. Edit `config/agency_list.csv` - See `config/agency_list.csv.sample` for an example. diff --git a/config/agency_names.csv.sample b/config/agency_names.csv.sample new file mode 100644 index 0000000..8cdd165 --- /dev/null +++ b/config/agency_names.csv.sample @@ -0,0 +1,4 @@ +Name +Metro Transit - City of Madison +Milwaukee County Transit System (MCTS) +Whatcom Transportation Authority \ No newline at end of file