Skip to content

OpenStreetMap

History

Groups/Orgs/Conferences

Big Picture

Corporate Editors

Codes of Conducts & Best Practices

Automated Editing Tools

Data

Real-Time Visualizers

Tools

Monitoring

Blogs

*thomas skowron

...

Misc

Cartographic Vandalism in the Era of Location-Based Games—The Case of OpenStreetMap and Pokémon GO

Faster Map Making With osmium

What "OpenStreetMap US" is with Maggie Cawley & Alyssa Wright

OSM-Seed: OpenStreetMap Infrastructure for Mapping at Scale

Observe - cross-platform, offline, field mapping tool for OSM

OpenMapTiles, a self-hosted map tile server with OpenStreetMap data

About Open Infrastructure Map

Harnessing Existing Open Source Tools to Validate OpenStreetMap Data

OpenStreetMap in the age of Spark

OSM User Mvexel: Martijn van Exel

From Sideline to Center: The Potential for OpenStreetMap to Seize the Curb

What I have learned after being involved with several data imports into OSM

OpenStreetMap Series: India Build-up

Introducing OpenStreetView

Dijkstra’s algorithm in the web browser with OpenStreetMap

Who Owns the Digital Map of the World?

Tasking Manager - The tool for coordination of volunteers and organization of groups to map on OpenStreetMap

WikiProject Power networks

Projects

Rendering a map using Go, Mapbox and OpenStreetMap

Load OpenStreetMap data to PostGIS

Loading Data from OpenStreetMap with Python and the Overpass API

Statistical NLP on OpenStreetMap: Part 2

OpenStreetMap (need to organize)

https://wiki.openstreetmap.org/wiki/Database https://wiki.openstreetmap.org/wiki/Develop

PostgreSQL/PostGIS db XML and PBF data formats https://wiki.openstreetmap.org/w/images/5/58/OSM_DB_Schema_2016-12-13.svg

https://wiki.openstreetmap.org/wiki/Frameworks

Imposm3 Importer for OpenStreetMap data, it reads PBF files and imports the data into PostgreSQL/PostGIS Previously in Python, imposm3 now in Go https://github.com/omniscale/imposm3 https://imposm.org/docs/imposm3/latest/ https://imposm.org/

Osm2pgsql Tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis https://github.com/openstreetmap/osm2pgsql

Atlas Atlas is a way to efficiently represent OpenStreetMap data in memory. A subset of the data is in a "navigable network" form, meaning anything that is assumed to be navigable will be in a form of Nodes and Edges in a way a routing algorithm could traverse it. It also provides easy to use APIs to access geographical data. Atlas will build an in-memory representation of OSM data. It's written in Java, provides a connected graph representation of the road network with routing/graph APIs on top of it. Java (full feature), Python (Basic) OSMLabs (Apple) https://github.com/osmlab/atlas

Atlas-checks Atlas Checks framework and standalone application are tools to enable quality assurance of Atlas data files OSMLabs (Apple) https://github.com/osmlab/atlas-checks

Atlas-generator Spark Job that generates Atlas shards from OSM pbf shards (built from an OSM database with osmosis). https://github.com/osmlab/atlas-generator

Osmosis Osmosis is a command line Java application for processing OSM data https://github.com/openstreetmap/osmosis

Osmconvert OSM https://wiki.openstreetmap.org/wiki/Osmconvert

Osmfilter OSM https://wiki.openstreetmap.org/wiki/Osmfilter

MapRoulette Micro-tasking tool for OpenStreetMap https://maproulette.org/ https://github.com/osmlab/maproulette3

Show Me the Way https://github.com/osmlab/show-me-the-way

OSM Inspector https://tools.geofabrik.de/osmi/ Geofabrik

Osmium Tool A multipurpose command line tool based on the Osmium Library https://osmcode.org/osmium-tool/

OSM Node Density https://github.com/tyrasd/osm-node-density

Osmtagviz: Project to visualize openstreetmap data using leaflet, overpass, crossfilter and d3. https://github.com/binaworks/osmtagviz

Pyrosm