Skip to content
Geo Hound
ESRI MapServerData directory

SK_Cadastral_E

Published by services.sac-isc.gc.ca

Saskatchewan surveyed land grid with township, section and quarter-section boundaries.

Saskatchewan, Canadaparcelsboundaries
Extent not published by this service

Service facts

Endpoint
https://services.sac-isc.gc.ca/geomatics/rest/services/agol_feature_services/SK_Cadastral_E/MapServer
Type
ESRI MapServer
Layers
3
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:102100
CORS
Enabled
Response time
915 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0SaskGrid_2016_TOWNSHIP
11 fields
NameAliasType
AANDC_LED.SaskGrid_2016_TOWNSHIP.FIDFIDesriFieldTypeOID
PPIDPPIDesriFieldTypeString
EFFDTEFFDTesriFieldTypeString
FEATURECDFEATURECDesriFieldTypeString
TWPTWPesriFieldTypeString
RGERGEesriFieldTypeString
MERMEResriFieldTypeString
TRMTRMesriFieldTypeString
SHAPESHAPEesriFieldTypeGeometry
SHAPE.AREASHAPE.AREAesriFieldTypeDouble
SHAPE.LENSHAPE.LENesriFieldTypeDouble
polygon
1SaskGrid_2016_SECTION
12 fields
NameAliasType
AANDC_LED.SaskGrid_2016_SECTION.FIDFIDesriFieldTypeOID
PPIDPPIDesriFieldTypeString
EFFDTEFFDTesriFieldTypeString
FEATURECDFEATURECDesriFieldTypeString
SECTSECTesriFieldTypeString
PTWPPPIDPTWPPPIDesriFieldTypeString
PTWPPTWPesriFieldTypeString
PRGEPRGEesriFieldTypeString
PMERPMEResriFieldTypeString
SHAPESHAPEesriFieldTypeGeometry
SHAPE.AREASHAPE.AREAesriFieldTypeDouble
SHAPE.LENSHAPE.LENesriFieldTypeDouble
polygon
2SaskGrid_2016_QUARTERSECTION
13 fields
NameAliasType
AANDC_LED.SaskGrid_2016_QUARTERSECTION.FIDFIDesriFieldTypeOID
PPIDPPIDesriFieldTypeString
EFFDTEFFDTesriFieldTypeString
FEATURECDFEATURECDesriFieldTypeString
QSECTQSECTesriFieldTypeString
PSECTPPIDPSECTPPIDesriFieldTypeString
PSECTPSECTesriFieldTypeString
PTWPPTWPesriFieldTypeString
PRGEPRGEesriFieldTypeString
PMERPMEResriFieldTypeString
SHAPESHAPEesriFieldTypeGeometry
SHAPE.AREASHAPE.AREAesriFieldTypeDouble
SHAPE.LENSHAPE.LENesriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: SK_Cadastral_E
URL: https://services.sac-isc.gc.ca/geomatics/rest/services/agol_feature_services/SK_Cadastral_E/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://services.sac-isc.gc.ca/geomatics/rest/services/agol_feature_services/SK_Cadastral_E/MapServer
Leaflet
fetch('https://services.sac-isc.gc.ca/geomatics/rest/services/agol_feature_services/SK_Cadastral_E/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://services.sac-isc.gc.ca/geomatics/rest/services/agol_feature_services/SK_Cadastral_E/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