Using the Field Classification API
Requirements:
Given an AOI, this endpoint will provide a classification for all subset of fields, which can be either GREEN, YELLOW, RED or INVALID. The classification is done using the NDVI statistics data from the given start_date to the end_date and source.
You can use the Field Scout classification endpoint to classify fields based on biomass and variability patterns.
Biomass-variability-tendency (bvt)
This classifier considers the biomass and variability of a field to classify its priority, it requires 2 or more images to be able to classify a field.
For the analysis, it will consider the most recent image as the current value, and analyse it against the averaged value of all the previous images.
Trends and resulting priorities
| Biomass Trend \ Variability Trend | Trending Down | Same | Trending Up |
|---|---|---|---|
| Trending Down | Red | Red | Red |
| Same | Yellow | Yellow | Red |
| Trending Up | Green | Yellow | Red |
Error codes
In the occasion its impossible to classify a field, the reason will be stated with the messages and the codes for them, explaining why it was not possible to classify that field.
NOT_ENOUGH_IMAGES: There are not enough images to classify the field.DATASET_GAPS_TOO_LARGE: One or more gaps between image availability in the window is larger than the maximum window image gap allowed.