OpenStreetMap
History
Groups/Orgs/Conferences
Big Picture
- Why OpenStreetMap is in Serious Trouble
- The End of the Map as We Know It
- OpenStreetMap Should Be a Priority for the Open Source Community
- The rise of OpenStreetMap: A quest to conquer Google’s mapping empire
- Why OpenStreetMap is the Most Important thing in Geo
- Summary Report on OSMF Chair's Outreach Jan-early Apr 2020
Corporate Editors
- How Facebook, Apple and Microsoft are contributing to an openly licensed map of the world
- O.S.M.B.A. The History and Future of Companies in OpenStreetMap
- Corporate Editors in the Evolving Landscape of OpenStreetMap
- SOTMUS205: The paid mappers are coming
- SOTMUS2015: O.S.M.B.A. The History and Future of Companies in OpenStreetMap
- SOTMUS2014: Implementing Change in OpenStreetMap - John Firebaugh
- FOSS4G2014: Implementing change in OpenStreetMap — John Firebaugh, Mapbox
Codes of Conducts & Best Practices
Automated Editing Tools
- DeepOSM: Train a deep learning net with OpenStreetMap features and satellite imagery
- The Maps Team at Facebook is excited to announce RapiD Editor Partner Testing
- Map editing with automatically derived map features
- Deriving Data from Imagery: An Intro to Deriviste and OpenStreetMap
- OpenStreetMap: How to add lots of buildings fast with JOSM and building_tools
- Can we validate every change on OSM?
Data
Real-Time Visualizers
Tools
- Overpass
- Geocoding
- Data Processing
- Editing/Importing
- Changesets
Monitoring
- Infrastructure
- Data
- Edits
Blogs
...
Misc
Cartographic Vandalism in the Era of Location-Based Games—The Case of OpenStreetMap and Pokémon GO
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
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
Dijkstra’s algorithm in the web browser with OpenStreetMap
Who Owns the Digital Map of the World?
- Protomaps
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