meliharvey / sidewalkwidths-nyc

Measuring sidewalk widths for NYC using sidewalk outlines.
https://www.sidewalkwidths.nyc
123 stars 56 forks source link

TypeError: Input must be valid geometry objects: <centerline.geometry.Centerline object at 0x000002336EBB9610> #13

Open ManuelBanza opened 1 year ago

ManuelBanza commented 1 year ago

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!

csluijs commented 2 weeks ago

Hello,

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>

Did you manage to solve it? Hope you can help!

Carlijn