Search code examples
openstreetmap3d-model

download a polygone instead of bbox from OpenStreetMap


I want to download a 3d model from a list of coordinates. The API documentation only says that you can download a bbox, but looking at the overpassAPI documentation you can download all the nodes within that polygon doc.

Can you download directly a polygon, or can you transform the csv file with the list of nodes to an osm file?


Solution

  • I have found a program which can clip the osm based in polygon.
    There its