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
Hello,
I was using the una.service_area function. I followed the steps as explained in the documentation.
and faced the error TypeError: 'mask' should be GeoDataFrame, GeoSeries,(Multi)Polygon or list-like, got <class 'shapely.geometry.collection.GeometryCollection'>.
The detailed error indicating line #330 in tools.py is performing a clip process using Geodataframe inside the iteration might cause the error.