Releases: fairagro/csmTools
Releases · fairagro/csmTools
v0.2.0
✨ What's new
- Updated ICASA Excel template: uses a hybrid data model to represent agronomic data better and seamlessly map them to the ICASA standard for crop modelling
- Improved overall experience with added handling of edge cases
🛠️ Installation
# Install devtools if you haven't already
install.packages("devtools")
# Install the package
devtools::install_github("fairagro/csmTools")v0.1.0
🚀 Features
- Core ETL Functions: Includes initial functions for data extraction (e.g., field, sensor, weather, soil, phenology), transformation, and harmonization into ICASA/DSSAT formats.
- DSSAT Integration: Basic capabilities to prepare data for DSSAT models and run simulations.
- Example Workflow: A complete example script showing the end-to-end process.
🛠️ Installation
# Install devtools if you haven't already
install.packages("devtools")
# Install the package
devtools::install_github("fairagro/csmTools")