pysal / tobler

Spatial interpolation, Dasymetric Mapping, & Change of Support
https://pysal.org/tobler
BSD 3-Clause "New" or "Revised" License
145 stars 30 forks source link

REF: remove explode from h3fy #155

Closed martinfleis closed 2 years ago

martinfleis commented 2 years ago

The latest geopandas is raising a warning in explode about the future change of the behaviour of an index. I wanted to add a keyword to silence it but then I realised that the explode is actually not needed here. We do the unary_union and the rest doesn't care about the multipolygons in the original input. So I removed it.

knaaptime commented 2 years ago

nice, thanks.

that test failure has been happening for awhile and is unrelated