You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rasterutils, add a parameter to choose between ceil/floor (round?) to scale_raster (to decide the number of rows/cols of the destination dataset)
#8
Open
rbejar opened this issue
Mar 13, 2024
· 0 comments
To decide the number of rows and cols of the scaled raster: the difference is up to one more row/col if we use ceil. With ceil we have to "extrapolate a bit" on that extra row/col, with floor we don't have to extrapolate.
This is, I think, a very minor consideration. For now it always does ceil (that could be the default of this parameter when it is added).
The text was updated successfully, but these errors were encountered:
To decide the number of rows and cols of the scaled raster: the difference is up to one more row/col if we use ceil. With ceil we have to "extrapolate a bit" on that extra row/col, with floor we don't have to extrapolate.
This is, I think, a very minor consideration. For now it always does ceil (that could be the default of this parameter when it is added).
The text was updated successfully, but these errors were encountered: