holoviz / spatialpandas

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

Don't compare empty geometry tests against geopandas #127

Closed ianthomas23 closed 1 year ago

ianthomas23 commented 1 year ago

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

Temporarily pinned pandas < 2.1 to check this works.