simpest¶

Introduction¶
simpest is a Python package for crop and disease simulation workflows. It connects SIMPLACE outputs with the FraNchEstYN model family so you can run end-to-end experiments from weather and management data to simulation and summary results.
Package Description¶
The package supports a practical modeling pipeline:
- Runs SIMPLACE scenarios
- Converts SIMPLACE outputs to FraNchEstYN-compatible inputs
- Runs crop, disease, and fungicide simulation steps
- Calibrates selected parameters using multi-start Nelder-Mead optimization
- Export daily simulation and seasonal summary outputs.
Core modules are available under simpest/models.
Directory Tree¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
Installation¶
1 | |
For development installs, use editable mode:
1 | |
Quickstart¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |
See the full workflow notebook at docs/examples/simpest_workflow_example.ipynb.
Quick Links¶
Project¶
- License: MIT
- Source: https://github.com/KaziJahidurRahaman/simpest
- Documentation: https://KaziJahidurRahaman.github.io/simpest