Which is the best request parameters to obtain the raw data with max resolution?
so far, we have set the following:
m_wms_request = WmsRequest(layer=‘FALSE_COLOR’,
custom_url_params={CustomUrlParam.EVALSCRIPT: all_bands_script},
bbox=mybox,
time=‘2017-07-18’,
width=980,image_format=MimeType.TIFF_d32f,
instance_id=INSTANCE_ID)