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

Get only coords of some POIs

0

How to get only coordinates of some POIs, for example only parks in some city?

I want to use this great data in my school project written in c#!

asked 17 Oct '21, 23:23

CAESIUM137's gravatar image

CAESIUM137
16111
accept rate: 0%


One Answer:

2

If you only want a few POI types the easiest way to download the data is probably with Overpass turbo. If you only want centroids there is an out center option for this.

If you want to query more of the data you're probably better off downloading an extract and processing locally. I haven't used any of them but there are a variety of pre-existing frameworks to choose from.

answered 19 Oct '21, 03:39

InsertUser's gravatar image

InsertUser
11.0k1369185
accept rate: 19%

Source code available on GitHub .