Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.26 KB

File metadata and controls

60 lines (37 loc) · 2.26 KB

github repo badge PyPI - Version Python package built Documentation built Quality Gate Status DOI

diffWOFOST banner

diffWOFOST

The python package diffWOFOST is a differentiable implementation of WOFOST models using torch, allowing gradients to flow through the simulations for optimization and data assimilation.

Logo

Installation

You can install diffWOFOST using pip:

pip install diffwofost

To install the package in development mode, you can clone the repository and install it using pip:

pip install -e .[dev]

To work with notebooks, you need to install jupyterlab:

pip install jupyterlab

Documentation

The documentation for diffWOFOST is available at https://WUR-AI.github.io/diffWOFOST.

Acknowledgements

The package diffWOFOST is developed in the DeltaCrop project, a collaboration between Wageningen University & Research and Netherlands eScience Center.