cropwatMUL

cropwatMUL is an R package for multilocation crop-water requirement and irrigation scheduling using temperature-based FAO-56 procedures and a CROPWAT-inspired workflow.

Development installation

install.packages("remotes")
remotes::install_local("path/to/cropwatMUL")

Basic use

library(cropwatMUL)
input <- system.file("extdata", "cropwat_example.xlsx", package = "cropwatMUL")
validate_cropwat_input(input, crop_name = "Potato")
result <- run_cropwat_one_crop_multilocation(input, crop_name = "Potato")
result$summaries

Important scope statement

This package is an independent implementation. It is not affiliated with or endorsed by FAO and is not a replacement for the official CROPWAT software.