OpenStreetMap (OSM)

Overview

OpenStreetMap (OSM) is a collaborative project that creates a free, editable map of the world, providing geographic data contributed by volunteers. Founded in 2004, OSM operates under the Open Database License (ODbL), allowing anyone to use, share, and modify the data with attribution.

Key Concepts

Node is a point feature defined by latitude and longitude (buildings, POIs, vertices). Way is an ordered list of nodes forming lines (roads, rivers) or closed polygons (buildings, parks). Relation is a collection of nodes, ways, and other relations defining complex features (routes, boundaries). Tags are key-value pairs describing feature attributes (name=Main Street, highway=primary). Changeset is a group of edits submitted together with metadata about the edit. Overpass API is a query language for extracting specific data from OSM.

Data Access

MethodDescription
Planet.osmComplete database dump (PBF format)
GeofabrikRegional extracts updated daily
Overpass APIReal-time queries for specific data
OSM APIDirect access for editing
Tile serversPre-rendered map tiles

Appendix

Created: 2025-12-13 | Modified: 2025-12-13

See Also