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

[Suggestion] Numpy support on Analysis scripts #1695

Open
raphaelrpl opened this issue May 28, 2019 · 0 comments
Open

[Suggestion] Numpy support on Analysis scripts #1695

raphaelrpl opened this issue May 28, 2019 · 0 comments
Milestone

Comments

@raphaelrpl
Copy link
Member

Numpy support on Analysis scripts

The TerraMA2 analysis scripts uses native python interpreter. Right now, you can install numpy globally and use any library internally. However, grid analysis runs for every pixel which turns out performance issues. It should support NumPy library natively . See Boost NumPy support.
Instead work pixel x pixel, it should iterate over array of grid series and gives the current grid to the user using a custom operator.

@raphaelrpl raphaelrpl added this to the 4.1 milestone May 28, 2019
@raphaelrpl raphaelrpl changed the title Numpy support on Analysis scripts [Suggestion] Numpy support on Analysis scripts May 28, 2019
@raphaelrpl raphaelrpl assigned ghost Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant