- Prepare an ordinary mzm request specifying the time period (
dateFromanddateToparameters) and area to be processed (e.g. withgeometryandsrcSridparameters) - Set output format to TIFF with the
format=image/tiffparameter. - Add the
debug={stage}parameter where{stage}is one of:ndvito get the daily interpolated NDVI dataetto get the daily et0 valuesstartendto the get the computed vegetation period (according tostartValue,endValueandminPeriodLengthrequest parameters) for each pixel. The first band provides the number of days sincedateFromuntil the beginning of the vegetation period and the second band the number of days sincedateFromto the end of the vegetation perdiod. E.g. ifdateFrom=2020-10-01, first band has a value of 10 and second band a value of 70, then the vegetation period of this pixel was between 2020-10-11 and 2020-12-20.rawMZM values between standarization (before applying themzm = k * ((100 * mzm) / mean(mzm)) - 100transformation) - a sum of(slope * NDVI + const) * ET0over the vegetation period.
- Prepare an ordinary mzm request specifying the time period (
dateFromanddateToparameters) and area to be processed (e.g. withgeometryandsrcSridparameters) - Set output format to TIFF with the
format=image/tiffparameter. - Add the
debug={stage}parameter where{stage}is one of:mtcito get MTCI valuemtci2to get the nominator of the NNI fraction -m1 * MTCI + b1ndvito get the daily interpolated NDVI data for thedateFrom-dateToperiodetto get the daily et0 values for thedateFrom-dateToperiodbiomassto get the biomass estimates computed as cumulated dailya3 * (andvi * NDVI + bndvi) * ET0 + b3biomass2to get the denominator of the NNI fraction -a2 * biomass^(1 - m2)