Im using python wcs function to ectract sentinel 1 data with custom script
return [2VV,VH2,Math.max(0, Math.log(VV) * 0.21714724095 + 1),Math.max(0, Math.log(VH) * 0.21714724095 + 1)];
but my output is returning all ones and zeros.
its working fine for sentinel 2with custom script
return [B01,B02,B03,B04,B05,B06,B07,B08,B8A,B09,B10,B1972,B12];
i wonder why??
wm_S1 = WcsRequest(layer=layer1,
instance_id=instanceid,
bbox=coord,
time=time,
resx=“10m”,resy=“10m”,
image_format=MimeType.TIFF_d32f,
time_difference=datetime.timedelta(hours=2),
custom_url_params={CustomUrlParam.SHOWLOGO:False})
imgs_v_h = wm_S1.get_data()
Sentinel1 data returning all 1s and 0s
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


