USGS-R / drb-inland-salinity-ml

Code repo for Delaware River Basin machine learning models that predict inland salinity.
Creative Commons Zero v1.0 Universal
3 stars 4 forks source link

Save only DRB data in a target for large CONUS downloads #77

Open jds485 opened 2 years ago

jds485 commented 2 years ago

This issue is to reduce the storage size of downloaded data in our repo. The plan based on our meeting is to combine 3 steps into one target that calls the existing functions for:

  1. the fetch of the zipped file,
  2. unzipping, and
  3. clipping to DRB
  4. [new step] deleting the zipped and unzipped files.

The new target would save the clipped dataset.

Examples: NADP and NLCD land cover datasets

jds485 commented 2 years ago

Lauren suggests applying unzip and clip function to NADP and NLCD datasets

jds485 commented 2 years ago

After #148, I think only NLCD datasets would need to be clipped

jds485 commented 2 years ago

Also applies to road salt rasters

jds485 commented 2 years ago

Total storage of these files is < 1 GB, so this is low priority