{osmdata}
packageSession 9
2024-10-23
{osmdata}
These slides on OpenStreetMap and exploring OSM data with the {osmdata}
package are based on a March 10, 2020 presentation by Jonathan Dandois for MaptimeBmore and the CCBC GIS Capstone.
Created in 2004 in response to restrictive data sharing by the UK Ordnance Survey
Grew as the “Wikipedia of maps” in response to increasing cost of commercial services like Google Maps after 2011 price hikes
OpenStreetMap isn’t just a map—it is a “global geodatabase of everything and anything that people add to the map”:
Individual users, developers, and researchers:
The Bike Network Analysis (BNA) is a data analysis tool that measures how well bike networks connect people with the places they want to go and is used for the PeopleForBikes 2023 City Ratings. The methodology is described online and the PeopleForBikes · GitHub includes the full code for the analysis.
Different editors have different reasons for contributing and contribute in different ways:
Most editors for OpenStreetMap use high-resolution aerial, satellite, and drone-based imagery to trace or digitize:
Learn more in Getting Started with OSM.
Learn more in the Good practice section of the OpenStreetMap Wiki.
Learn how to use the iD Editor.
Try out JOSM—the desktop editor for OpenStreetMap.
Learn about StreetComplete.
overpass turbo, a web-based data filtering tool for OpenStreetMap, can run Overpass API queries and analyze the resulting OSM data interactively on a map.
{osmdata}
osmdata
is an R package for accessing the data underlying OpenStreetMap (OSM), delivered via the Overpass API.osmextract
for an approach for reading-in bulk OSM data extracts).{osmdata}
riccardoklinger/OSMquery: Query OSM data and add results to your ArcGIS project