UMEP-dev / UMEP-processing

GNU General Public License v3.0
7 stars 9 forks source link

URock: Use bilinear interpolation instead of averaging when outputRaster is used #61

Closed j3r3m1 closed 2 months ago

j3r3m1 commented 10 months ago

Currently, when an output raster is set, raster outputs from URock are averaged to the output raster cells. However, it would be more appropriate to use a bilinear interpolation method such as the one used by GRASS (r.resamp.interp).