This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

POIs export

0

Hey all, new here and non-technical and tasked with getting a dataset for roughly 10,000 POIs in the biggest global cities (NYC, London, LA, Tokyo, Paris, etc). Biased towards areas like public landmarks like townsquares, urban parks, statues, etc. The data should consist of a lat/long at minimum.

Any suggestions for how to get this / similar in the easiest way?

asked 06 Sep '22, 20:24

cway's gravatar image

cway
11112
accept rate: 0%


One Answer:

0

I don't think there is a completely non-technical way. You'll have to learn a bit.

You'll have to identify all tags you are interested in, e. g. like wiki.openstreetmap.org/wiki/Key:leisure and then to query them.

You might get the data from overpass-turbo.eu but you'll have to adopt their query language to

  1. get cities by size
  2. list nodes, ways or relations with these tags within the boundaries of the cities by providing all tags of POIs you are interested in.

The easiest way to adopt the query language is from examples on wiki.openstreetmap.org/wiki/Overpass_API/Overpass_API_by_Example

It will be actually a pretty straightforward query, there are similar ones among the examples, but I understand the language might be intimidating on the first look. Trying to understand the similar examples first might help. Or if you can ask a programmer, he will be able do it within an hour.

answered 14 Sep '22, 09:32

myneur's gravatar image

myneur
112
accept rate: 0%

edited 14 Sep '22, 17:25

Thank you for this! Do you know where I could find someone / a service to hire that would be able to search a set of provided cities and find a set of points of interests (ex: all interesting points within Central Park) with their lat/longs?

(16 Nov '22, 17:28) cway
1

@cway: I'd recommend to contact Geofabrik or Thomas Skowron (the latter once developed a poi search api) for your task. You'll find those two and more providers on this (uncurated) list: https://wiki.openstreetmap.org/wiki/Commercial_OSM_Software_and_Services

(17 Nov '22, 12:22) Spiekerooger