Using statistical API I am able to get Landsat data for most of the dates but for the first one I get:
‘error’: {‘type’: ‘EXECUTION_ERROR’,
‘message’: “Lambda execution error: ‘2022-08-08T15:04:05.122Z fdd82e96-b93e-46b1-a3a9-83e2096da9ee Task timed out after 10.02 seconds\n’”}},
What does it mean? anything I can do to avoid it?
Here is a snipped of the response.json()
{‘data’: [{‘interval’: {‘from’: ‘2022-06-03T00:00:00Z’,
‘to’: ‘2022-06-04T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’,
‘message’: “Lambda execution error: ‘2022-08-08T15:04:05.122Z fdd82e96-b93e-46b1-a3a9-83e2096da9ee Task timed out after 10.02 seconds\n’”}},
{‘interval’: {‘from’: ‘2022-06-04T00:00:00Z’, ‘to’: ‘2022-06-05T00:00:00Z’},
‘outputs’: {‘red’: {‘bands’: {‘B0’: {‘stats’: {‘min’: 381.0,
‘max’: 950.0,
‘mean’: 652.5853658536588,
‘stDev’: 128.2189935559074,
‘sampleCount’: 440,
‘noDataCount’: 153}}}},
‘green’: {‘bands’: {‘B0’: {‘stats’: {‘min’: 522.0,
‘max’: 902.0,
‘mean’: 715.4738675958188,
‘stDev’: 81.46095351614463,
‘sampleCount’: 440,
‘noDataCount’: 153}}}},
