Cropwise
powered by syngenta

REMOTE SENSING

Choosing an AOI

Requirements:

If you are starting from scratch, we recommend you to start by choosing any farm or field of your choice.

For farms, refer to the Properties Listing API to get their list and IDs, and for fields, refer to the Fields Listing API.

Once you have the ID of the property or field, you can use it to list images or generate reports for that specific AOI.

Note: Remember to properly set the AOI type during request

Practical example

You want to list then display images on a map for an AOI.

There are multiple AOI types which you can select, each will return a set of images composed and grouped by the AOI level you selected:

  • composite_property: The resulting page is a list of property images, each one is composed of smaller field level images.
  • property: The resulting page is a list of field images (for all fields of the given property id), it also provides all the current stats of the indices available for those field images.
  • field: The resulting page is a list of field images (only for the given field id).
  • region: The resulting page is a list of field images (only for the given field id).
  • composite_region: The resulting page is a list of region images, each one is composed of smaller field level images.