mvtEncoder as optional import
Closed this issue · 0 comments
kylebarron commented
I think including mvtEncoder
makes the dependency bundle a bit larger? Because it has to include vtzero
and maybe a couple other packages...?
The mvt encoding is probably not used by all users, so having it be an optional import and optional dependency would be great.
You could force install with
pip install cogeo-mosaic-tiler[mvt]