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

area interpolation question #92

Closed dialuser closed 3 years ago

dialuser commented 3 years ago

Hello,

I'd like to interpolate Tract data to an empty target regular grid (geopandas df) using nlcd as spatial constraint. Is it possible to do this using tobler?

Thanks, Al

dialuser commented 3 years ago

I was able to do so using tobler area_interpolate function.

knaaptime commented 3 years ago

awesome, glad you were able to get it sorted. If you want to use NLCD as a constraint you might also want to look into the masked_area_interpolate function