versatiles-org / versatiles-rs

VersaTiles - A toolbox for converting, checking and serving map tiles in various formats.
https://versatiles.org
MIT License
157 stars 3 forks source link

improve speed when converting versatiles container over HTTP #11

Closed MichaelKreil closed 1 year ago

MichaelKreil commented 1 year ago

use case: you want to download only a part of planet.versatiles, e.g. only the tiles inside of a bounding box

versatiles convert --max-zoom 8 https://download.versatiles.org/planet-20230227.versatiles extract.versatiles

Add an iterator function "get_bbox_tiles(bbox)" that caches tiles and returns tuples of coords and Blob slices in random order.