Commit d4e8d774 authored by Croce Loris's avatar Croce Loris
Browse files

update readme

parent 6b875601
No related merge requests found
Showing with 14 additions and 1 deletion
+14 -1
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment