Hi,
I have just signed up for a trail account and I am noticing that the workflow on the python documentation is not working with larger more complex geometries (> ~20,000 sq km).
(Sentinel Hub Statistical API — Sentinel Hub 3.3.0 documentation)
It works beautifully with simple and smaller polygons but anything larger (size of a large county or region) it seems to crash out with the following error:
Is there a limit or something that might cause this?
I am converting all polygons I pass through to EPSG:3857
p{‘data’: a{‘interval’: {‘from’: ‘2019-09-02T00:00:00Z’,
‘to’: ‘2019-09-03T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-04T00:00:00Z’, ‘to’: ‘2019-09-05T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-07T00:00:00Z’, ‘to’: ‘2019-09-08T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-09T00:00:00Z’, ‘to’: ‘2019-09-10T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-12T00:00:00Z’, ‘to’: ‘2019-09-13T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-14T00:00:00Z’, ‘to’: ‘2019-09-15T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-17T00:00:00Z’, ‘to’: ‘2019-09-18T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-19T00:00:00Z’, ‘to’: ‘2019-09-20T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-22T00:00:00Z’, ‘to’: ‘2019-09-23T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-27T00:00:00Z’, ‘to’: ‘2019-09-28T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}},
{‘interval’: {‘from’: ‘2019-09-29T00:00:00Z’, ‘to’: ‘2019-09-30T00:00:00Z’},
‘error’: {‘type’: ‘EXECUTION_ERROR’}}],
‘status’: ‘FAILED’}
Any help much appreciated
Cheers!
Mike