Closed Nightsphere closed 3 years ago
Realized that the entire static data folder was not being sent to the GCP VM, and therefore not being pushed up to the GCP bucket. I updated the create-installer-tar.bash
in SNODAS Tools to include all the necessary static data used, including the Colorado boundary and basin boundary geojson files.
These will be pushed up to the bucket later, and then I can finish updating the last few remaining /app/
to /data/
paths. These only exist on the data.md
file now, under Static Data Downloads.
This issue has been addressed, and will be closed.
The version 1 SNODAS app used the
snodas.cdss.state.co.us/app/...
bucket. Change this to use thesnodas.cdss.state.co.us/data/...
path for the QGIS 3/Python 3 data.In the Data tab, there are examples of files from each of the processed files, but only 3 days have been processed so far on the GCP VM. I'll wait until more days ran before I change all instances of
/app/
into/data/
, so better example files can be used.