When we get the images for NDVI layer in WcsRequest, same way I tried for NDWI by adding layer in the specific configuration(specific instance Id) and adding NDWI Eval custom script but I am not able to fetch the NDWI values.
Please help me with this.
wcs_bands_request_ndvi = WcsRequest(data_folder=filepath,
layer=‘NDWI’,
bbox=betsiboka_bbox ,
time = date,
resx=‘10m’, resy=‘10m’,
image_format=MimeType.TIFF_d32f,
instance_id=INSTANCE_ID_VV,
time_difference = timedelta(days=1))
The above code works fine for NDVI for specific sentinelhub library but gives no value when tried for NDWI
