Usage

Crude Protein

Part of the Forage Grass analysis suite. Measures total protein content in plant material to assess livestock feed quality from satellite imagery.

Overview

Crude protein is a key indicator of forage quality for livestock. This analysis uses machine learning models trained on field measurements combined with Sentinel-2 satellite data to estimate protein content across your field.

Process Crude Protein

GraphQL Mutation
mutation { processCrudeProtein( polygonId: "abc123-def456-ghi789" startDate: "2025-06-01" endDate: "2025-08-31" ) { Status Message Result { requestId } } }

Parameters

polygonId REQUIRED
The polygon to analyze.
startDate REQUIRED
Start of the analysis period (YYYY-MM-DD).
endDate REQUIRED
End of the analysis period (YYYY-MM-DD).

Retrieve Crude Protein

GraphQL Query
query { retrieveCrudeProtein( polygonId: "abc123-def456-ghi789" startDate: "2025-06-01" endDate: "2025-08-31" ) { colorlegend tif png json } }

Response Format

Field Description
colorlegend URL to the crude protein color legend image.
tif Array of GeoTIFF URLs with protein content raster data.
png Array of PNG image URLs for visual display.
json Array of statistical summaries per date.

Forage Grass Suite: Crude protein works alongside Dry Matter and Biomass to give a complete picture of forage quality and quantity.