Skip to content
Geo Hound
ESRI MapServerData directory

uniplan_environmental_risks_ext

Published by maps.gdc.govt.nz

Environmental risks including contaminated sites, coastal hazards and flood zones for Gisborne.

Gisborne, New Zealandenvironmentfloodcoastal
Extent not published by this service

Service facts

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

Layers

IdLayerGeometryFeatures
0Environmental Risks
1Contaminated Sites
11 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
AREAAREAesriFieldTypeDouble
PERIMETERPERIMETEResriFieldTypeDouble
CONTAM_SITCONTAM_SITesriFieldTypeInteger
CONTAM_S_1CONTAM_S_1esriFieldTypeInteger
SITE_NUMSITE_NUMesriFieldTypeString
CONTAMINATCONTAMINATesriFieldTypeString
SYMBOLSYMBOLesriFieldTypeSmallInteger
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
2Natural Hazards
3Stability Alert
11 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
AREAAREAesriFieldTypeDouble
PERIMETERPERIMETEResriFieldTypeDouble
STABIL_STABIL_esriFieldTypeDouble
STABIL_IDSTABIL_IDesriFieldTypeDouble
SYMBOLSYMBOLesriFieldTypeSmallInteger
TEXTTEXTesriFieldTypeString
LABELLABELesriFieldTypeString
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
4Coastal Hazard Overlays
12 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
AREAAREAesriFieldTypeDouble
PERIMETERPERIMETEResriFieldTypeDouble
COASTHAZ_COASTHAZ_esriFieldTypeDouble
COASTHAZ_ICOASTHAZ_IesriFieldTypeDouble
CODECODEesriFieldTypeString
CODENUMCODENUMesriFieldTypeInteger
SYMBOLSYMBOLesriFieldTypeSmallInteger
DISTPLAN_TDISTPLAN_TesriFieldTypeString
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
5Flood Hazard Overlays
13 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
AREAAREAesriFieldTypeDouble
PERIMETERPERIMETEResriFieldTypeDouble
FLZONES_FLZONES_esriFieldTypeDouble
FLZONES_IDFLZONES_IDesriFieldTypeDouble
ZONEZONEesriFieldTypeString
SYMBOLSYMBOLesriFieldTypeSmallInteger
DISTPLAN_TDISTPLAN_TesriFieldTypeString
X_COORDX_COORDesriFieldTypeDouble
Y_COORDY_COORDesriFieldTypeDouble
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon
6Areas Sensitive to Coastal Hazards (ASCH)
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
IdIdesriFieldTypeInteger
Shape_LengthShape_LengthesriFieldTypeDouble
Shape_AreaShape_AreaesriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: uniplan_environmental_risks_ext
URL: https://maps.gdc.govt.nz/hosting/rest/services/Planning/uniplan_environmental_risks_ext/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://maps.gdc.govt.nz/hosting/rest/services/Planning/uniplan_environmental_risks_ext/MapServer
Leaflet
fetch('https://maps.gdc.govt.nz/hosting/rest/services/Planning/uniplan_environmental_risks_ext/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.gdc.govt.nz/hosting/rest/services/Planning/uniplan_environmental_risks_ext/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