Validate. Verify. Comply. Communicate.
The verification platform that lets consultants prove, with evidence, that their hydraulic models are right.
Create Account
Mass-balance audit, mesh-quality assessment, parameter sensitivity. Catch the issues a reviewer would catch — before the model leaves your office.
Bring your existing HEC-RAS or ANUGA model. Get a signed advisory PDF in 5 working days, with every check traceable to its evidence.
Jurisdiction-checklist comparison against your design criteria. Every item ticked, every tick linked to its source.
Live web portal — reviewers drop comments tied to the geospatial context of the model, not as generic input-variable changes that ripple across the project.
Share your model — HEC-RAS .zip or ANUGA project.
We run model-ingest review, mass-balance audit, mesh-quality assessment, parameter-sensitivity check, and jurisdiction-checklist comparison.
Signed advisory PDF, raw outputs, and a live web portal your reviewer can comment on in context. Five working days, end to end.
You're submitting to an owner's engineer or independent reviewer. Provide the documentation. It gets you approval on the first cycle.
You retain the regulatory responsibility but don't have in-house flood capability. Outsource the technical review; keep the audit trail.
Audit trail and jurisdiction-checklist for stormwater consultants serving municipal clients.
Run ANUGA in the cloud, no infrastructure required. Free tier, open-source codebase.
Hydrata also exposes a Model Context Protocol endpoint for AI assistants.
# Connect your AI assistant to Hydrata
$ claude mcp add hydrata https://hydrata.com/mcp/ \
--transport streamable-http --header "Authorization: Bearer $HYDRATA_TOKEN"
> Create a flood model for Merewether, NSW using a 5m DEM
Tool: create_project("Merewether Flood Study") OK
Tool: upload_dem(project_id=42, file="merewether_5m.tif") OK
Tool: create_scenario(friction=0.03, rainfall="100yr_6hr") OK
Tool: run_simulation(scenario_id=87) OK
Tool: get_results(run_id=201) OK
Simulation complete. Peak depth: 1.42m at outlet.
Results: https://hydrata.com/catalogue/merewether-flood-depth-201