You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
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.
The text was updated successfully, but these errors were encountered: