{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Encodes and decodes Mapbox Vector Tiles (MVT) in Protocol Buffer format, handling geometric data and properties across multiple layers with coordinate transformation support.","skillfed_tags":["geospatial","tile-format","protobuf"],"use_cases":["Encode geographic features from a database or GIS system into MVT format for serving to web map clients.","Decode MVT tiles received from a tile server to extract and analyze feature properties and geometries.","Transform geometries from different projections into tile coordinates for encoding.","Build a tile generation pipeline that processes vector data and outputs MVT files for map rendering.","Integrate with web mapping frameworks that consume MVT tiles as a data source."],"what_it_does":"Mapbox Vector Tile is a library for encoding geographic features into and decoding them from the MVT binary format, which is a widely used standard for transmitting vector map data efficiently over the web. It works with geometries in WKT (Well-Known Text), WKB (Well-Known Binary), or shapely objects, and handles the coordinate scaling and transformation needed to fit geometries into the tile's 4096-unit extent.\n\nThe library sits between your geographic data and the tile format, managing the protocol buffer serialization and layer organization. It supports coordinate system conversions when you provide tile bounds, allowing you to work with data in one projection and transform it into tile-relative coordinates. The core dependencies are protobuf for binary encoding, shapely for geometry handling, and pyclipper for polygon clipping operations.","worth_installing":"Yes, if you need to work with Mapbox Vector Tiles in Python. The package is permissively licensed, has low install friction, and carries no known vulnerabilities. Maintenance is aging, so verify that the version supports your use case before committing; for active development or rapid bug fixes, check the repository's issue tracker first."},"id":"mapbox-vector-tile","links":{"html":"https://skillfed.io/packages/mapbox-vector-tile","md":"https://skillfed.io/packages/mapbox-vector-tile.md","pypi":"https://pypi.org/project/mapbox-vector-tile/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-07-08","license_spdx":null,"license_treatment":"permissive","name":"mapbox-vector-tile","python_support":"supports_current","summary":"Mapbox Vector Tile encoding and decoding."},"popularity":{"monthly_downloads":438264,"position":6661,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2.0"}
