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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: