Skip to content

Commit

Permalink
pipeline for prediction outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Sep 5, 2022
1 parent 01b5452 commit 1c4d538
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ $(ICOM_DATA)/Modeling\ Data/Processed\ Data\ p1/data_w_fwi.csv: scripts/00_calcu
python $<
cp "$@" data

data/prediction/modis-2022_09_04.csv: scripts/03_get_data_predict.py
python $< --date "2022-09-04"

data/prediction/2022-09-04.tif: scripts/04_rf_predict.py \
data/prediction/modis-2022_09_04.csv
python $< --date "2022-09-04"

# ---- figures

figures: figures/00_combined.pdf
Expand Down Expand Up @@ -153,7 +160,7 @@ figures/00_combined.pdf: figures/_discharge.pdf figures/_obs_stats.pdf \
figures/_importance_all.pdf
pdftk $(wildcard figures/_*.pdf) output figures/00_combined.pdf

# ---
# --- tables

tables: figures/00_tables.pdf

Expand Down

0 comments on commit 1c4d538

Please sign in to comment.