Skip to main content

Questions tagged [overpass-turbo]

a web-based data filtering tool for OpenStreetMap

1 vote
1 answer
45 views

Overpass-turbo query to retrieve polygon river features

I tried to extract the polygon features for the Kuskokwim River in Alaska, since it's a main-stem and wide river and, thus, represented by polygons at larger scales. But no matter what, I cannot get ...
mikeLdub's user avatar
  • 1,205
2 votes
1 answer
54 views

Query for areas/relations containing private ways in OSM

I would like to find gated communities in Argentina. Thus far, I have been able to filter the ones which are explicitly tagged as such, i.e. those with the tag residential=gated. This is the query I ...
uvita's user avatar
  • 123
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
0 votes
0 answers
68 views

Overpass Turbo: Get single railway line between two cities

Edit: Sorry for the unclear question, here is a new attempt: Is there a code library to get the gps coordinates along certain tracks? E.g., to get the railway line between Leipzig and Dresden?
user7948346's user avatar
0 votes
1 answer
45 views

Openstreetmap: Overpass QL query to get all house numbers and streets of a city with coordinates

I'm using the following query to try to get all house numbers and streets of a city with coordinates. The query gives my zero results. What I'm doing wrong? [out:csv(::lat, ::lon, "addr:street&...
Luca's user avatar
  • 103
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
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
46 views

Cannot obtain shape image from Overpass Turbo

I wanted to export the graphical outline of a river in OpenStreetMap. I tried using the Overpass Turbo. This is the script I used: [out:json][timeout:25]; nwr["name"="Mahaweli"][&...
NotStanding with GoGotaHome's user avatar
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
1 vote
1 answer
65 views

How to generate a query to capture features within a set distance of a route eg road or river

I am attempting to create a map that shows features along the route of a river to a specified distance using the QuickOSM plug-in for QGIS. Initially, I thought I could simply run a query using the &...
UntitledGraphic's user avatar

15 30 50 per page
1
2 3 4 5
10