vector-tile-base icon indicating copy to clipboard operation
vector-tile-base copied to clipboard

A very basic and low level library written in python for encoding and decoding Mapbox Vector Tiles

Results 10 vector-tile-base issues
Sort by recently updated
recently updated
newest added

I try to decode the google vector tile ,but it throw an error. code as follow: error:

This makes `vector-tile-base` work with newer `protobuf` versions.

```python agri_data/tests/imperviousness/test_views.py:5: in from vector_tile_base import VectorTile /usr/local/lib/python3.9/site-packages/vector_tile_base/__init__.py:1: in from . import engine /usr/local/lib/python3.9/site-packages/vector_tile_base/engine.py:3: in from . import vector_tile_pb2 /usr/local/lib/python3.9/site-packages/vector_tile_base/vector_tile_pb2.py:33: in _descriptor.EnumValueDescriptor( /usr/local/lib/python3.9/site-packages/google/protobuf/descriptor.py:755: in __new__ _message.Message._CheckCalledFromGeneratedFile() E TypeError: Descriptors cannot...

I noticed add_ring is not treating my closed ring like a closed ring: ```python ipdb> pt1 (19188372.37109346, -5402212.477493137) ipdb> pt2 (19188372.37109346, -5402212.477493137) ipdb> n > /Users/cdestigter/checkout/sno/sno/pyvendor/vector_tile_base/engine.py(314)_points_equal() 313 if pt1[0] is...

Is it possible to have a pulished PyPI package of this library? It would be better than cloning this repository with pip.

Hello. I want to delete a layer from *.pbf , such as 'road' layer. How to do this? Thanks for any help.

Every time I create the tests data using `create_test_data.py` I get a different `mvt` file. I believe this is because before Python 3.6 dictionaries are not ordered. This is probably...

They must be a list or a delta-encoded list, but if they are not, they are silently dropped instead.

Add the ability to add repeated keys to a property by exposing a list option for Properties.