Skip to content

USF-IMARS/rvc_habitat_cover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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&region=DRY+TORT&year=2016&format=csv&commit=Download
      • url fmt_str: https://grunt.sefsc.noaa.gov/rvc_analysis20/samples?utf8=%E2%9C%93&region=${AOI}&year=${YEAR}&format=csv&commit=Download
      • use bash file dl_data.sh at your own risk
  • quarto render
  • .csv files will be created in data/02_reduced for each region

NOTES:

regions

This only works for FGBNS, FLA_KEYS, and DRY_TORT regions. To add more regions: modify dl_data.sh and R/preRender.R

years

dl_data.sh only downloads years listed as of 2024-08. To add additional years: modify dl_data.sh before running.