OpenStreetMap friends. Not being very technical, I’m struggling to use Overpass or turbo). I would like to download a global dataset of landuse=allotments (maybe in chunks) for a project idea. Can anyone help?
OpenStreetMap friends. Not being very technical, I’m struggling to use Overpass or turbo). I would like to download a global dataset of landuse=allotments (maybe in chunks) for a project idea. Can anyone help?
@stevenfeldman Mmh, not sure if overpass is the best tool as there seem to be >400k objects, https://taginfo.openstreetmap.org/tags/landuse=allotments
What about osmium?
```
osmium tags-filter switzerland-latest.osm.pbf \
w/r landuse=allotments \
-o allotments.osm.pbf
osmium export allotments.osm.pbf -o allotments.geojson
```