Skip to content
Geo Hound
ESRI MapServerData directory

ProposedDP_EPlanHazards

Published by gismaps.hdc.govt.nz

Natural hazard map data for earthquakes, liquefaction and tsunami events.

New Zealandfloodcoastal
Extent not published by this service

Service facts

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

Layers

IdLayerGeometryFeatures
0Active Fault Trace Avoidance Zone (2007)
13 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
IdIdesriFieldTypeInteger
Fault_NameFault_NameesriFieldTypeString
Trace_NameTrace_NameesriFieldTypeString
Fault_FeatFault_FeatesriFieldTypeString
Location_ALocation_AesriFieldTypeString
CaptureCaptureesriFieldTypeString
BufferBufferesriFieldTypeSmallInteger
StyleStyleesriFieldTypeString
BUFF_DISTBUFF_DISTesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
1RELATIVE EARTHQUARKE AMPLIFICATION
7 fields
NameAliasType
OBJECTID_1OBJECTID_1esriFieldTypeInteger
OBJECTIDOBJECTIDesriFieldTypeOID
TAGTAGesriFieldTypeString
Shape_LengShape_LengesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
2RELATIVE LIQUEFACTION SUSCEPTIBILITY
13 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
FID_HastingsDistrictBoundaryExtFID_HastingsDistrictBoundaryExtentsesriFieldTypeInteger
FID_HawkesBayEarthquakeLiquefacFID_HawkesBayEarthquakeLiquefactionesriFieldTypeInteger
LIQUEFACTILIQUEFACTIesriFieldTypeDouble
LIQUEFAC_1LIQUEFAC_1esriFieldTypeDouble
VALUE_VALUE_esriFieldTypeInteger
DESCRIPTDESCRIPTesriFieldTypeString
LABELLABELesriFieldTypeString
Shape_STArea_1Shape.STArea()esriFieldTypeDouble
Shape_STLength_1Shape.STLength()esriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
3HB_5m_10mTsunamiInundation
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
TAGTAGesriFieldTypeString
SHAPESHAPEesriFieldTypeGeometry
SHAPE_LengthSHAPE_LengthesriFieldTypeDouble
SHAPE_AreaSHAPE_AreaesriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: ProposedDP_EPlanHazards
URL: https://gismaps.hdc.govt.nz/server/rest/services/DistrictPlan/ProposedDP_EPlanHazards/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://gismaps.hdc.govt.nz/server/rest/services/DistrictPlan/ProposedDP_EPlanHazards/MapServer
Leaflet
fetch('https://gismaps.hdc.govt.nz/server/rest/services/DistrictPlan/ProposedDP_EPlanHazards/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://gismaps.hdc.govt.nz/server/rest/services/DistrictPlan/ProposedDP_EPlanHazards/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