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