Welcome to Melbourne Water's Digital Innovation Hub API Portal

A Digital Innovation Hub initiative

Sign up Explore APIs

Wetlands Analytics Visualisation Environment

The Wetlands Analytics Visualisation Environment (WAVE) is an analysis platform that processes aerial imagery of wetland assets, and assesses them for different algorithms such as plant installation count and density, or mature vegetation detection, using artificial intelligence.

High resolution imagery is sourced from our technology partners, who survey the greater Melbourne area multiple times per year, with data being assembled into orthomosaics. Resolution is considerably better than satellite imagery, and spans a significant time period of many years.

We perform plant installation using the computer vision library OpenCV, looking for high contrast regions of interest representing individual juvenile plants at time of installation. Identified regions (representing one plant) in close proximity are aggregated together using Skimage blob detection.

Mature plants are detected using a Mask-RCNN custom classifier, able to detect plants, nets, buildings and surrounding structures. Heat maps are generated for both plant installation and vegetation detection against pre-defined business metrics.

Our APIs

Picture

Assets

Retrieve information about the constructed wetlands in Melbourne Water's network

Try it out.

Picture

Images

High resolution imagery from our technology partners with a full history back to the original construction of the wetland

Try it out.

Picture

Analysis

We use computer vision and AI to derive insights from our imagery

Try it out.

The WAVE API conforms to industry standards allowing developers to consume endpoints with path parameters. Data is returned in JSON format.

GET /api/asset/getassets

{
"name": "Ramlegh Springs Wetlands",
"asset": "2371-74",
"longitude": "145.33725",
"latitude": "-38.105333",
"stage": "develop"
}