What I need to do is to get the bounding box polygon for all airports worldwide. The only way I'm aware of do this, is by using esy.osm.pbf. I've written the following code:
But it takes much too long to do this, that's just for a single airport, and I need to do it for all airports worldwide. Is there a better way of fetching the latitudes and longitudes for the polygons for all airports worldwide? asked 20 May '21, 17:52 michaelnares |
Nominatim can fetch bboxes. Old thread. You can test some limited areas and then build a batch or requests. answered 25 May '21, 09:11 Cascafico |