File is 15GB.
Need to pull drb_climate_2022_06_14.nc more efficiently. Let's explore placing it in an S3 bucket that we can request directly in 1_fetch.R
|
# Read in meteorological data aggregated to NHDPlusV2 catchments for the |
|
# DRB (prepped in https://github.com/USGS-R/drb_gridmet_tools). Note that |
|
# the DRB met data file must be stored in 1_fetch/in. If working outside |
|
# of tallgrass/caldera, this file will need to be downloaded from the |
|
# PGDL-DO project's S3 bucket and manually placed in 1_fetch/in. |
|
tar_target( |
|
p1_drb_nhd_gridmet, |
|
"1_fetch/in/drb_climate_2022_06_14.nc", |
|
format = "file" |
|
), |