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 OpenStreetMap map data.

overpass-api
0 votes
1 answer
45 views

Overpass Turbo: filter needed tags in output

There is the opportunity to fetch only tags without geometry by specifying "out tags;". However, it: doesn't allow me to filter out tags which are not needed (for example, I only need "...
vkrk's user avatar
  • 1
0 votes
0 answers
24 views

Overpass Turbo - Search same values as conscription number in one address and street number in second address in the street

Hello, in Czechia we have unique house numbering, Slovakia has too, but two numbers are everywhere where are named streets and all other buildings have address, but in Czechia have address usually ...
Aleš Fiala's user avatar
0 votes
0 answers
37 views

Converting Lat Long to Forward Sortation Area (FSA)

I would like to know which FSA the coordinate belongs to, is there a way to easily convert the Latitude and Longitude to Forward Sorta Area in Canada? Ideally I would like to do the conversion in ...
Aspiring TM's user avatar
0 votes
0 answers
35 views

Obtaining OSM Way Measurements

I have just over 300 Way IDs and I want to retrieve the length of each way and the terminal nodes of each way (that is the nodes where the way starts and ends). On ID, I have to manually select the ...
Davis AZ's user avatar
0 votes
1 answer
141 views

How to get city/town state/province name using OverPass Query Language?

I have a small testing tool in Node.js with which I get nearby towns and cities in the radius of 100 miles (160934 meters => 100 miles): // Overpass API endpoint const overpassUrl = 'https://...
Zlatan Omerović's user avatar
0 votes
1 answer
35 views

Regular expression inside of a if statement overpass OpenStreerMap

I'm trying to combine 2 features of the OSM overpass flavor : if statement + regular expression. Example : [out:json][timeout:50]; area["name"="Paris"][admin_level=8]->....
Arcélone's user avatar
1 vote
1 answer
66 views

Query Overpass turbo by lat/lon to find specific tags

so Im attempting to use overpass to find the state and postal code based upon long and lat coordinates. I know if I run the following, I can find at least the state name in what is reported. But I ...
Andrew Littell's user avatar
0 votes
0 answers
27 views

Openstreetmap and Overpass API, How to get metadata of all children objects

is it possible to return the metadata of members (or children)? Or return structured data for parent and child objects from OSM? I have the following query which returns all wind farms in Australia, ...
akarich73's user avatar
-1 votes
1 answer
148 views

Overpass querying places of interest by city

I'm new to Overpass and OpenstreetMap. I'm working on a project and I need to fetch the places of interest for New York City (for now, in the future it should be generic to handle any kind of city). I'...
Ibrahim's user avatar
0 votes
0 answers
33 views

Overpass API List All Nodes along a region

I would like to know if it's possible to query nodes and attach additional information to it. In my case I am trying to get all bus stop of Mauritius with a additional column specifying the district ...
Justin's user avatar
  • 69
-6 votes
1 answer
152 views

Invert a regular expression match in Overpass API

I want to search for possibly wrong ICAO codes using Overpass API. While matching an ICAO code is fairly trivial with the RegEx ^[A-Z]{4}$, I'm trying to match everything that does not match this ...
user2033412's user avatar
  • 2,069
0 votes
0 answers
50 views

Overpass query to find POI in a specific postalcode

I am facing a challenge in crafting an overpass query to identify points of interest (POIs) such as hospitals and schools within a specific zipcode. Despite my attempts with the following query: [out:...
Ajay Dev M's user avatar
0 votes
0 answers
22 views

OverpassQL - Why does the query work like that? [duplicate]

I'm new to the OverpassQL world and have been working my way through several tutorials today. I would say that I already understand the basics quite well. However, I have a question about one ...
Christian Neugebauer's user avatar
0 votes
1 answer
228 views

Query all places and their streets

I want to build a registry of places (city, town, village) and their street names (limited to germany). My first attempt was to get all places and then query for the streets like this: [out:json]; ...
kfaria's user avatar
  • 309
0 votes
0 answers
110 views

Dynamically Update Overpass API Map

I have a function that, when given the house address of someone, will find the coordinates on a map and return them. I also have another function that calculates the surface area of a building on a ...
David Guri's user avatar

15 30 50 per page
1
2 3 4 5
26