Skip to content
Geo Hound
ESRI MapServerData directory

tidal_stations_en

Published by over a thousand stations

Canadian tidal and water level stations with archives spanning 1848 to present.

Canadahydrologycoastal
Extent not published by this service

Service facts

Endpoint
https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/tidal_stations_en/MapServer
Type
ESRI MapServer
Layers
3
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:4326
CORS
Enabled
Response time
1417 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Permanent Water Level Network Station
17 fields
NameAliasType
STATION_NUMBERSTATION_NUMBEResriFieldTypeOID
STATION_NAMESTATION_NAMEesriFieldTypeString
SYMBOLOGYSYMBOLOGYesriFieldTypeString
LATITUDELATITUDEesriFieldTypeDouble
LONGITUDELONGITUDEesriFieldTypeDouble
ARCHIVE_LINK_ENGARCHIVE_LINK_ENGesriFieldTypeString
ARCHIVE_LINK_FRAARCHIVE_LINK_FRAesriFieldTypeString
BENCHMARK_LINK_ENGBENCHMARK_LINK_ENGesriFieldTypeString
BENCHMARK_LINK_FRABENCHMARK_LINK_FRAesriFieldTypeString
MEDS_STATUSMEDS_STATUSesriFieldTypeString
STATUSSTATUSesriFieldTypeString
TIME_ZONE_TWLTIME_ZONE_TWLesriFieldTypeString
REGIONREGIONesriFieldTypeString
REGION_ENGREGION_ENGesriFieldTypeString
REGION_FRAREGION_FRAesriFieldTypeString
DATUM_CODEDATUM_CODEesriFieldTypeString
GEOMGEOMesriFieldTypeGeometry
point
1Tidal Bore Station
17 fields
NameAliasType
STATION_NUMBERSTATION_NUMBEResriFieldTypeOID
STATION_NAMESTATION_NAMEesriFieldTypeString
SYMBOLOGYSYMBOLOGYesriFieldTypeString
LATITUDELATITUDEesriFieldTypeDouble
LONGITUDELONGITUDEesriFieldTypeDouble
ARCHIVE_LINK_ENGARCHIVE_LINK_ENGesriFieldTypeString
ARCHIVE_LINK_FRAARCHIVE_LINK_FRAesriFieldTypeString
BENCHMARK_LINK_ENGBENCHMARK_LINK_ENGesriFieldTypeString
BENCHMARK_LINK_FRABENCHMARK_LINK_FRAesriFieldTypeString
MEDS_STATUSMEDS_STATUSesriFieldTypeString
STATUSSTATUSesriFieldTypeString
TIME_ZONE_TWLTIME_ZONE_TWLesriFieldTypeString
REGIONREGIONesriFieldTypeString
REGION_ENGREGION_ENGesriFieldTypeString
REGION_FRAREGION_FRAesriFieldTypeString
DATUM_CODEDATUM_CODEesriFieldTypeString
GEOMGEOMesriFieldTypeGeometry
point
2Tide and Water Level Station
17 fields
NameAliasType
STATION_NUMBERSTATION_NUMBEResriFieldTypeOID
STATION_NAMESTATION_NAMEesriFieldTypeString
SYMBOLOGYSYMBOLOGYesriFieldTypeString
LATITUDELATITUDEesriFieldTypeDouble
LONGITUDELONGITUDEesriFieldTypeDouble
ARCHIVE_LINK_ENGARCHIVE_LINK_ENGesriFieldTypeString
ARCHIVE_LINK_FRAARCHIVE_LINK_FRAesriFieldTypeString
BENCHMARK_LINK_ENGBENCHMARK_LINK_ENGesriFieldTypeString
BENCHMARK_LINK_FRABENCHMARK_LINK_FRAesriFieldTypeString
MEDS_STATUSMEDS_STATUSesriFieldTypeString
STATUSSTATUSesriFieldTypeString
TIME_ZONE_TWLTIME_ZONE_TWLesriFieldTypeString
REGIONREGIONesriFieldTypeString
REGION_ENGREGION_ENGesriFieldTypeString
REGION_FRAREGION_FRAesriFieldTypeString
DATUM_CODEDATUM_CODEesriFieldTypeString
GEOMGEOMesriFieldTypeGeometry
point

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: tidal_stations_en
URL: https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/tidal_stations_en/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/tidal_stations_en/MapServer
Leaflet
fetch('https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/tidal_stations_en/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/tidal_stations_en/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