UMEP-dev / UMEP-processing

7 stars 9 forks source link

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

Open j3r3m1 opened 5 months ago

j3r3m1 commented 5 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).