Hydrata

Validate. Verify. Comply. Communicate.

The verification platform that lets consultants prove, with evidence, that their hydraulic models are right.

Designed by engineers, for engineers.

Verification supported for HEC-RAS · ANUGA. ANUGA validated against 30+ benchmark problems.

Create Account

Existing User

Validate

Mass-balance audit, mesh-quality assessment, parameter sensitivity. Catch the issues a reviewer would catch — before the model leaves your office.

Verify

Bring your existing HEC-RAS or ANUGA model. Get a signed advisory PDF in 5 working days, with every check traceable to its evidence.

Comply

Jurisdiction-checklist comparison against your design criteria. Every item ticked, every tick linked to its source.

Communicate

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.


How It Works

1

Upload

Share your model — HEC-RAS .zip or ANUGA project.

2

Audit

We run model-ingest review, mass-balance audit, mesh-quality assessment, parameter-sensitivity check, and jurisdiction-checklist comparison.

3

Deliver

Signed advisory PDF, raw outputs, and a live web portal your reviewer can comment on in context. Five working days, end to end.


Who Uses Hydrata

Consultancies

You're submitting to an owner's engineer or independent reviewer. Provide the documentation. It gets you approval on the first cycle.

Local authorities & reviewers

You retain the regulatory responsibility but don't have in-house flood capability. Outsource the technical review; keep the audit trail.

Municipal stormwater

Audit trail and jurisdiction-checklist for stormwater consultants serving municipal clients.

Researchers (ANUGA + Python)

Run ANUGA in the cloud, no infrastructure required. Free tier, open-source codebase.



Developer tools

Hydrata also exposes a Model Context Protocol endpoint for AI assistants.

Claude Code + Hydrata MCP
# 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