xarray-contrib / xarray_leaflet

An xarray extension for tiled map plotting.
https://xarray-leaflet.readthedocs.io
MIT License
162 stars 21 forks source link

Extra install for vector support #70

Open davidbrochart opened 2 years ago

davidbrochart commented 2 years ago

In #69 we are introducing new dependencies that can make it harder to install. Maybe the vector support should be separate and require an explicit e.g. import xarray_leaflet.vector, as well as a pip install xarray_leaflet[vector].