This question was originally asked July 18, 2022 06:55 by user Timur Myrzagaliev
I have around 3000 AOI distributed over the region. Instead of clipping one by one, I want to clip multiple AOI together if they have the same scene. For example, I have scene id X and 10 AOI's that lies within this scene?
"tools": s { "clip": { "aoi": { "type": "Polygon", "coordinates": s object_coors ] } } }]
Should I change the type to Multipolygon and give coordinates or should something different be written?
The second question is, can I give the list of scene ids and all coordinates that intersect with these scenes? Will this work? For sure, i will not exceed 500 vertices limit