Cognised existence: Surface freshwater bodies are the visible hydrological features of the landscape — rivers, streams, lakes, ponds, reservoirs, and canals. They are both ecological habitats and infrastructure.

Question: What surface freshwater bodies exist at a location and how do they flow?

OSM wiki: https://wiki.openstreetmap.org/wiki/Key:waterway | https://wiki.openstreetmap.org/wiki/Tag:natural%3Dwater


Realisations

Instead of hardcoding implementation schemas here, SPHERE separates semantic meaning from dataset implementation. See the following realisations for how to access this data:


Geometry Representations

Rep IDSource DatasetGeometry TypeNative CRSSuitable ForNot Suitable For
freshwater_osm_linesOSM via GeofabrikLineStringEPSG:4326Network tracing, flow direction, river mappingCatchment area calculation
freshwater_osm_polygonsOSM via GeofabrikPolygonEPSG:4326Surface area, shoreline mappingFlow routing, upstream/downstream analysis
freshwater_ne_10m_lakesNatural Earth 10m lakesPolygonEPSG:4326Global lake context, continental overviewSmall or sub-regional lake detail
freshwater_ne_10m_riversNatural Earth 10m rivers and lake centerlinesLineStringEPSG:4326Global/continental river context, atlas mappingTributary-level hydrological analysis

Important: For catchment / drainage basin analysis, a DEM-derived hydrological network (e.g. Copernicus DEM + SAGA/WhiteboxTools) is more reliable than OSM waterways.


Limitations

  • Small streams are under-mapped in many regions.
  • Flow direction is implied by way direction but not always correct.
  • For hydrological modelling, supplement with DEM-derived data.