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