Skip to content
Geo Hound
ESRI MapServerData directory

Layers

Published by sccmaps.surreycc.gov.uk

School locations with catchment and demographic information.

Surrey, United Kingdomdemographicsplanning
Extent not published by this service

Service facts

Endpoint
https://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Learning_School/MapServer
Type
ESRI MapServer
Layers
1
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:27700
CORS
Enabled
Response time
313 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
9Learning - School
26 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
School_NameSchool nameesriFieldTypeString
URNURNesriFieldTypeInteger
PostcodePostcodeesriFieldTypeString
PhasePhaseesriFieldTypeString
GenderGenderesriFieldTypeString
Closure_StatusClosure statusesriFieldTypeString
Main_Site_IDMain Site IDesriFieldTypeString
Site_EastingEastingesriFieldTypeDouble
Site_NorthingNorthingesriFieldTypeDouble
main_site_namemain_site_nameesriFieldTypeString
main_site_Postcodemain_site_postcodeesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
DFEDFE NumberesriFieldTypeInteger
Address1234PostcodeAddressesriFieldTypeString
School_TypeSchool typeesriFieldTypeString
Entry_AgeEntry ageesriFieldTypeInteger
Leaving_AgeLeaving ageesriFieldTypeInteger
Age_RangeAge rangeesriFieldTypeString
School_WebsiteSchool WebsiteesriFieldTypeString
School_Website_HTMLSchool Website HTMLesriFieldTypeString
Schools_Directory_URLSchools Directory URLesriFieldTypeString
Schools_Directory_URL_HTMLSchools Directory URL HTMLesriFieldTypeString
main_site_Address1234Postcodemain_site_Address1234PostcodeesriFieldTypeString
Local_AuthorityLocal_AuthorityesriFieldTypeString
Has_CatchmentHas catchmentesriFieldTypeString
point

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Layers
URL: https://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Learning_School/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Learning_School/MapServer
Leaflet
fetch('https://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Learning_School/MapServer/9/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://sccmaps.surreycc.gov.uk/webmaps/rest/services/Surrey_Interactive_Map/Learning_School/MapServer/9/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