Skip to content

Commit 18728c7

Browse files
authored
Merge pull request #1213 from cal-itp/ah_gtfs
GTFS Digest
2 parents c80268d + 573eba2 commit 18728c7

File tree

186 files changed

+1069
-386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+1069
-386
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ build_gtfs_digest:
4242
$(eval export site = gtfs_digest)
4343
#cd data-analyses/rt_segment_speeds && pip install -r requirements.txt && cd ../_shared_utils && make setup_env && cd ..
4444
#cd gtfs_digest/ && python deploy_portfolio_yaml.py && make assemble_data && cd ..
45+
cd gtfs_digest/ && python deploy_portfolio_yaml.py
4546
make build_portfolio_site
4647

4748
build_gtfs_digest_testing:
4849
$(eval export site = gtfs_digest_testing)
4950
#cd data-analyses/rt_segment_speeds && pip install -r requirements.txt && cd ../_shared_utils && make setup_env && cd ..
51+
#cd gtfs_digest/ && make assemble_data && cd ..
5052
make build_portfolio_site
5153

5254
add_precommit:

gtfs_digest/03_report.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"outputs": [],
5454
"source": [
5555
"# Comment out and leave this cell right below pandas\n",
56-
"# organization_name = \"Marin County Transit District\""
56+
"organization_name = \"Marin County Transit District\""
5757
]
5858
},
5959
{

0 commit comments

Comments
 (0)