Skip to content

Releases: fairagro/csmTools

v0.2.0

10 Apr 17:24

Choose a tag to compare

✨ 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

15 Dec 01:11
fc283b0

Choose a tag to compare

🚀 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")