Some queries do not return from Earth Engine due to the service limits --only relatively simple queries are possible. Those that fail return a 500 error that is not too informative.
Example dataset:
{
"name": "EC-gee-test",
"tableName": "GLIMS/2016",
"connectorType": "rest",
"provider": "gee",
"application": ["rw"]
}
Example query:
GET :control_tower/v1/query/:dataset_id?sql=select sum(area), anlys_time from 'GLIMS/2016' group by anlys_time order by anlys_time asc limit 10
It returns:
"errors": [
{
"detail": "Generic Error",
"status": 500
}
]
}
and logs this error:
adapter-earth-engine-develop | [20180518-08:50AM] [root] [ERROR] [ROUTER]: The read operation timed out.
Some queries do not return from Earth Engine due to the service limits --only relatively simple queries are possible. Those that fail return a 500 error that is not too informative.
Example dataset:
{
"name": "EC-gee-test",
"tableName": "GLIMS/2016",
"connectorType": "rest",
"provider": "gee",
"application": ["rw"]
}
Example query:
GET :control_tower/v1/query/:dataset_id?sql=select sum(area), anlys_time from 'GLIMS/2016' group by anlys_time order by anlys_time asc limit 10
It returns:
"errors": [
{
"detail": "Generic Error",
"status": 500
}
]
}
and logs this error:
adapter-earth-engine-develop | [20180518-08:50AM] [root] [ERROR] [ROUTER]: The read operation timed out.