Layers Published by NCS for external use for the Wairarapa councils
GIS service providing parcels data.
New Zealand parcels
Extent not published by this service Load live preview
Service facts Endpoint https://gis.mstn.govt.nz/arcgis/rest/services/PropertyAndBoundaries/PropertyPublic/MapServer Copy URL 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 44 ms at last check Last verified 2026-07-24 Discovered 1 time by Geo Hound users Layers Id Layer Geometry Features 0 Masterton Property16 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID ParcelID ParcelID esriFieldTypeInteger ValuationID Valuation ID esriFieldTypeString PropertyID PropertyID esriFieldTypeString Location Location esriFieldTypeString LegalDescription Legal Description esriFieldTypeString CapitalValue Capital Value ($) esriFieldTypeDouble LandValue Land Value ($) esriFieldTypeDouble ImprValue Improvements Value ($) esriFieldTypeDouble TotalRates Rates ($) esriFieldTypeDouble Hectares Hectares esriFieldTypeDouble NCSURLPublic NCSURLPublic esriFieldTypeString SHAPE SHAPE esriFieldTypeGeometry PropertyDocuments PropertyDocuments esriFieldTypeString SHAPE.STArea() SHAPE.STArea() esriFieldTypeDouble SHAPE.STLength() SHAPE.STLength() esriFieldTypeDouble
polygon 1 Carterton Property15 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID ParcelID ParcelID esriFieldTypeInteger Location Location esriFieldTypeString ValuationID Valuation ID esriFieldTypeString LegalDescription Legal Description esriFieldTypeString CapitalValue Capital Value ($) esriFieldTypeDouble LandValue Land Value ($) esriFieldTypeDouble ImprValue Imrpvements Value ($) esriFieldTypeDouble TotalRates Rates ($) esriFieldTypeDouble Hectares Hectares esriFieldTypeDouble GlobalID GlobalID esriFieldTypeGlobalID SHAPE SHAPE esriFieldTypeGeometry SHAPE.STLength() SHAPE.STLength() esriFieldTypeDouble PropertyID PropertyID esriFieldTypeString NCSURLPublic NCSURLPublic esriFieldTypeString
polygon 2 South Wairarapa Property15 fields Name Alias Type OBJECTID OBJECTID esriFieldTypeOID ParcelID ParcelID esriFieldTypeInteger Location Location esriFieldTypeString ValuationID Valuation ID esriFieldTypeString LegalDescription Legal Description esriFieldTypeString CapitalValue Capital Value ($) esriFieldTypeDouble LandValue Land Value ($) esriFieldTypeDouble ImprValue Improvements Value ($) esriFieldTypeDouble TotalRates Rates ($) esriFieldTypeDouble Hectares Hectares esriFieldTypeDouble NCSURLPublic NCSURLPublic esriFieldTypeString GlobalID GlobalID esriFieldTypeGlobalID SHAPE SHAPE esriFieldTypeGeometry SHAPE.STLength() SHAPE.STLength() esriFieldTypeDouble PropertyID PropertyID esriFieldTypeString
polygon
Use this service QGIS Copy
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Layers
URL: https://gis.mstn.govt.nz/arcgis/rest/services/PropertyAndBoundaries/PropertyPublic/MapServer ArcGIS Pro Copy
Insert > Connections > Server > New ArcGIS Server
Server URL: https://gis.mstn.govt.nz/arcgis/rest/services/PropertyAndBoundaries/PropertyPublic/MapServer Leaflet Copy
fetch('https://gis.mstn.govt.nz/arcgis/rest/services/PropertyAndBoundaries/PropertyPublic/MapServer/0/query?where=1%3D1&outFields=*&f=geojson')
.then((r) => r.json())
.then((geojson) => L.geoJSON(geojson).addTo(map)); Python Copy
import geopandas as gpd
gdf = gpd.read_file(
'https://gis.mstn.govt.nz/arcgis/rest/services/PropertyAndBoundaries/PropertyPublic/MapServer/0/query?where=1%3D1&outFields=*&f=geojson'
)