Skip to content
Snippets Groups Projects
README.md 853 B
Newer Older
# `season-handler`

## Description

`season-handler` is one of the AgroMetInfo components to:

* launch SEASON simulation from configuration after SAFRAN data integration,
Olivier Maury's avatar
Olivier Maury committed
* 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/>.
Olivier Maury's avatar
Olivier Maury committed
Documentation is handled by `maven-site-plugin`.

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).