Skip to content
Geo Hound
ESRI MapServerData directory

Education

Published by http://www

Public GIS service providing geographic data and mapping.

Canterbury, New Zealand
Extent not published by this service

Service facts

Endpoint
https://gis.ecan.govt.nz/arcgis/rest/services/Public/Education/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
19 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0School Restructure
24 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NameNameesriFieldTypeString
TypeTypeesriFieldTypeString
statusstatusesriFieldTypeString
mergewithmergewithesriFieldTypeString
mergetomergetoesriFieldTypeString
action_dateaction_dateesriFieldTypeString
SOURCECODESOURCECODEesriFieldTypeString
QARCODEQARCODEesriFieldTypeSmallInteger
CREATEDBYCREATEDBYesriFieldTypeString
CREATEDDATECREATEDDATEesriFieldTypeDate
MODIFIEDBYMODIFIEDBYesriFieldTypeString
MODIFIEDDATEMODIFIEDDATEesriFieldTypeDate
NZTMXNZTMXesriFieldTypeDouble
NZTMYNZTMYesriFieldTypeDouble
NZTOPO50NZTOPO50esriFieldTypeString
GIS_HYDROLOGICALCATCHMENTGIS_HYDROLOGICALCATCHMENTesriFieldTypeString
GIS_TACODEGIS_TACODEesriFieldTypeString
GIS_RUNANGAGIS_RUNANGAesriFieldTypeString
GIS_GWALLOCATIONZONEGIS_GWALLOCATIONZONEesriFieldTypeString
GIS_SWALLOCATIONZONEGIS_SWALLOCATIONZONEesriFieldTypeString
GIS_CLEANAIRZONEGIS_CLEANAIRZONEesriFieldTypeString
GIS_SOEMANAGEMENTZONESGIS_SOEMANAGEMENTZONESesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
point
1School Restructure Merge
12 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
sourcefromesriFieldTypeString
destinationtoesriFieldTypeString
SOURCECODESOURCECODEesriFieldTypeString
QARCODEQARCODEesriFieldTypeSmallInteger
CREATEDBYCREATEDBYesriFieldTypeString
CREATEDDATECREATEDDATEesriFieldTypeDate
MODIFIEDBYMODIFIEDBYesriFieldTypeString
MODIFIEDDATEMODIFIEDDATEesriFieldTypeDate
LENGTH_MLENGTH_MesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
Shape.STLength()Shape.STLength()esriFieldTypeDouble
line
2Schools
13 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENAMEesriFieldTypeString
SCHOOL_WEBSITESCHOOL_WEBSITEesriFieldTypeString
STREETSTREETesriFieldTypeString
SUBURBSUBURBesriFieldTypeString
CITYCITYesriFieldTypeString
SCHOOL_TYPESCHOOL_TYPEesriFieldTypeString
GENDER_OF_STUDENTSGENDER_OF_STUDENTSesriFieldTypeString
DECILEDECILEesriFieldTypeDouble
TOTAL_SCHOOL_ROLLTOTAL_SCHOOL_ROLLesriFieldTypeDouble
CREATEDBYCREATEDBYesriFieldTypeString
CREATEDDATECREATEDDATEesriFieldTypeDate
ShapeShapeesriFieldTypeGeometry
point
3School Enrolment Zones
23 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
NAMENAMEesriFieldTypeString
TELEPHONETELEPHONEesriFieldTypeString
EMAILEMAILesriFieldTypeString
SCHOOL_WEBSITESCHOOL_WEBSITEesriFieldTypeString
STREETSTREETesriFieldTypeString
SUBURBSUBURBesriFieldTypeString
CITYCITYesriFieldTypeString
SCHOOL_TYPESCHOOL_TYPEesriFieldTypeString
GENDER_OF_STUDENTSGENDER_OF_STUDENTSesriFieldTypeString
REGIONAL_COUNCILREGIONAL_COUNCILesriFieldTypeString
DECILEDECILEesriFieldTypeDouble
TOTAL_SCHOOL_ROLLTOTAL_SCHOOL_ROLLesriFieldTypeDouble
APPROVAL_DATEAPPROVAL_DATEesriFieldTypeDate
EFFECTIVE_DATEEFFECTIVE_DATEesriFieldTypeDate
CREATEDBYCREATEDBYesriFieldTypeString
CREATEDDATECREATEDDATEesriFieldTypeDate
PERIMETER_MPERIMETER_MesriFieldTypeDouble
AREA_M2AREA_M2esriFieldTypeDouble
AREA_HAAREA_HAesriFieldTypeDouble
ShapeShapeesriFieldTypeGeometry
Shape.STArea()Shape.STArea()esriFieldTypeDouble
Shape.STLength()Shape.STLength()esriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Education
URL: https://gis.ecan.govt.nz/arcgis/rest/services/Public/Education/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://gis.ecan.govt.nz/arcgis/rest/services/Public/Education/MapServer
Leaflet
fetch('https://gis.ecan.govt.nz/arcgis/rest/services/Public/Education/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://gis.ecan.govt.nz/arcgis/rest/services/Public/Education/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