Closed thomas-fred closed 2 years ago
When running snkit.network.drop_duplicate_geometries on a GeoDataFrame with indicies other than standard {0, 1, 2, n-1, n}, pandas would raise an out-of-bounds indexing error. Change: fix our indexing and add a test.
snkit.network.drop_duplicate_geometries
GeoDataFrame
{0, 1, 2, n-1, n}
When running
snkit.network.drop_duplicate_geometries
on aGeoDataFrame
with indicies other than standard{0, 1, 2, n-1, n}
, pandas would raise an out-of-bounds indexing error. Change: fix our indexing and add a test.