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.

3 votes
1 answer
122 views

I have two queries. They return different results. I want to figure out why WAY 1083939899 is ommited from the top, but not the bottom, This query (direct link to overpass with query) lacks this ...
Evan Carroll's user avatar
  • 7,259
1 vote
1 answer
53 views

I'm trying to extract islands that are not in the ocean (eg. in lakes, rivers, etc) using Overpass Turbo. I've tried this: [out:json][timeout:25]; nwr["place"="island"]["...
user320629's user avatar
0 votes
1 answer
50 views

I try to query all Schools in a specific area. I use this query: [out:xml] [timeout:25]; {{geocodeArea:SomeArea}} -> .area_0; ( nwr["amenity"="school"](area.area_0); ); (._;&...
steloe's user avatar
  • 324
0 votes
0 answers
53 views

I have an overpass query that queries municipalities in a specific region. [out:json]; rel["de:amtlicher_gemeindeschluessel"~"01[0-9]{6}"]; out tags bb; The JSON output includes ...
RolfDD's user avatar
  • 13
2 votes
1 answer
69 views

I want to find all ways in a specified search area that contain a specific Node in overpass turbo. To give a precise example, I want to find all place=islet ways in the name=Dalsland region that ...
Philip G.'s user avatar
0 votes
0 answers
36 views

I am trying to build a query that will search for amenities (like libraries for example) within a congressional district boundary relation in Openstreetmap (https://www.openstreetmap.org/relation/...
Steve's user avatar
  • 1
2 votes
1 answer
79 views

I'm trying to download some buildings from Overpass Turbo. Most of the buildings have a unique address which is tagged on the way of the building, but few of them have multiple addresses as a node (...
katzu's user avatar
  • 33
1 vote
0 answers
48 views

Wiki says: "The statement local converts the given input into the localized representation of OSM data." But what does "localized representation" mean, and where does it use? ...
deevroman's user avatar
0 votes
0 answers
25 views

I want to geocode some addresses and experience problems with the street names, I think. Let's assume I am looking for the following address 1814 STATE HIGHWAY 131, Massena, NY 13662, USA then I am ...
Thomas Becker's user avatar
2 votes
0 answers
36 views

When I execute a query like the following, the streets that I get back are divided into segments. [out:json]; area[name="Terézváros"]; ( way(area)["highway"]; ); out geom; For ...
xuwenbuwer's user avatar
0 votes
1 answer
70 views

Given a closed polygon POLYGON((lon1 lat1, lon2 lat2, ...)), can we take buildings which are located within it. Or can we take buildings based on an area (like district with specific name) in India?
Nuntea7's user avatar
0 votes
0 answers
31 views

Overpass QL: How can an itemised list of tags be created? The following routine returns an itemised list, sorted based on the number of items, for the values of one specified tag (railway stations' ...
DaveF's user avatar
  • 113
1 vote
1 answer
64 views

Here is a relatively simple query that demonstrates the issue I'm having with count: [out:json][timeout:60]; way(50276520)->.bridge; ( way[natural=water](around.bridge:10); way[water](around....
Michael L.'s user avatar
1 vote
0 answers
46 views

I am looking to check if all nodes of a way are near a gpx track. Therefore, I have valid nodes which is the result of an around query on .item_nodes with the gpx track. And my .item_nodes which are ...
JulesL's user avatar
  • 11
0 votes
0 answers
49 views

I have a Gpx track and I want to find the bridges it crosses. I have try a simple request with my radius and coords: ( wr["name"]["wikidata"]["man_made"="bridge"...
JulesL's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
29