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
The output is mostly human readable and useful for answering questions like "is this layer empty", "does a feature with this name or ID exist in the tile?", or "i was expecting a Polygon, what's the geometry type of this feature?".
Convert MVT to GeoJSON
For geometry questions, such as "this feature is in the tile, but where is it?" or "is this feature degenerate / valid?", the tile-info.py script from https://github.com/mapbox/vector-tile-py will output the tile as GeoJSON.