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
```
@stevenfeldman Did you know that maplibre can do heatmaps directly in your browser.
Here's a map showing density around London. Looks like there aren't many in the middle of London. 🤣🤣
https://overpass-ultra.us/#m=9.00/51.4013/0.0189&q=LQhQBcE8AcFMC4AE0D2Bnc0CGa2g5ADYKiKKFaSwBOa8pZiwiUcSAFrFuALZbQNGiTtz7Rg1LABMAlgFc6iAKwAGQYxG9+wAO6wZAc3bgkAbQBEB2OHMAaROazUuAfR4AmcwF11ZTWOAZADtwWCC0GSgkAEZYYCVQUBBgRIBlAFEAGXSAYQAVFiwDNGAAPlKAciCsHlgKxBxEatr7VLyXAEFnLAAKKxQeeHh+g0lodkgASga0Bu63d3t0HhdWWCW0FZkpVvaABRRg8AB5INS5agAzLABjWD7YAenG-p4GADEAJWOAWWR0TA4NAuVCESAGFBBBgAdQAEulPukyOAirMAAKlRAVADe5goQSkClg5iQjkIhBQvDC4DQ5gAvhUhgApVLHAByACFEB02QARRCvRAAMiFiDaLh+WAA1rB0kEAG6wClwHrY7F6NBBOl0+wAFgAzO4AGyTIA
@stevenfeldman The MapLibre heatmap documentation is a bit hard to understand and work with, but eh it's cool to have a link
Thanks
I am going in a different direction with this. I’ll share in a couple of days
@stevenfeldman For this kind of task, I second downloading the OSM planet file and applying Osmium.
I usually then use the same osmium to get a GeoJSON-lines file and open it in QGIS or process it with scripts.