developmentseed / cogeo-mosaic-tiler

Serve Map tile from Cloud Optimized GeoTIFF mosaics.
MIT License
12 stars 6 forks source link

mvtEncoder as optional import #14

Closed kylebarron closed 4 years ago

kylebarron commented 4 years ago

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]