Skip to content
Geo Hound
ESRI MapServerData directory

base_data_ext

Published by default

Gisborne addresses, localities, and road networks.

Gisborne, New Zealandaddressesroads
Extent not published by this service

Service facts

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

Layers

IdLayerGeometryFeatures
0Addresses
9 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
SHAPEShapeesriFieldTypeGeometry
FEATURECODFeature CodeesriFieldTypeString
ROADNAMERoadnameesriFieldTypeString
X_COORDX CoordesriFieldTypeDouble
Y_COORDY CoordesriFieldTypeDouble
ADDRESSAddressesriFieldTypeString
RUBBISHDAYRubbish DayesriFieldTypeString
NAMENameesriFieldTypeString
point
1 Gisborne Localities
2Main Locations
5 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
IDIDesriFieldTypeDouble
NAMENameesriFieldTypeString
PopulationPopulationesriFieldTypeSmallInteger
point
3Minor Locations
3 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
NAMENameesriFieldTypeString
point
4All Locations
8 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENameesriFieldTypeString
EASTINGEastingesriFieldTypeInteger
NORTHINGNorthingesriFieldTypeInteger
DESCRIPTIODescriptionesriFieldTypeString
DISTRICT_NDistrict NameesriFieldTypeString
LATITUDELatitudeesriFieldTypeDouble
LONGITUDELongitudeesriFieldTypeDouble
point
5Railways
4 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
SHAPEShapeesriFieldTypeGeometry
nameNameesriFieldTypeString
SHAPE_LengthShape_LengthesriFieldTypeDouble
line
6Road Names
18 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
ShapeShapeesriFieldTypeGeometry
HIERARCHYHierarchyesriFieldTypeString
ROADNAMERoad NameesriFieldTypeString
CodeCodeesriFieldTypeString
StatusStatusesriFieldTypeString
SuburbSuburbesriFieldTypeString
CommentsCommentsesriFieldTypeString
Name_OnlyName OnlyesriFieldTypeString
RoadtypeRoad typeesriFieldTypeString
RoadsuffixRoad SuffixesriFieldTypeString
SH_numSH NumberesriFieldTypeString
FullnameFullnameesriFieldTypeString
LocationLocationesriFieldTypeString
MainLocationMain LocationesriFieldTypeString
Shape_LengthShape_LengthesriFieldTypeDouble
no_go_zoneNo Go ZoneesriFieldTypeString
PriorityPriorityesriFieldTypeString
line
7Road Centrelines
19 fields
NameAliasType
ShapeShapeesriFieldTypeGeometry
ROADNAMERoad NameesriFieldTypeString
LocationLocationesriFieldTypeString
SuburbSuburbesriFieldTypeString
HIERARCHYHierarchyesriFieldTypeString
ROAD_STATUStatusesriFieldTypeString
StatusStatusesriFieldTypeString
road_LENGTHRoad LengthesriFieldTypeDouble
Shape_LengthShape_LengthesriFieldTypeDouble
OBJECTIDOBJECTIDesriFieldTypeOID
CodeCodeesriFieldTypeString
CommentsCommentsesriFieldTypeString
Name_OnlyName OnlyesriFieldTypeString
RoadtypeRoad TypeesriFieldTypeString
RoadsuffixRoad SuffixesriFieldTypeString
SH_numSH NumesriFieldTypeString
MainLocationMain LocationesriFieldTypeString
no_go_zoneNo Go ZoneesriFieldTypeString
PriorityPriorityesriFieldTypeString
line

Use this service

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