Cognised existence: Populated areas are settlement entities (city, town, village, hamlet, urban area) represented as points or polygons.

Question: Where are villages, towns, and cities, and what is their settlement hierarchy?

OSM wiki: https://wiki.openstreetmap.org/wiki/Key:place


Realisations

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

  • [[Realisations/OpenStreetMap_populated_areas|OpenStreetMap — settlement entities via place=*]]
  • [[Realisations/Natural_Earth_populated_areas|Natural Earth — ne_10m_populated_places, ne_10m_urban_areas]]

Geometry Representations

Rep IDSource DatasetGeometry TypeNative CRSSuitable ForNot Suitable For
settlements_osm_pointsOSM via GeofabrikPointEPSG:4326Settlement hierarchy mapping, nearest settlement analysisOfficial census totals or demographic structure
settlements_ne_10m_pointsNatural Earth populated placesPointEPSG:4326Global city hierarchy maps, small-scale settlement contextLocal-level settlement completeness
settlements_ne_10m_urban_areasNatural Earth urban areasPolygonEPSG:4326Broad urban footprint context at global scaleLegal urban boundaries or municipal planning precision

Limitations

  • OSM and Natural Earth settlement layers are not official census registers.
  • Settlement class definitions vary by country and mapping conventions.
  • Use statistical population grids or census datasets for demography and density metrics.