Hi all,
I'm building a dataset for training a CNN. For this I need to acquire about 1000 PS scenes clipped to a rather small area of interest (around 600x600m). I've got the item id's and corresponding AOIs as polygons for all the images I need. Since the AOI for each PS scene is so small I want to use the clipping tool from orders API to spare our quota.
My question is this: What is the best way to order multiple scenes clipped by multiple areas of interest?
I've already written code (in Python) to acquire the images by sending an order for each image separately, but this solution seems a bit "brute-forcy" to me. Is there some more elegant solution to this? I know it is possible to order multiple scenes clipped by a single AOI in a single order but is it possible to order multiple scenes clipped by multiple AOIs? Â
Thanks for your help!