interpolate_points
interpolates to top-left corner of pixel, not center
#279
Labels
bug
Something isn't working
The wind energy model expects that
interpolate_points
interpolates values to the center of each pixel.The coordinates passed to
scipy.interpolate.griddata
are the upper left coordinates of each pixel:pygeoprocessing/src/pygeoprocessing/geoprocessing.py
Lines 1127 to 1140 in ff5eb8e
The text was updated successfully, but these errors were encountered: