pysal / tobler

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

return dfs #40

Closed knaaptime closed 4 years ago

knaaptime commented 4 years ago

this enables a more consistent API by ensuring that the interpolation functions all return geodataframes with the target geometry

renanxcortes commented 4 years ago

Agreed that this makes more sense

renanxcortes commented 4 years ago

The gdf was adding a bug in the values?

knaaptime commented 4 years ago

instead of returning the full target df with interpolated values as an additional column, this will return a smaller df with only the interpolated variable and geometry

knaaptime commented 4 years ago

tests are passing locally but having trouble locating the raster data on quilt