Soil Sensor Toolbox
VWC (Volumetric Water Content) calculation tool based on myClim R package algorithms.
Installation
Install from source
Or install from crates.io (if published)
Quick Start
Build (for development)
Run (development)
Run (after installation)
Example:
Available soil types:
sandloamy_sand_Aloamy_sand_Bsandy_loam_Asandy_loam_Bloamsilt_loampeatwateruniversalsand_TMS1loamy_sand_TMS1silt_loam_TMS1
Input Format
Direct from the TMS4 sensor:
0;2023.05.30 06:45;4;22.25;22.25;22.5;354;202;0;
1;2023.05.30 07:00;4;21.75;22;22.125;353;202;0;
2;2023.05.30 07:15;4;21.125;21.5;21.375;351;202;0;
...
Output
Creates output.csv with VWC calculations.
Tests
First you will need to generate the test data:
This will generate the output files with VWC for each soil type from the R script myClim.
Then run the tests: