FORCE UDF - "force_pixel" returning "BLEND" in sensors array when using multiple sensors? #321
-
Hi David, When executing FORCE (3.7.12) UDF (python) with more than one sensor, the sensors array returns list of ['BLEND', 'BLEND', ...]. However, I find it sometime helpful to have the exact sensor information of each observation. Is it too complicated to implement this? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi Dong, is this the UDF module, or the TSA module? Best, |
Beta Was this translation helpful? Give feedback.
-
Hi Dong, this is now implemented in dev. Without interpolation:
With interpolation:
The first part is always the python UDF, the second one is R. Both with:
Cheers, |
Beta Was this translation helpful? Give feedback.
Hi Dong,
this is now implemented in dev.
Without interpolation: