trias-project / indicators

📈 Alien species indicators
https://trias-project.github.io/indicators/
MIT License
0 stars 1 forks source link

create occurrence based indicators at regional level #136

Closed damianooldoni closed 2 weeks ago

damianooldoni commented 2 weeks ago

We can refactor the pipelines for occurrence based indicators to run them not only at country level, but also at regional level. To do so, we can wrap the existent code, starting from the modelling pipeline (7th), in purrr::map() and so having lists of 4 dfs: one for Belgium and one for each of three Belgian regions.

damianooldoni commented 2 weeks ago

Done in #134