UDF NDTI index is different from default NDTI #329
-
|
I am currently comparing the NDTI index from the UDF vs the default (No UDF). The parameters used for the default process are INDEX = NDTI, SENSORS = SEN2A SEN2B, DATE_RANGE = 2021-01-01 2021-12-31. The output is nDates = 22 with spectral and nodata values. `start = date.fromisoformat('1970-01-01') def forcepy_init(dates, sensors, bandnames): def forcepy_pixel(inarray, outarray, dates, sensors, bandnames, nodata, nproc): ` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Dear @Azarozo19, it is difficult to say without seeing the parameter files. I assume, though, that you used interpolation in the TSA submodule (default), whereas the UDF submodule has no such option. Best, |
Beta Was this translation helpful? Give feedback.
Dear @Azarozo19,
it is difficult to say without seeing the parameter files. I assume, though, that you used interpolation in the TSA submodule (default), whereas the UDF submodule has no such option.
Best,
David