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
I have the same issue when running "df_exploded = df_exploded.set_geometry('centerlines')": TypeError: Input must be valid geometry objects: <centerline.geometry.Centerline object at 0x0000019801D70590>
Hello,
When trying to run the notebook with the sample data in the code "df_exploded = df_exploded.set_geometry('centerlines')" it returns this message:
TypeError: Input must be valid geometry objects: <centerline.geometry.Centerline object at 0x000002336EBB9610>
I think it was supose to return a geomtry column but returns a centerline object.
Cna you help @meliharvey ?
Thnaks!
The text was updated successfully, but these errors were encountered: