[GEE Time Series Explorer app] error when reading Sentinel-1 profile

Issue #1272 resolved
Andreas Rabe created an issue

S-1 collection is not working:

Traceback (most recent call last):
  File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\ee_plugin\extlibs_windows\ee\data.py", line 338, in _execute_cloud_call
    return call.execute(num_retries=num_retries)
  File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\ee_plugin\extlibs_windows\googleapiclient\_helpers.py", line 134, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\ee_plugin\extlibs_windows\googleapiclient\http.py", line 907, in execute
    raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 400 when requesting https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/value:compute?prettyPrint=false&alt=json returned "Error in map(ID=S1A_IW_GRDH_1SDV_20151014T050853_20151014T050918_008144_00B6E6_8CD2):
Image.select: Pattern 'HV' did not match any bands.">
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "D:\source\QGISPlugIns\enmap-box\enmapbox\coreapps\geetimeseriesexplorerapp\tasks\downloadprofiletask.py", line 72, in finished
    raise self.exception
  File "D:\source\QGISPlugIns\enmap-box\enmapbox\coreapps\geetimeseriesexplorerapp\tasks\downloadprofiletask.py", line 46, in run
    self.data_ = self.eeCollection.getRegion(self.eePoint, scale=self.scale).getInfo()
  File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\ee_plugin\extlibs_windows\ee\computedobject.py", line 95, in getInfo
    return data.computeValue(self)
  File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\ee_plugin\extlibs_windows\ee\data.py", line 700, in computeValue
    return _execute_cloud_call(_cloud_api_resource.projects().value().compute(
  File "C:\Users\Andreas\AppData\Roaming\QGIS\QGIS3\profiles\EnMAP-Box Develop\python\plugins\ee_plugin\extlibs_windows\ee\data.py", line 340, in _execute_cloud_call
    raise _translate_cloud_exception(e)
ee.ee_exception.EEException: Error in map(ID=S1A_IW_GRDH_1SDV_20151014T050853_20151014T050918_008144_00B6E6_8CD2):
Image.select: Pattern 'HV' did not match any bands.

Comments (4)

  1. Andreas Rabe reporter

    Almost all images have VV and VH bands, some have HH and HV bands. We just filter the collection to ensure a consistent set of bands.

  2. Log in to comment