**Failing Tests** - `climada.hazard.test.test_tc_tracks.TestIO.test_to_geodataframe_line` With 1.8 a `MultiLineString` used to be iterable. This is not the case for 2.0. Iterations must be made over `MulitLineString.geoms`.