Newer
Older
# `season-handler`
## Description
`season-handler` is one of the AgroMetInfo components to:
* launch SEASON simulation from configuration after SAFRAN data integration,
* handle SEASON calculation results to insert or update daily values in AgroMetInfo table.
## Installation
To package sources, you must have:
- Maven >= 3.8.0
- JDK 17
- season-core
and run:
```sh
mvn package
```
## Usage
See [documentation](src/site/markdown/usage.md), available online at <https://agroclim.pages.mia.inra.fr/agrometinfo/season-handler/>.
Roadmap is related to [AgroMetInfo 2.0 milestones](https://forge.inrae.fr/agroclim/agrometinfo/AgroMetInfo_2.0/-/milestones).
See [*MADR* decisions logs](src/site/markdown/adr/index.md).
## License
[GNU GENERAL PUBLIC LICENSE Version 3](License.txt).