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

Python package for encoding & decoding Mapbox Vector Tiles

Results 27 mapbox-vector-tile issues
Sort by recently updated
recently updated
newest added

https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates ref: https://github.com/developmentseed/timvt/runs/6803647280?check_suite_focus=true#step:8:33 ``` /opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/site-packages/google/protobuf/descriptor.py:755: in __new__ [30](https://github.com/developmentseed/timvt/runs/6803647280?check_suite_focus=true#step:8:31) _message.Message._CheckCalledFromGeneratedFile() [31](https://github.com/developmentseed/timvt/runs/6803647280?check_suite_focus=true#step:8:32) E TypeError: Descriptors cannot not be created directly. [32](https://github.com/developmentseed/timvt/runs/6803647280?check_suite_focus=true#step:8:33) E If this call came from a _pb2.py file, your generated...

when decoding ,how to convert coordinates back to EPSG:4326

This PR adds two executables `mvt_encode` and `mvt_decode`. Still WIP. Would nice to have your options on adding these utils.

Travis CI build has started failing with a seg fault. https://travis-ci.org/tilezen/mapbox-vector-tile/builds/293683076

in https://github.com/tilezen/mapbox-vector-tile/blob/46629e478935954fc2dcbd8d17d005546b8d31a0/mapbox_vector_tile/decoder.py#L48 mvt decoder assign an invalid geojson feature type that as from [geojson specifications](https://tools.ietf.org/html/rfc7946#section-3) should be "Feature", "FeaturesCollection" or "GeometryCollection", not 1,2,3 as from actual implementation. The output geojson...

To make it easier to regenerate the vector_tile Python sources the `.proto` file should be included in the source distribution. For the Debian package we need to regenerate those files...

- [x] Python improvements https://github.com/tilezen/mapbox-vector-tile/pull/74 - [ ] C/C++ improvements # Hello, in order to increase encoding performance, we'll to convert some part of the code to C/C++ in submodule....

Making sure that polygons are valid (which we're not even doing 100% at, see #95 & #87) takes up, on average, about 60% of the time it takes to format...

Outside of Bremen, Germany some of the larger `meadow` landuse polygons are broken / missing large pieces in MVT compared to the same tile in TopoJSON. (I vaguely remember the...

![ERROR](https://raw.githubusercontent.com/adodo1/mapbox-vector-tile-demo/master/err/err01.png) # the test code in this https://github.com/adodo1/mapbox-vector-tile-demo https://github.com/adodo1/mapbox-vector-tile-demo/blob/master/tiles/test.py # this coordinates in file: https://github.com/adodo1/mapbox-vector-tile-demo/blob/master/tiles/6_.json