Skip to content
Geo Hound
ESRI MapServerData directory

Historical Flood Events (HFE)

Canadian historical flood events with locations and source citations.

Canadafloodhydrology
Extent not published by this service

Service facts

Endpoint
https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/historical_flood_event_en/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
955 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Historical Flood Events
22 fields
NameAliasType
event_nameEvent nameesriFieldTypeString
yearYearesriFieldTypeInteger
event_summaryEvent summaryesriFieldTypeString
evacuationEvacuationesriFieldTypeString
deathDeathesriFieldTypeString
flood_causeFlood causeesriFieldTypeString
flood_cause_descriptionFlood cause descriptionesriFieldTypeString
start_dateStart dateesriFieldTypeString
end_dateEnd dateesriFieldTypeString
seasonSeasonesriFieldTypeString
province_territoryProvince or territoryesriFieldTypeString
province_territory_descriptionProvince or territory descriptionesriFieldTypeString
sourceSourceesriFieldTypeString
source_descriptionSource descriptionesriFieldTypeString
precipitation_analysis_urlPrecipitation analysisesriFieldTypeString
precipitation_animation_urlPrecipitation animationesriFieldTypeString
precipitation_data_urlPrecipitation dataesriFieldTypeString
uuidUnique IDesriFieldTypeString
event_idEvent IDesriFieldTypeString
OBJECTIDOBJECTIDesriFieldTypeOID
SHAPESHAPEesriFieldTypeGeometry
time_slider_dateTime slider dateesriFieldTypeDate
point

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Historical Flood Events (HFE)
URL: https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/historical_flood_event_en/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/historical_flood_event_en/MapServer
Leaflet
fetch('https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/historical_flood_event_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://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/historical_flood_event_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