Open davidbrochart opened 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].
import xarray_leaflet.vector
pip install xarray_leaflet[vector]
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 apip install xarray_leaflet[vector]
.