OpenWaterFoundation / cdss-app-snodas-tools

Colorado's Decision Support Systems (CDSS) Snow Data Assimilation System (SNODAS) Tools
8 stars 4 forks source link

Add command line parameters to control first and last steps run #47

Open smalers opened 1 year ago

smalers commented 1 year ago

The interactive script works well to download and run the process. However, if enhancements or bug fixes are made to the script, don't need to re-download files. It would be helpful to be able to indicate with command line parameters which steps should be run, for example:

  1. download
  2. setup
  3. clip
  4. snowcover
  5. stats
  6. tsproducts

The command parameters could be something like --startstep=setup, --endstep=tsproducts. Selecting a date range would then allow granular control over processing. If the software is updated, appropriate steps could be rerun.