Note
This spec is still in an ongoing beta. Expect changes before a stable v1 release
The required dataset formats for streamflow input ingestion, and geospatial references, into DDR routing.
To build these docs locally, you can run the following lines of code to serve these docs in your localhost. Changes will update dynamically in the browser
## optionally setup an venv
# uv venv
# source .venv/bin/activate
uv pip install -r requirements.txt
mkdocs serve
