I have been working on using batch process API to acquire and process S1 data over a large area and store the resulting tif files in an S3 bucket. I have some questions about the batch process API that I could not find in the documentation:
- Is there a limit to how many simultaneous batch requests I can submit?
- I noticed that with every request there is a request.json file that is generated and stored in the S3 bucket. Is there a way to control the name of the file? For example, adding request_id or date and time? This will be great for debugging or data QA later on.
Thank you