Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 441 Bytes

File metadata and controls

10 lines (7 loc) · 441 Bytes

VectorTiles.jl

This package provides tools for working with Mapbox Vector Tiles in Julia.

It includes:

  • A parser for .mvt tile files.
  • A GeoInterface.jl implementation that allows using tiles directly as feature collections.
  • A tile function to create vector tiles from GeoInterface.jl compatible feature collections.

It is not yet registered or particularly polished or tested.