Create Account
Validate. Verify. Comply. Communicate.
The verification platform that lets consultants prove, with evidence, that their hydraulic models are right.
Defensible flood modelling
Create your accountCreate Account
Mass-balance audit, mesh-quality assessment, parameter sensitivity. Catch the issues a reviewer would catch, before the model leaves your office.
Bring whatever existing hydraulic model input data and results you have. Get a signed verification in 5 working days, every check traceable to its evidence in a live review portal.
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.
Self-serve platform. You operate it.
Upload a finished model, the platform runs the automated checks (mass balance, mesh quality, parameter sensitivity, jurisdiction checklist), and you can run ANUGA in the cloud. API and MCP access for power users.
Done-for-you advisory. Our engineers operate it.
Send us your model. A Hydrata analyst runs the verification engagement and delivers a signed verification in a live review portal, with a chartered-engineer sign-off. Independent third-party review.
Share your model: HEC-RAS .zip or ANUGA project. Run the checks yourself on the platform, or send it to our team for a done-for-you engagement.
Model-ingest review, mass-balance audit, mesh-quality assessment, parameter-sensitivity check, and jurisdiction-checklist comparison.
A signed verification in a live web portal: raw outputs and reviewer comments in context, every check traceable to its evidence. 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 regulatory responsibility but don't have in-house flood capability. Outsource technical review for stormwater and floodplain consultants serving municipal clients. Keep the audit trail.
Multi-dam systems, PMP studies, spillway capacity, dam-break inundation. Independent verification of your hydrologic and hydraulic models, with the audit trail to back it up.
Run ANUGA in the cloud, no infrastructure required. Open-source codebase.
Hydrata exposes a Model Context Protocol endpoint so AI assistants can query verification jobs directly.
# 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