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
Hi,
I solved that error.
Are there any limitations for downloading area through sentinel-hub?
Also have you come across this error - "cannot convert scaler to DataFrame’|
Thanks
If referring to Process API, there is a limitation of 2500x2500 pixels. To download larger areas you can use either Batch Processing API (tiled result) or there is now Async Process API which is in public beta (upto 10,000x10,000 pixels).
As for the error can you give me some more details of how you came across it, so we can replicate the error.