pysal / tobler

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

h3fy function fails if input contains multipolygons #125

Closed knaaptime closed 3 years ago

knaaptime commented 3 years ago

the h3 function only works on polygons so chokes if any of the input geoms are multipolygons.

knaaptime commented 3 years ago

resolved by #124