Skip to main content

Questions tagged [overpass-api]

The Overpass API (or OSM3S) is a read-only API that serves up custom selected parts of the OSM map data. It acts as a database over the web: the client sends a query to the API and gets back the data set that corresponds to the query.

0 votes
0 answers
38 views

Query to extract addresses in several parts of Germany is not working via QuickOSM

I a trying to extract addresses from the OpenStreetMap as polygons via QuickOSM using the keys: addr:street, addr:housenumber and addr:city. That works quite well, but not in every part of Germany. ...
Arne Kagermeier's user avatar
0 votes
2 answers
51 views

Best way to map Airports, Harbours and Trainstations in Overpass-Turbo

I'm new to Overpass and I am trying to find a convenient way to map all major Airports, Harbours and Trainstations (not necessarily in the same query) But I also want a kind of overseeable global map ...
Corv's user avatar
  • 1
1 vote
2 answers
73 views

Getting all node coordinates of ways of one relation with Overpass

With overpass, I use CSV to create individual formatted output. All ways of a relation are determined. Here is the code: [out:csv("print1";false)]; ( relation(id:15596842); way(r); ) -> ....
gotwo's user avatar
  • 211
1 vote
1 answer
34 views

Programmaticaly get coordinates of area symbol in OSM

OpenStreetMap sometimes encodes buildings as areas - as closed ways instead of nodes. But still at some point in the map a symbol or a housenumber is placed. I want to get the coordinates of this ...
Ruik's user avatar
  • 111
0 votes
0 answers
28 views

How can I determine the angle between different ways using Overpass?

I'm trying to figure out which ways are "the same". One metric I'd like to check is the angle between them: if two ways meet at a node at an angle pretty close to 180 degrees, that's an ...
user1454156's user avatar
0 votes
0 answers
33 views

OSM data - export only given tags

I am working with OSM through the Overpass API and/or the QuikcOSM plugin in QGIS. I am wondering if it is possible to select the tags to be downloaded as csv or GeoJSON or KML data. To make an ...
HyPhens's user avatar
  • 518
1 vote
1 answer
82 views

Query geolocation of an address with Overpass API

I would like to find the geolocation (lat/lon) of a given full address using OverpassAPI. [out:json]; ( node["addr:street"="Hauptstraße"]["addr:housenumber"="1&...
Saren Tasciyan's user avatar
0 votes
0 answers
69 views

Saving Overpass-turbo query results to GeoJSON file with Python - to work on with the dataset

Saving Overpass query results to GeoJSON file with Python want to create a leaflet - that shows the data of German schools background: I have just started to use Python and I would like to make a ...
zero's user avatar
  • 393
2 votes
0 answers
43 views

How to map all nodes of a Wikidata tag

I am trying to get all the elements of the following Wikidata tag: https://www.wikidata.org/wiki/Q31074657 As you can see, this tag corresponds to a Wikidata category of type Statements -> Part of, ...
Nil Aspinall's user avatar
1 vote
1 answer
28 views

How to get all the streets limited to containing a particular text name in Overpass

I would like to get all the streets limited to containing a particular text name, for all "place=city" in a particular country. I tried: [out:json][timeout:250]; area[name="Italia"]...
Nil Aspinall's user avatar
1 vote
1 answer
83 views

Trying to fetch points of interest using Overpass API but it throws an error

I'm relatively new to Overpass and Uber H3. I'm trying to find all the points of interests associated with hexagons within New York City. I'm able to find and generate all the hexagons within New York ...
Ibrahim's user avatar
  • 13
2 votes
1 answer
48 views

around command in overpass turbo not working

I want to create a google currentplace type api using open street map data. I have been trying to use othe around command in overpass ql but it always returns error or 0,0. [out:json]; ( node["...
Jos Joe's user avatar
  • 21
1 vote
1 answer
56 views

Overpy processed results into GeoJSON

I am using Overpass to obtain data about street/sidewalk elements, such as buildings locations. I was not able to filter unwanted data by refining my Overpass query, so I am doing this filter in ...
José Pedro Silveira Martinez's user avatar
0 votes
1 answer
100 views

Reliable method to get relations / boundaries for a US city/town/village from Overpass API

I'm trying to get the boundaries from Overpass API for all counties, cities, towns, villages or hamlets for specific US states. The problem I'm having is that I sometimes get "nodes" instead ...
HK1's user avatar
  • 101
1 vote
1 answer
24 views

Getting roads which are missing bike lanes using Overpass Turbo

I would like to extract roads which are missing bike lanes so that I can map them with Photo Mapping software. With my query below, I am able to fetch roads which are missing the cycleway tag. ...
Paradox's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
28