Skip to main content

Request image with multipolygon coordinates

  • 26 April 2024
  • 1 reply
  • 1 view

Hi everyone.


Are there any possibility to request Sentinel 2 images using two or more separated polygon in a single request with Processing API?

1 reply

Hi,

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.

Reply