Skip to content
Geo Hound
ESRI MapServerData directory

NaturalHazards

Published by maps.es.govt.nz

Earthquakes, faults, flooding, tsunami and landslide hazards.

New Zealandfloodcoastalgeology
Extent not published by this service

Service facts

Endpoint
https://maps.es.govt.nz/server/rest/services/Public/NaturalHazards/MapServer
Type
ESRI MapServer
Layers
12
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:2193
CORS
Enabled
Response time
225 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Alerts
8 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
SiteSiteesriFieldTypeString
AlertLevelAlert LevelesriFieldTypeString
TypeTypeesriFieldTypeString
CommentsCommentsesriFieldTypeString
LabelLabelesriFieldTypeString
LinkLinkesriFieldTypeString
SHAPESHAPEesriFieldTypeGeometry
point
1Localities
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
PointNamePoint NameesriFieldTypeString
PointDescriptionPoint DescriptionesriFieldTypeString
SHAPEShapeesriFieldTypeGeometry
point
2Active Faults
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENameesriFieldTypeString
ZONEZoneesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
line
3Flooding
4Flood Photos
6 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
DateDateesriFieldTypeString
TypeTypeesriFieldTypeString
AspectAspectesriFieldTypeString
URLURLesriFieldTypeString
SHAPESHAPEesriFieldTypeGeometry
point
5ES Dams
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENameesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
point
6ES Stopbanks
10 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ReachIDReach IDesriFieldTypeString
SchemeSchemeesriFieldTypeString
RiverRiveresriFieldTypeString
BankBankesriFieldTypeString
ReachPurposeReach PurposeesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
UrbanRuralUrban or RuralesriFieldTypeString
CatchmentCatchmentesriFieldTypeString
OperationalAreaOperational AreaesriFieldTypeString
line
7Significant Floodplains
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
RegionRegionesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
GlobalIDGlobalIDesriFieldTypeGlobalID
polygon
8Tsunami Evacuation Zones
6 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NameNameesriFieldTypeString
TypeTypeesriFieldTypeString
ZoneZoneesriFieldTypeString
ZoneTextZone TextesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
polygon
9Stewart Island Land Use Capability
6 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
UNIT_NOUnit NoesriFieldTypeDouble
CAPABILITYCapabilityesriFieldTypeString
CapabilityClassCapability ClassesriFieldTypeString
CapabilityDetailsCapability DetailesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
polygon
10Shaking Amplification
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
AMP_CODEAMP_CODEesriFieldTypeString
GroundClassGroundClassesriFieldTypeString
DescriptionDescriptionesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
polygon
11Liquefaction Risk
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
LIQ_RISKLiquefaction RiskesriFieldTypeString
DescriptionDescriptionesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: NaturalHazards
URL: https://maps.es.govt.nz/server/rest/services/Public/NaturalHazards/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://maps.es.govt.nz/server/rest/services/Public/NaturalHazards/MapServer
Leaflet
fetch('https://maps.es.govt.nz/server/rest/services/Public/NaturalHazards/MapServer/0/query?where=1%3D1&outFields=*&f=geojson')
  .then((r) => r.json())
  .then((geojson) => L.geoJSON(geojson).addTo(map));
Python
import geopandas as gpd
gdf = gpd.read_file(
    'https://maps.es.govt.nz/server/rest/services/Public/NaturalHazards/MapServer/0/query?where=1%3D1&outFields=*&f=geojson'
)

Related services

This service was found in the wild by Geo Hound users while browsing the web.

Add to Chrome
Report an issue with this listing