This removes the geoviews dependency. However, without geoviews, we have to use an array interface instead of the handy tools we get with shapely/geopandas. As a first approach, I've just provided a method to convert from a geodataframe into a dictionary with arrays which is then fed into hv.Polygons.
This removes the geoviews dependency. However, without geoviews, we have to use an array interface instead of the handy tools we get with shapely/geopandas. As a first approach, I've just provided a method to convert from a geodataframe into a dictionary with arrays which is then fed into
hv.Polygons
.