pysal / spaghetti

SPAtial GrapHs: nETworks, Topology, & Inference
http://pysal.org/spaghetti/
BSD 3-Clause "New" or "Revised" License
271 stars 70 forks source link

COMPAT: `geopandas==0.13.0` comp with `utils._points_as_gdf()` #717

Closed jGaboardi closed 1 year ago

jGaboardi commented 1 year ago

CI failing with the geopandas==0.13.0 release. The culprit is this line where a geometry column is not being explicitly set.

AttributeError: You are calling a geospatial method on the GeoDataFrame, but the active geometry column to use has not been set. 
There are no existing columns with geometry data type. You can add a geometry column as the active geometry column with df.set_geometry.