tpkutils icon indicating copy to clipboard operation
tpkutils copied to clipboard

ArcGIS Tile Package Utilities

Results 9 tpkutils issues
Sort by recently updated
recently updated
newest added

it looks promising but no up-to-date for ArcGIS Pro and their .tpkx-files, is that correct?

Hey, so you say we should send you some 10.3 Version if we want to have support. its from basemap.at some Esri bundle file (remove.zip from filename) Thank you [R0a80C1100.bundle.zip](https://github.com/consbio/tpkutils/files/3459884/R0a80C1100.bundle.zip)

Hello, Thank you for your tool, I have used it several times and worked exactly as I expected since today I am having trouble while transforming a tpk I was...

Raise `ValueError` when value for zoom level in `to_mbtiles` is beyond range of available zoom levels

bug __init__.py line 201 r_off, c_off = [int(x, 16) for x in root.lstrip('R').split('C')] Range of hex is 0-F so could contain C. possible fix r_off, c_off = [int(x, 16) for...

Just curious if you plan to develop support for ESRI vector tile packages? Looks like most of what you've written here should support ESRI bundled vector tiles to mbtiles but...

We need to add info about `click` version to `setup.py`

enhancement

It would be useful to print out the basic info for a tile package from the command line, especially: - bounds - zoom levels - name - description