-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake.sh
More file actions
16 lines (12 loc) · 699 Bytes
/
Copy pathmake.sh
File metadata and controls
16 lines (12 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Input data will be placed in inputs. Figures and sheets will be placed in outputs_1.
mkdir inputs outputs
# download the data from Open NYC
wget https://data.cityofnewyork.us/api/views/hemm-82xw/rows.csv?accessType=DOWNLOAD
# rename and move the downloaded file
mv rows.csv\?accessType\=DOWNLOAD inputs/311_Service_Requests_from_2015.csv
# run the analysis
echo "Warning: The analysis is memory intensive and may take a moment."
python3 Testing_flood_predictions.py
Rscript Storm_parameters_figure.r
# build the report (optional)
# pandoc Validation_of_the_Visionmaker_NYC_Hydrological_Model.md -f markdown+implicit_figures -t latex -o Validation_of_the_Visionmaker_NYC_Hydrological_Model.pdf