holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
305 stars 24 forks source link

Don't compare empty geometry tests against geopandas #127

Closed ianthomas23 closed 10 months ago

ianthomas23 commented 10 months ago

Fixes #126, the zero-area geometry tests comparison with geopandas.

Temporarily pinned pandas < 2.1 to check this works.