Roadmap#
This page summarises the directions HydroModPy development is moving in. It is intentionally short: the issue tracker on GitHub is the live source of truth for items in flight.
For tagged work-in-progress items, browse the roadmap label on the issue tracker.
Themes in progress#
Theme |
What it covers |
Status |
|---|---|---|
Calibration depth |
Bayesian methods ( |
Phase 4 |
Storage evolution |
First explicit DuckDB / Zarr schema migrations under
|
Prospective |
Application map |
Interactive Leaflet variant of Geographic application map, backed by the same catchment registry. |
Phase 3 |
Public examples |
Migrated example notebooks and TOML-first walkthroughs rewritten on top of the current Pydantic-based API. |
Pending |
Hydrographic |
Persisted feature for the simulated active stream network,
built from |
Design phase |
Comparison workflow |
Parallel execution of child simulations, basin-scale physics comparisons (drainage, network), explicit budget contrasts. |
Iterative |
Transport coverage |
Curated MODPATH and MT3DMS examples, validation pages, and documented transport-specific assumptions. |
Catch-up |
How to influence the roadmap#
Open an issue with the
roadmaplabel describing the use case and the constraint it lifts.Send a pull request that lands a small focused step: a new data manager, a calibration adapter, a validation case, or a docs improvement (see Contribute).
For collaboration on a larger feature, contact the corresponding authors listed on the landing page.
What is intentionally out of scope#
A single hosted web service. HydroModPy stays a Python library; the exposed JSON Schema and validators (see Frontend Hooks) are the supported integration surface.
A custom storage format beyond DuckDB, Zarr, and Parquet. Adding another backend requires explicit user agreement.
Backwards-compatibility shims and alias modules. The package is refactored toward a single canonical name per concept.
See also#
Changelog for shipped releases.
Contribute for the contributor workflow.
Architecture and Developer Guide for the package boundaries that any roadmap item must respect.