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
geoviews\data\geopandas.py:517, in GeoPandasInterface.split(cls, dataset, start, end, datatype, **kwargs)
514 gt = geom_type or get_geom_type(geom)
516 arr = geom_to_array(geom)
--> 517 d = {xdim.name: arr[:, 0], ydim.name: arr[:, 1]}
518 d.update({vd.name: row[vd.name] for vd in dataset.vdims})
519 ds.data = [d]
IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed
The text was updated successfully, but these errors were encountered:
ALL software version info
Software Version Info
Should render but fails with error
Conversation started on discourse https://discourse.holoviz.org/t/error-for-geoviews-path/8362/1
Complete, minimal, self-contained example code that reproduces the issue
The data file is used is here
Stack traceback and/or browser JavaScript console output
The text was updated successfully, but these errors were encountered: