Data served by this app
Static, versioned data managed by this repo
This data will be baked into the snow-today-webapp-server Docker image.
variables.json: Index of available variables. Maintained by hand.regions.json: Index of available regions and their associated subregion collections. Produced bymake_region_shapes_and_index.py, but hand-editing is expected after initial creation.shapes/*.geojson: Shapes (GeoJSON) of each region. Produced bymake_region_shapes_and_index.py.
Dynamic data produced on a daily basis
These data are produced daily on the Research Computing hardware, transferred to NSIDC hardware, and post-processed for use by the webapp.
This data is expected to be mounted at runtime.
cogs/: Cloud-Optimized GeoTIFFs. ~9 per day (1 for each variable). These are originally created on RC as regular GeoTIFFs, transferred, then post-processed bymake_cogs.shto produce final COGs.plots/: JSON data series for plotting. Each file contains keys:day_of_water_year,min,max,prc25,prc75,median, andyear_to_date. These are originally created on RC as CSV files, transferred, then post-processed bymake_plot_json.pyto produce final JSON.