raster-tiles-compactcache
raster-tiles-compactcache copied to clipboard
Sample code to extract tiles
Hello, Do you have a python example to do the inverse, read a bundle and write single tiles on disc?
Thank you. Cheers
@ltbam We have created a nodejs module compact-cache-bundle that can read bundle files. The ‚how to’ example reads a given bundle and extracts the tiles.
@ThomasHalwax Thank you for the advice! I've used your doc to translate ESRI Tile GPKG to Tile Geopackages on this fork: https://github.com/geoadmin/geopackage-python
thanks a lot.