Hi there!
I’m experimenting with the Process API through the python library, so far they are very practical and intuitive to use.
However, I do have a couple questions since I find the documentation a bit lacking on some aspects, in particular:
- Is the output file always called “response.tiff”, or can it be customized?
- with large areas, I noticed that the requests consume all the processing units per minute available. This is not an issue per se, however the get_data call does not raise any exception and still returns a completely blank image while printing a warning “rate limit exceeded”, which is not ideal. How should I handle this? Is there a way to check whether the response was successful or generated a “rate limit exceeded” error? Or even better, could the client be configured so that the requests per minute are limited/scheduled over a longer period to avoid such problem?
Thank you very much, and sorry in advance if this info is available somewhere, I couldn’t find anything relevant.
