The latest.planet.mbtiles file is 49G when uncompressed. I figured out how to
extract tiles using the landez python module, this seems to work:

mbreader = MBTilesReader("latest.planet.mbtiles")

with open('tile.osm.pbf.gz', 'wb') as out:
    out.write(mbreader.tile(15, 16244, 10726)

I uncompressed the extracted tile, but then what format is it in? I assume PBF,
but osmosis, osmconvert and osmread all refuse to read it.

-- 
Edward.

_______________________________________________
dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/dev

Reply via email to