Readiness Index for Future Urban Growth Areas

Source: LocationSA (public) Polygons: Layer 226 (Future Urban Growth Areas) Lines: Water mains (full GeoJSON) Processing: Python + GeoPandas (offline)

The Readiness Index provides a simple comparative measure of how well each Future Urban Growth Area is currently serviced by existing water infrastructure. Its purpose is to help visualise and differentiate growth areas based on the extent and strength of their surrounding water network. The index is calculated offline using only geometric attributes of water mains — specifically their length and diameter — to quantify both coverage (network density) and capacity (pipe size). Each area’s score is then normalized between 0 and 1, where higher values indicate a more developed or better-serviced area.

In a broader assessment, true readiness would also depend on additional factors such as pressure zones, material type, age, condition, and planned upgrades. However, due to data limitations, this first version focuses on these two core, measurable indicators to illustrate a basic readiness pattern across the metropolitan area.

Method

Formula

readiness = 0.5 * norm(density)
         + 0.3 * large_share
         + 0.2 * norm(p90_diam)
Workflow (exact steps)
  1. Download polygons (ID 226) and mains via ArcGIS REST (paginated 2,000 records).
  2. Compute per-area metrics in GeoPandas (lengths, density, weighted percentiles).
  3. Export: site_data/readiness_by_area.geojson + site_data/readiness_by_area.csv.
  4. Publish this page; browser fetches GeoJSON/CSV only (no heavy client processing).

Table columns shown below

Readiness Map

Dark blues/purples indicate higher readiness. Click an area for details.

Area Rankings

# Area Name Area ID Readiness Pipe km Density p90 diam (mm) ≥200mm share

Tip: Click a row to zoom the map to that area.