learnosm-tw
  • Introduction
  • index
  • contribute
  • status
  • beginner
    • introduction
    • start osm
    • start id
    • start josm
    • more about josm
    • gps
    • papers
    • editing with josm
    • remote mapping
    • moving forward
  • editing
    • josm tools
    • josm plugins
    • josm more tools
    • josm presets
    • creating custom presets
    • josm relations
    • editing techniques
    • aerial imagery
    • correcting imagery offset
    • josm conflict resolution
    • id editor
    • josm adding orbview imagery
  • surveying
    • gps etrex20
  • coordination
    • remote
    • review
    • tasking manager
    • glossary
    • MMaps field
    • quality assurance
    • editing the wiki
  • osm data
    • data overview
    • file formats
    • getting data
    • geofabrik and hotexport
    • osm in qgis
    • setting up postgresql
    • osm2pgsql
    • osmosis
    • overpass api
    • converting to shapefile
  • map design
    • mapbox
    • tilemill
    • wms
    • github
  • sys admin
    • sds
    • postgis
  • mobile mapping
    • osmand
    • oruxmaps
    • osmtracker
    • gpsessentials
Powered by GitBook
On this page

Was this helpful?

  1. osm data

overpass api

The Overpass API is a read-only API that provides custom selections from OpenStreetMap data. In other words, it is a service that allows users to submit a query over the internet, and in return receive the specific data that they requested.

Anyone who uses one of the OpenStreetMap editors is using an API behind the scenes - however this API is designed for editing and does not provide the power of OverPass. In this chapter we'll examine some basic functionality of the OverPass API, and see how it can be used to access data for specific queries.

Note that this functionality is something that can also be achieved by querying a local database, or even by filtering raw OSM data with Osmosis. But by providing an internet-based API, OverPass API is available for a use as a database backend for different services.

A Simple Query

PreviousosmosisNextconverting to shapefile

Last updated 4 years ago

Was this helpful?