Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local map algebra on more than two tiles #613

Open
arind123 opened this issue Jun 30, 2023 · 0 comments
Open

Local map algebra on more than two tiles #613

arind123 opened this issue Jun 30, 2023 · 0 comments

Comments

@arind123
Copy link

arind123 commented Jun 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant