ESRI MapServerData directory
other_effective_area_based_conservation_measures
Published by the Government of Canada's Open data portal</span></a><span>
Other effective area-based conservation measures and marine protected areas in Canada.
Service facts
- Endpoint
- https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/other_effective_area_based_conservation_measures/MapServer
- Type
- ESRI MapServer
- Layers
- 1
- Formats
- PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
- CRS
- EPSG:3978
- CORS
- Enabled
- Response time
- 1912 ms at last check
- Last verified
- 2026-07-24
- Discovered
- 1 time by Geo Hound users
Layers
| Id | Layer | Geometry | Features | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | Other Effective Area-based Conservation Measures/Autres mesures de conservation efficaces par zone13 fields
| polygon |
Use this service
QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New Name: other_effective_area_based_conservation_measures URL: https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/other_effective_area_based_conservation_measures/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server Server URL: https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/other_effective_area_based_conservation_measures/MapServer
Leaflet
fetch('https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/other_effective_area_based_conservation_measures/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://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/other_effective_area_based_conservation_measures/MapServer/0/query?where=1%3D1&outFields=*&f=geojson'
)