Once a request reaches the "Success" status, you can retrieve the results in multiple formats: color legends, PNG images, GeoTIFF files, and JSON statistics.
Each analysis type has a corresponding retrieval query. For example:
retrievePlantHealth() — for plant health (NDVI) resultsretrieveWaterStress() — for water stress (NDWI) resultsretrieveVegetationIndices() — for general vegetation index resultsretrieveCrudeProtein() — for crude protein resultsAll retrieval queries share the same three parameters: polygonId, startDate, and endDate.
Each retrieval query can return up to four types of data:
| Field | Type | Description |
|---|---|---|
colorlegend | String (URL) | A static reference image showing the color scale used in the analysis. This is the same for all results of a given analysis type. |
png | Array of URLs | PNG images of the analysis results, one per available satellite date. Suitable for display in a UI. |
tif | Array of URLs | GeoTIFF files with georeferenced raster data. Suitable for GIS software and programmatic processing. |
json | Array of Objects | Statistical summaries for each date, including min, max, mean, and standard deviation values. |
Note: The number of results depends on how many cloud-free satellite passes occurred during your date range. A 3-month range typically returns 10–20 images.
You now know the full workflow: register, generate, monitor, and retrieve. Explore the Usage section for detailed documentation on each analysis type, including vegetation indices, crude protein, soil moisture, and more.