Skip to content

G-NAF is the authoritative register of Australian physical addresses. It is the first hop for almost every question Zenancy answers, because a portfolio arrives as text and a hazard layer expects geometry.

What it contains

Around 15 million address records with coordinates, locality, state, postcode, and links to street and locality tables. Each record carries a reliability code describing how precisely it was geocoded — property centroid, street level, or locality level — which propagates through to the confidence flag on a risk assessment.

FieldNotes
CoverageAll states and territories
Records~15.3 million addresses
Update cadenceQuarterly (February, May, August, November)
LicenceGeoscape end user licence, open data, attribution required
CustodianGeoscape Australia

How it is stored

The quarterly release is loaded into parquet on R2, partitioned by state, with the address detail, street locality and locality tables kept separately and joined at query time. That keeps a state-scoped address lookup to a single partition read.

What the agent does with it

Connector prompt

Geocode this CSV of 240 site addresses and tell me which ones failed to match.

ResultCountReliability
Matched, property centroid228High
Matched, street level9Medium
Unmatched3
Datasetsg_naf

Why geocoding is not the finish line

A G-NAF coordinate is a point. Hazard layers are polygons, and the question "is this site in the flood planning area" depends on the parcel, not the point. So a match here is immediately followed by a cadastral parcel join — the address gets you to the right parcel, and the parcel is what gets intersected with hazard geometry.

Frequently asked

What happens when an address does not match?

Unmatched addresses are reported as unmatched rather than snapped to the nearest guess. You get a list to correct, and the assessment records how many sites were excluded.

Is G-NAF free to use commercially?

Yes. G-NAF is released as open data under the Geoscape end user licence agreement, which permits commercial use with attribution.

See it run on your portfolio

Zenancy is in private preview with Group 2 reporters and their advisers.

Request access