Skip to content
Geo Hound
ESRI MapServerData directory

Land Hazards

Published by nrcmaps.nrc.govt.nz

Flood-susceptible land, erosion-prone areas, and earthworks since 2007.

New Zealandfloodenvironment
Extent not published by this service

Service facts

Endpoint
https://nrcmaps.nrc.govt.nz/imagery/rest/services/Land_Hazards/MapServer
Type
ESRI MapServer
Layers
3
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:2193
CORS
Enabled
Response time
110 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Flood Susceptible Land
9 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
FLOOD_SUSCFLOOD_SUSCesriFieldTypeString
SoilsSoilsesriFieldTypeString
Shape_STArea__Shape_STArea__esriFieldTypeDouble
Shape_STLength__Shape_STLength__esriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
GlobalIDGlobalIDesriFieldTypeGlobalID
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
1Erosion Prone Land
8 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
AREAHAREAHesriFieldTypeDouble
Shape_STArea__Shape_STArea__esriFieldTypeDouble
Shape_STLength__Shape_STLength__esriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
GlobalIDGlobalIDesriFieldTypeGlobalID
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
2Earthworks since 2007
10 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
PAR_IDPAR_IDesriFieldTypeInteger
NONSURVEY_DEFNONSURVEY_DEFesriFieldTypeString
LEGALLegal DescriptionesriFieldTypeString
FEATCODEFEATCODEesriFieldTypeString
SourceSourceesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
GlobalIDGlobalIDesriFieldTypeGlobalID
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Land Hazards
URL: https://nrcmaps.nrc.govt.nz/imagery/rest/services/Land_Hazards/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://nrcmaps.nrc.govt.nz/imagery/rest/services/Land_Hazards/MapServer
Leaflet
fetch('https://nrcmaps.nrc.govt.nz/imagery/rest/services/Land_Hazards/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://nrcmaps.nrc.govt.nz/imagery/rest/services/Land_Hazards/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