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

BUG: area_interpolate fails in geometry column not named "geometry" #102

Closed martinfleis closed 3 years ago

martinfleis commented 3 years ago

There are 7 rows in area_interpolate expecting "geometry" column. Therefore if your active geometry is called differently and there's no other "geometry" columns it fails. If there is inactive "geometry" column then it will likely fail as well.

knaaptime commented 3 years ago

thanks for raising this. I can think of a few other places in the library this happens as well. I should get this resolved here in pretty short order