TODO

2024

Example data

    • interfaces/incoming/example-data. Referenced by docs:
    • interfaces/incoming/snow-surface-properties
    • interfaces/incoming/snow-water-equivalent

VM provisioning

Misc. notes

  • Sebastien: I created the variables.json file and updated github

Schemas, validation, and Python types

Old TODOs

2023

Package names

Storage structure

Docker image

2022

Data structure

  • Split variables.json to variables/raster.json and variables/swe.json?

Code organization

  • How should the daily data ingest functionality and the static data be related?
    • Currently they live in the same repo and their version numbers are in lockstep. Consequences include: Building ingest image when only changing dynamic data and vice versa. Benefits include: No need to think about compatibility between static data versions and ingest versions.

Deployment / release tooling

  • Build static content into a versioned Dockerfile?