- download data into
data/01_raw
from NOAA.- note: a loop of
wget
requests can be made to reduce human clickwork here.- url example:
https://grunt.sefsc.noaa.gov/rvc_analysis20/samples?utf8=%E2%9C%93®ion=DRY+TORT&year=2016&format=csv&commit=Download
- url fmt_str:
https://grunt.sefsc.noaa.gov/rvc_analysis20/samples?utf8=%E2%9C%93®ion=${AOI}&year=${YEAR}&format=csv&commit=Download
- use bash file
dl_data.sh
at your own risk
- url example:
- note: a loop of
quarto render
.csv
files will be created indata/02_reduced
for each region
This only works for FGBNS, FLA_KEYS, and DRY_TORT regions.
To add more regions: modify dl_data.sh
and R/preRender.R
dl_data.sh
only downloads years listed as of 2024-08.
To add additional years: modify dl_data.sh
before running.