VR Tillage from Soil Compaction

Build Variable Rate Tillage applications using Soil Compaction data measured at multiple depths.

Single VR Tillage Application

Below, you’ll find a multilingual interactive guide on creating a VR Tillage application using Soil Compaction data for a single Field.

Batch VR Tillage Maps

Below, you’ll find an interactive multi-language guide showing how to create a VR tillage map based on Soil Compaction data for a batch with 3 fields

Used Equation

Below is the equation for calculating tillage depth based on the 25 cm compaction value.

This equation (or a variation of it) can be saved in your GeoPard custom equation library.

if pressure < 15:
    tillage_depth = 25
elif pressure < 21:
    tillage_depth = 27
else:
    tillage_depth = 30

Last updated

Was this helpful?