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
We are improving the amount of data that the API can return, as pointed out by #35. However, there is an upper limit of data that the API should be expected to return. A user wanting the entire or almost the entire dataset should use the raw data directly.
Discussed with @alukach. An initial plan could be:
Get the size of the response and throw a clearer message to users about it exceeding the allowed size and to try with a smaller area or number of fields.
Redirect users to S3 signed url where response data would be stored when requests exceed the allowed size. For most clients (requests, httpx), the default behavior is to follow redirects. Hence, the experience would remain the same (hidden for end-users).
For AOI size, I would say we should be able to handle any country's geometry. Is that feasible?
For number of fields, what you've shown (7/10) sounds reasonable. As long as we know what the limit is and have some recommendations for how to effectively loop and get more variables.
@andresfchamorro; with the new approach using an S3 redirect, we do not need to define these constraints afterall. The experience remains the same from an end-users perspective.
We are improving the amount of data that the API can return, as pointed out by #35. However, there is an upper limit of data that the API should be expected to return. A user wanting the entire or almost the entire dataset should use the raw data directly.
@andresfchamorro @bpstewar; would you be able to define:
The text was updated successfully, but these errors were encountered: