Skip to content

Commit 5cb9061

Browse files
committed
adjusting and debugging files to get makefile commands to work
1 parent 3cfd864 commit 5cb9061

File tree

4 files changed

+96
-5
lines changed

4 files changed

+96
-5
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ build_ntd_annual_report:
3939
cd ntd/annual_ridership_report/ && python deploy_portfolio_yaml.py && cd ..
4040
make build_portfolio_site
4141

42-
build_new_transit_metrics_report
43-
$(eval export site = new_transit_metrics_report
42+
build_new_transit_metrics_report:
43+
$(eval export site = new_transit_metrics)
4444
cd bus_service_increase/ && make setup_bus_service_utils && cd ..
4545
cd ntd/new_transit_metrics/ && python deploy_portfolio_yaml.py && cd ..
4646
make build_portfolio_site

ntd/new_transit_metrics/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
new_transit_metrics_report:
2-
python new_transit_metrics_utils.py
3-
cd ../../ && make build_new_transit_metrics_report -f Makefile
2+
python new_transit_metrics_utils.py
3+
cd ../../ && make build_new_transit_metrics_report -f Makefile

ntd/new_transit_metrics/deploy_portfolio_yaml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from shared_utils import portfolio_utils
1919
from update_vars import GCS_FILE_PATH
2020

21-
PORTFOLIO_SITE_YAML = Path("../portfolio/sites/new_transit_metrics.yml")
21+
PORTFOLIO_SITE_YAML = Path("../../portfolio/sites/new_transit_metrics.yml")
2222

2323
if __name__ == "__main__":
2424

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
directory: ./ntd/new_performance_metrics
2+
notebook: ./ntd/new_performance_metrics/new_transit_metrics.ipynb
3+
parts:
4+
- caption: Introduction
5+
- chapters:
6+
- params:
7+
rtpa: Alpine County Local Transportation Commission
8+
- params:
9+
rtpa: Amador County Transportation Commission
10+
- params:
11+
rtpa: Butte County Association of Governments
12+
- params:
13+
rtpa: Calaveras Council of Governments
14+
- params:
15+
rtpa: Colusa County Transportation Commission
16+
- params:
17+
rtpa: Council of San Benito County Governments
18+
- params:
19+
rtpa: Del Norte Local Transportation Commission
20+
- params:
21+
rtpa: El Dorado County Transportation Commission
22+
- params:
23+
rtpa: Fresno Council of Governments
24+
- params:
25+
rtpa: Glenn County Transportation Commission
26+
- params:
27+
rtpa: Humboldt County Association of Governments
28+
- params:
29+
rtpa: Inyo County Local Transportation Commission
30+
- params:
31+
rtpa: Kern Council of Governments
32+
- params:
33+
rtpa: Kings County Association of Governments
34+
- params:
35+
rtpa: Lake County/City Area Planning Council
36+
- params:
37+
rtpa: Lassen County Transportation Commission
38+
- params:
39+
rtpa: Madera County Transportation Commission
40+
- params:
41+
rtpa: Mariposa County Local Transportation Commission
42+
- params:
43+
rtpa: Mendocino Council of Governments
44+
- params:
45+
rtpa: Merced County Association of Governments
46+
- params:
47+
rtpa: Metropolitan Transportation Commission
48+
- params:
49+
rtpa: Modoc County Transportation Commission
50+
- params:
51+
rtpa: Nevada County Transportation Commission
52+
- params:
53+
rtpa: Placer County Transportation Planning Agency
54+
- params:
55+
rtpa: Plumas County Transportation Commission
56+
- params:
57+
rtpa: Sacramento Area Council of Governments
58+
- params:
59+
rtpa: San Diego Association of Governments
60+
- params:
61+
rtpa: San Joaquin Council of Governments
62+
- params:
63+
rtpa: San Luis Obispo Council of Governments
64+
- params:
65+
rtpa: Santa Barbara County Association of Governments
66+
- params:
67+
rtpa: Santa Cruz County Regional Transportation Commission
68+
- params:
69+
rtpa: Shasta Regional Transportation Agency
70+
- params:
71+
rtpa: Sierra County Local Transportation Commission
72+
- params:
73+
rtpa: Siskiyou County Local Transportation Commission
74+
- params:
75+
rtpa: Southern California Association of Governments
76+
- params:
77+
rtpa: Stanislaus Council of Governments
78+
- params:
79+
rtpa: Tahoe Regional Planning Agency
80+
- params:
81+
rtpa: Tehama County Transportation Commission
82+
- params:
83+
rtpa: Transportation Agency for Monterey County
84+
- params:
85+
rtpa: Trinity County Transportation Commission
86+
- params:
87+
rtpa: Tulare County Association of Governments
88+
- params:
89+
rtpa: Tuolumne County Transportation Council
90+
readme: ./ntd/new_performance_metrics/README.md
91+
title: New Transit Performance Metrics

0 commit comments

Comments
 (0)