Quansight / lsst_dashboard

LSST Dashboard https://quansight.github.io/lsst_dashboard/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

remove geoviews dependency #101

Closed kcpevey closed 4 years ago

kcpevey commented 4 years ago

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.