我希望使用OSMNX下载Python中所有出现的域(沿海线内的所有东西)的几何图形,但似乎找不到一个通用标记。
现在,我在用:
t = {'landuse':['commercial', 'industrial', 'residential', 'farmland', 'construction', 'education', 'retail', 'cemetery', 'grass', 'garages', 'depot', 'port', 'railway', 'recreation_ground', 'religious', 'yes', '*'], 'leisure':['park']}
land = ox.geometries_from_polygon(bbox, tags=t)
但我还有很多洞..。因此,简而言之,是否有一个OSM标签来抢占所有出现的土地?
https://stackoverflow.com/questions/71712981
复制相似问题