-
Notifications
You must be signed in to change notification settings - Fork 45
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
Missing rf_local_biased_add in pyrasterframes #578
Comments
Up... Anyone know why this feature is not available in pyrasterframes? Thanks |
Hey @lepitrust mb it just was not registered and than not exposed; I'll be glad to help you with framing a PR in case you want to handle that yourself. As a workaround you may try to reg this function and use CQL to call it. mb there was also smth behind it cc @metasim |
Hi, thanks @pomadchin! Any alternative is welcome ;) This working, but diff raster contain a lot of NoData which must be ignored in the sum...
|
I found this function on scala source code, but not working on pyrasterframes...
I need to make data + nodata = data and not data + nodata> = nodata
If understand the code
rf_local_add consider data + nodata = nodata
rf_local_biased_add consider data> + nodata> = data
anyone can help me to do this without this function (maybe masking etc)?
Thanks
The text was updated successfully, but these errors were encountered: