This package provides tools for working with Mapbox Vector Tiles in Julia.
It includes:
- A parser for
.mvttile files. - A
GeoInterface.jlimplementation that allows using tiles directly as feature collections. - A
tilefunction to create vector tiles fromGeoInterface.jlcompatible feature collections.
It is not yet registered or particularly polished or tested.