- Update some variable text for sensors, platforms, and algorithms
- Support new SWE column:
percentPeakSWE
.
- Fix ingest code to put legends in the location mandated by the specification.
- Set
Cache-Control: max-age=900
header in NGINX server - Add
legendRelativePath
tosnow-surface-properties/regions/root.json
at the variable level. - Update some variable-level labels, names, other text.
- Change
historicStartWaterYear
->historicWaterYearRange
, a tuple including end year. - SSP:
regions/root.json
migrate variables from region level to region-variable level:lastDateWithData
historicWaterYearRange
historicSource
waterYear
waterYearStartDate
- Only 1 variable in the configuration file should have the raster_notprocessed attribute.
- Change of variable ids.
- Overhaul and document interfaces with Snow Surface Properties and Snow Water Equivalent providers.
- Tweak text for Normalized SWE legend and longname
- Change SWE delta longname and legend text
- Add SWE variables to
variables.json
and redefined thetype
attribute for all entries - Generate static SWE legends
- Change
notprocessed
colormap to yellow to match other graphics
- Bugfix: Add
./data
directory to ingest docker image
- Migrate existing daily ingest task to
ingest-daily-ssp
- Add
ingest-daily-swe
command to create Snow-Water Equivalent JSON files from incoming CSV.
- Add
make-dynamic-legends-daily
ops command: Generates legends which have dynamic colormap value ranges specified by variable name$DOWY
in config.
- Fixup docker-compose configuration to pass needed environment variables
- Fixup deploy and CLI script to not clobber images or leave ended ingest containers behind.
- Initial release of versioned ingest code and Docker image.
- Fix configured precision for Snow Cover Days variable
- Add variable parameters to
variables.json
:precision
: Number of digits to the right of decimal pointlongname_plot
: The alternate variable longname displayed for plots
- Calculate legend "extend" parameter dynamically based on
value_range
invariables.json
. - Generate SVGs in a more deterministic manner to minimize superfluous differences.
- Recreate legends as SVG
- Update legend appearance to be smaller overall (including font)
- Fixup legend labels
- Add legends images and update
variables.json
with paths to legends
- Solidify the variable
type
field asenum: ["variable", "notprocessed"]
- Update albedo NODATA value -> 255
- Move
notprocessed
var to end of variables index.
- Support "default" and "enabled" parameters for variables.
- Support a 1-level region hierarchy. Each region can have many sub-region collections, each containing many sub-regions.
- Fix deploy script docker-compose invocation
- Add "US West complete" region
- Fixup deployment script typo
- Add deployment script
- Initial version