You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use this code as a Python module to enable MBTiles writing to a tool I use to render tilesets. The problem is that some parts of the module (all inside the mbutil directory) is assuming it's only part of the mb-util script. For instance:
I would like to use this code as a Python module to enable MBTiles writing to a tool I use to render tilesets. The problem is that some parts of the module (all inside the
mbutil
directory) is assuming it's only part of themb-util
script. For instance:https://github.com/mapbox/mbutil/blob/master/mbutil/util.py#L41
This should be handled in the util's code. Probably others are to follow.
On the other hand, there are no functions to be able to read/write individual tiles, which could be refactored from the current code.
I plan to start a PR soon, but I would like to hear your opinions on this.
The text was updated successfully, but these errors were encountered: