Skip to main content
Every machine file and field operation includes a units map (GET /files/{id}/units or GET /operations/{id}/units) that maps each numeric property to its unit string. The units you receive are controlled by the unitMeasurement configuration, which accepts three values: DEFAULT, IMPERIAL, or METRIC. Set it at the API owner or Leaf user level in Configuration. Always check the units endpoint for the specific file or operation rather than assuming units from the tables below. Rate and product-specific units can vary by operation content. The same unit strings appear in both summary stat objects ({ "avg": 4.93, "min": 2.43, "max": 6.39, "unit": "mi/hr" }) and in the standalone units map ("speed": "mi/hr").

Default

These are the units when unitMeasurement is set to DEFAULT.

Common properties (all operation types)

PropertyUnitDescription
startTime-ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss.SSSSSS'Z')
endTime-ISO 8601 format
operationType-"planted", "harvested", "applied", or "tillage"
crop-Crop type (e.g., corn, soybeans)
varieties-Variety breakdowns with seed rate, count, and area
machinery-Machine name, type, brand, serial number
geometry-GeoJSON geometry of the operation area
speedmi/hrTravel speed
totalDistanceftTotal distance traveled
elevationftLandscape elevation
equipmentWidthftEquipment width
totalAreaTotal area covered

Default — Planted

PropertyUnitDescription
seedRateseeds/acSeeds planted per acre
singulationpercentageMeter performance (one seed at a time)
downForce-No fixed default unit mapping
totalPlantedseedsTotal seeds planted
skipspercentageMissing seeds within a row
doublespercentageMultiple seeds in same location

Default — Applied

PropertyUnitDescription
products-Product details and per-product rates
rategal/ac, lb/ac, qt/ac, floz/ac, kg/ha, t/ha, L/haPer-product application rate. Units vary by product type (liquid vs solid).
appliedRategal/acCombined applied rate across all products
totalAppliedgal, lb, qt, t, LTotal product applied. Units vary by product type.

Default — Harvested

PropertyUnitDescription
totalWetMasslbMass before drying
wetMassPerArealb/acMass per area before drying
wetVolumebuVolume before drying
totalWetVolumebuTotal volume before drying
wetVolumePerAreabu/acVolume per area before drying
harvestMoisture%Moisture percentage at harvest
dryMasslbMass after drying
totalDryMasslbTotal dry mass
dryMassPerArealb/acDry mass per area
dryVolumebuVolume after drying
totalDryVolumebuTotal dry volume
dryVolumePerAreabu/acDry volume per area

Default — Tillage

PropertyUnitDescription
tillageDepthTarget-No fixed default unit mapping

Imperial

These are the units when unitMeasurement is set to IMPERIAL.

Common properties (all operation types)

PropertyUnitDescription
startTime-ISO 8601 format
endTime-ISO 8601 format
operationType-Operation type string
crop-Crop type
varieties-Variety breakdowns
machinery-Machine details
geometry-GeoJSON geometry
speedft/sFeet per second
totalDistanceftFeet
elevationftFeet
equipmentWidthftFeet
totalAreaacAcres

Imperial — Planted

PropertyUnitDescription
seedRateseeds/acSeeds per acre
singulationpercentageMeter performance
downForcelbfPound-force
totalPlantedseedsTotal seeds planted
skipspercentageMissing seeds
doublespercentageMultiple seeds in same location

Imperial — Applied

PropertyUnitDescription
products-Product details
rategal/ac, lb/acPer-product rate. Units vary by product type.
appliedRategal/ac, lb/acCombined applied rate
totalAppliedgal, lbTotal product applied

Imperial — Harvested

PropertyUnitDescription
totalWetMasslbPounds
wetMassPerArealb/acPounds per acre
wetVolumebuBushels
totalWetVolumebuBushels
wetVolumePerAreabu/acBushels per acre
harvestMoisture%Moisture percentage
dryMasslbPounds
totalDryMasslbPounds
dryMassPerArealb/acPounds per acre
dryVolumebuBushels
totalDryVolumebuBushels
dryVolumePerAreabu/acBushels per acre

Imperial — Tillage

PropertyUnitDescription
tillageDepthTargetinInches

Metric

These are the units when unitMeasurement is set to METRIC.

Common properties (all operation types)

PropertyUnitDescription
startTime-ISO 8601 format
endTime-ISO 8601 format
operationType-Operation type string
crop-Crop type
varieties-Variety breakdowns
machinery-Machine details
geometry-GeoJSON geometry
speedm/sMeters per second
totalDistancemMeters
elevationmMeters
equipmentWidthmMeters
totalAreahaHectares

Metric — Planted

PropertyUnitDescription
seedRateseeds/haSeeds per hectare
singulationpercentageMeter performance
downForcekgfKilogram-force
totalPlantedseedsTotal seeds planted
skipspercentageMissing seeds
doublespercentageMultiple seeds in same location

Metric — Applied

PropertyUnitDescription
products-Product details
ratem³/ha, L/ha, kg/haPer-product rate. Units vary by product type.
appliedRatem³/ha, L/ha, kg/haCombined applied rate
totalAppliedm³, LTotal product applied

Metric — Harvested

PropertyUnitDescription
totalWetMasstTonnes
wetMassPerAreat/haTonnes per hectare
wetVolumeCubic metres
totalWetVolumeCubic metres
wetVolumePerAream³/haCubic metres per hectare
harvestMoisture%Moisture percentage
dryMasstTonnes
totalDryMasstTonnes
dryMassPerAreat/haTonnes per hectare
dryVolumeCubic metres
totalDryVolumeCubic metres
dryVolumePerAream³/haCubic metres per hectare

Metric — Tillage

PropertyUnitDescription
tillageDepthTargetcmCentimeters
Last modified on March 24, 2026