[UDF R] Output only Nodata #317
-
Hi, The TSI output is fine. The RSP output has the correct dimensions and band descriptions, but every pixel value is nodata (-9999). If I include a I am using the current dev version (docker image run with singularity). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi Fabian, can you post UDF + parameter file? |
Beta Was this translation helpful? Give feedback.
-
Thanks, you found a bug! A while ago, I optimized the R UDF code, such that no-data pixels won't arrive on R's end to speed up things. Now, both should work. Can you try again? Cheers, BTW: The call to
|
Beta Was this translation helpful? Give feedback.
Thanks, you found a bug!
A while ago, I optimized the R UDF code, such that no-data pixels won't arrive on R's end to speed up things.
Unfortunately, the code for copying back from R->C had a buggy if-condition that did not work when NOT using a mask.
Now, both should work. Can you try again?
Cheers,
David
BTW: The call to
as.integer()
is not necessary, this happens internally anyway: