- For one group (cereal, livestock, other) get a heatmap based on [regression](https://scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html) of group by PRA :
```
y=a+b*t
where t=year
y=sum of cereal surfaces (herbs, other)
prediction y^ in 2015 and in 2019
computation of (y^2019-y^2015) / y^2015
```
- fix 2019 in [RPG graph cult](https://gitlab.irstea.fr/loris.croce/rpg_graph_cult)