nsidc / snow-today-webapp-server

Serve data the snow-today-webapp depends on
https://snow-today-webapp-server.readthedocs.io/
MIT License
4 stars 0 forks source link

Represent available variables and their min/max values in root region JSON #39

Closed MattF-NSIDC closed 9 months ago

MattF-NSIDC commented 1 year ago

For some variables (snow cover days) the colormap is spanned across a dynamic range. On day 1 of the water year, the color map span is (0,1). On day 75, it is (0,75). Etc.

Currently the webapp calculates this dynamically after the supercomputer sends data. It could be more effective to make this data part of the root region JSON.