hello
i want to analyse the drought condition using sattelite images
for this i used the MODIS imagery and download EVI , NDVI (250m) and LST (1km) datasets for my sample area in Turkey
in Matlab i generate VCI and TCI indices and define drought classes as suggested generally e.g. www.un-spider.org/advisory-support/recommended-practices/recommended-practice-drought-monitoring/in-detail
aforementioned classes are defined as follow
% 0-10 Extreme Drought
% 10-20 Severe Drought
% 20-30 Moderate Drought
% 30-40 Light Drought
% >40 No Drought
when i generate drought claasification map based on VCI (using NDVI /EVI) the study area is classified mostly as no drought as presented in fig. 1
but when i use TCI dataset, which i resized to 250m in matlab, most of the area classified as severe drought as presented in fig 2
i check all process several times but the calculations are true
as seen i suppose that the 225th day of year could be representative for assessment (12/13Agustos) for both VCI and TCI
am i wrong?
any one can illustrate that
what is the detailed procedure for this purpose ?
can any one describe practically the data preprocessing for analysis?