OpenWaterFoundation / owf-app-snodas-ng

Open Water Foundation SNODAS snowpack user interface built with Angular
0 stars 0 forks source link

Replace the old /app/ GCP bucket path to /data/ #26

Closed Nightsphere closed 2 years ago

Nightsphere commented 3 years ago

The version 1 SNODAS app used the snodas.cdss.state.co.us/app/... bucket. Change this to use the snodas.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.

Nightsphere commented 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.

Nightsphere commented 2 years ago

This issue has been addressed, and will be closed.