Cognised existence: Administrative units are territorial divisions defined by governance acts. They exist because a political authority declared them. Their boundaries determine jurisdiction, statistical aggregation, electoral geography, and service responsibility.

Question: Which administrative area does a location belong to?

OSM wiki: https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative


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_administrative_units|OpenStreetMap — boundary=administrative]]
  • [[Realisations/Natural_Earth_administrative_units|Natural Earth — ne_10m_admin_0_countries, ne_10m_admin_1_states_provinces]]

Geometry Representations

Rep IDSource DatasetGeometry TypeNative CRSSuitable ForNot Suitable For
admin_osm_polygonOSM via osmnx / OverpassPolygon (relation)EPSG:4326Area queries, point-in-polygon, map display, aggregationLegal boundary disputes — OSM may lag official updates
admin_ne_10m_countriesNatural Earth 10m — de facto countriesPolygonEPSG:4326Operational global maps, statistics attribution, population linkageLegal sovereignty disputes
admin_ne_10m_sovereigntyNatural Earth 10m — de jure sovereigntyPolygonEPSG:4326Diplomatic/legal contexts, treaty and international law framingOperational routing or services in disputed territories
admin_ne_10m_disputedNatural Earth 10m — disputed areasPolygonEPSG:4326Visualising contested zones, geopolitical analysisAny authoritative administrative attribution
admin_ne_50m_polygonNatural Earth 50mPolygonEPSG:4326World-view context mappingRegional or local detail

Limitations

  • OSM administrative boundaries may lag official updates (elections, boundary changes).
  • admin_level values are country-specific — always check the OSM wiki for the country in question.
  • Boundary quality is highest in Europe and North America; variable elsewhere.
  • Natural Earth admin_0_countries represents de facto administration, not de jure sovereignty — they diverge for ~20–30 territories globally (occupied areas, breakaway states, dependencies). Always confirm which layer is appropriate for the analytical context before use.