Rollbar coordinates error
May be related to #282.
| Project: | trends.earth-API |
|---|---|
| Environment: | prod |
| Code Version: | unspecified |
| Host: | 058148ff7c8b |
| Timestamp: | 2020-05-09 10:25 |
A new item has occurred for the first time. View full details of the item at: https://rollbar.com/azvoleff/trends.earth-API/items/30/. View the occurrence that triggered this notification at: https://rollbar.com/azvoleff/trends.earth-API/items/30/occurrences/122913754157/
Message EEException: Uncaught exception
Traceback
Traceback (most recent call last):
File "main.py", line 1, in
Args: coordinates: The coordinates of this Point in x,y order. crs: The coordinate reference system of the coordinates. The default is the projection of the inputs, where Numbers are assumed to be EPSG:4326.
@gdaldegan - can you look into this?
sure! I should've done it already, my bad!
Alex, the tool is throwing that error when the user sets the coordinate point directly in the x and y fields or imports a coordinate point through the option 'Area from file' when calculating SDG 15.3.1 or its sub-indicators. I've been replicating the error. Related to this function https://developers.google.com/earth-engine/api_docs#ee.algorithms.geometryconstructors.point SDG 11 seems to be running fine either setting the coordinate point directly or importing the shape, but only the buffer is < 50. When I set the buffer to >= 50, the tool fails, as pointed here #294