Hi everyone.
Are there any possibility to request Sentinel 2 images using two or more separated polygon in a single request with Processing API?
Hi everyone.
Are there any possibility to request Sentinel 2 images using two or more separated polygon in a single request with Processing API?
Hi @tecnologia ,
Processing API takes one object as the input area of interest, i.e., you can make a request with a Polygon
object or a MultiPolygon
object as described in the API reference. However, it is not possible to pass 2 Polygon
objects to a single Processing API request.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.