From d4e8d7740e027dfc6cb2b7d695bc469e322e4cc9 Mon Sep 17 00:00:00 2001 From: Loris Croce <loris.croce@inrae.fr> Date: Thu, 26 Nov 2020 14:51:38 +0100 Subject: [PATCH] update readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4778ba..bc5c661 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,17 @@ sudo pip3 install pygeos --no-binary pygeos - [X] Map plotting - [X] Fix nonsense map plot :warning: - [X] Export data results. -- [ ] Code cleaning ? \ No newline at end of file +- [ ] Code cleaning ? + +### After meeting + +- 2nd culture majority +- 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) \ No newline at end of file -- GitLab