rasterframes icon indicating copy to clipboard operation
rasterframes copied to clipboard

Local map algebra on more than two tiles

Open arind123 opened this issue 2 years ago • 0 comments

I know I can do rf_local_max(Tile_1, Tile_2). How can I do if I have three or four tile columns of a rasterframe. I tried rf_local_max(Tile_1, Tile_2, Tile_3) and got the following error: "TypeError: rf_local_max() takes 2 positional arguments but 3 were given".

As per documentation we should be able to do it . Is there a different format for it? Any heads up will be very helpful.

arind123 avatar Jun 30 '23 12:06 arind123