<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>You'll probably run into limits using the Overpass API to extract large amounts of data.<br></div>
<div><br></div>
<div>I'd recommend osmium as it's very fast. Here's an example using it to filter data by tags <a href="https://osmcode.org/osmium-tool/manual.html#filtering-by-tags">https://osmcode.org/osmium-tool/manual.html#filtering-by-tags</a> <br></div>
<div><br></div>
<div>So once you have an extract <a href="http://download.openstreetmap.fr/extracts/">http://download.openstreetmap.fr/extracts/</a> you'd run<br></div>
<div><br></div>
<div>osmium tags-filter australia.osm.pbf wr/natural=wood wr/landuse=forest wr/landcover=trees -o wooded-areas.osm.pbf<br></div>
<div><br></div>
<div>"wr" means both ways and relations, which should pick up the one you found mapped as a relation.</div>
<div><br></div>
<div>Then you can export to GeoJSON with osmium export <a href="https://docs.osmcode.org/osmium/latest/osmium-export.html">https://docs.osmcode.org/osmium/latest/osmium-export.html</a><br></div>
<div><br></div>
<div>osmium export wooded-areas.osm.pbf -o wooded-areas.geojson</div>
<div><br></div>
<div>PS. Big fan of your weather tweets on Twitter!<br></div>
<div><br></div>
<div>On Fri, 15 Feb 2019, at 1:34 PM, Andrew Miskelly wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div dir="ltr"><div>Hi folks,<br></div>
<div><br></div>
<div>I'm trying to get hold of polygons for areas in Australia which are "wooded" using Overpass but I don't seem to be able to get comprehensive data. Combinations of landcover, landuse, natural etc. queries only return a subset of actual wooded areas.<br></div>
<div><br></div>
<div>The polygons are rendered at <a href="https://www.openstreetmap.org/">https://www.openstreetmap.org/</a> but when I attempt to query them nothing relevant comes back (see the screen shot at <a href="https://anero.id/shared/20190215021156_1.jpg">https://anero.id/shared/20190215021156_1.jpg</a>).<br></div>
<div><br></div>
<div>Does anyone know how to retrieve these generic wooded area polygons?<br></div>
<div><br></div>
<div>Thanks and regards,<br></div>
<div>Andrew<br></div>
<div dir="ltr"><div dir="ltr"><div><div style="font-family:calibri, tahoma;"><br></div>
</div>
</div>
</div>
</div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>Talk-au mailing list<br></div>
<div><a href="mailto:Talk-au@openstreetmap.org">Talk-au@openstreetmap.org</a><br></div>
<div><a href="https://lists.openstreetmap.org/listinfo/talk-au">https://lists.openstreetmap.org/listinfo/talk-au</a><br></div>
</blockquote><div><br></div>
</body>
</html>