-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1151 from cal-itp/quarterly-performance-metrics-r…
…eport Refactor: Quarterly performance metrics report
- Loading branch information
Showing
18 changed files
with
7,397 additions
and
2,923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
-e . | ||
altair==5.3.0 | ||
altair-transform==0.2.0 | ||
gtfs-segments==0.1.0 | ||
pyairtable==2.2.2 | ||
great-tables==0.4.0 | ||
polars==0.20.16 | ||
great_tables==0.6.1 | ||
omegaconf==2.3.0 # better yaml configuration | ||
altair==5.3.0 | ||
altair-transform==0.2.0 | ||
polars==0.20.29 | ||
quarto-cli==1.4.554 | ||
quarto==0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
quarterly_performance_report: | ||
#cd ../rt_segment_speeds/ && make && pip install -r requirements.txt && cd .. | ||
python clean_data.py | ||
#cd ../ && make build_quarterly_performance_metrics -f Makefile | ||
python compile_time_series.py | ||
#cd ../ && make build_quarterly_performance_metrics -f Makefile | ||
|
||
quarto_report: | ||
# this renders as html | ||
#quarto render report.ipynb --execute | ||
# to convert ipynb to qmd | ||
quarto convert report.ipynb | ||
# to convert qmd to ipynb | ||
quarto convert report.qmd | ||
#https://quarto.org/docs/computations/parameters.html#jupyter couldn't get this to work | ||
#quarto render report.qmd --execute-params params.yml | ||
quarto publish report.qmd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.