Skip to content

Warning

DeepGroundwater is still in an ongoing beta. Expect changes before a stable v1 release

DeepGroundwater Specification

The required dataset formats for streamflow input ingestion, and geospatial references, into DDR routing.

Usage

To build these docs locally, you can run the following lines of code to serve these docs in your localhost. Changes will update dynamially in the browser

## optionally setup an venv
# uv venv
# source .venv/bin/activate
uv pip install -r requirements.txt
mkdocs serve