You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, geopandas Points geometries are currently not supported directly, only path and polygon data can currently be plotted using the gv.Paths and gv.Polygons. Supporting a geopandas dataframe containing points is a reasonable feature request and probably wouldn't require a huge amount of effort.
I have a geodataframe with
shapely.geometry.Point
objects. I try to makegeoviews.Points
from it with the following code:This results in the following error:
At the same time, the following code works correctly:
I'm on Python 3.6 (Anaconda distribution) on Windows 10.
The text was updated successfully, but these errors were encountered: