You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-12
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,11 @@ In order to calculate an emergency index, we take into account:
36
36
1. number of occurrences per year, or simply _occurrences_
37
37
2. area of occupancy (AOO), or simply _occupancy_
38
38
39
-
The workflow is divided in two steps:
39
+
The workflow is divided in three steps:
40
40
41
-
1 [Assessing emerging status of alien species](https://trias-project.github.io/indicators/07_occurrence_indicators_modelling.html)
41
+
1.[Assessing emerging status of alien species](https://trias-project.github.io/indicators/07_occurrence_indicators_modelling.html)
42
42
2.[Ranking species by emerging status](https://trias-project.github.io/indicators/08_ranking_emerging_status.html)
43
+
3.[Assess the taxonomic distribution of emerging species](https://trias-project.github.io/indicators/12_taxonomic_distribution_emerging_species.html)
43
44
44
45
We work with GAM (Generalized Additive Models) and decision rules to assess the emerging status of a species.
45
46
@@ -77,21 +78,22 @@ The repository structure is based on [Cookiecutter Data Science](http://drivenda
77
78
β | βββ utm_1_bel : Belgian reference grid of European Environmental Agency (EEA) at 1km<sup>2</sup> resolution
78
79
β | βββ utm_10_bel : Belgian reference grid of European Environmental Agency (EEA) at 10km<sup>2</sup> resolution
79
80
β | βββ utm_100_bel : Belgian reference grid of European Environmental Agency (EEA) at 100km<sup>2</sup> resolution
80
-
β | βββ utm_5_bel : Belgian reference grid at 5km<sup>2</sup> resolution created by INBO
81
+
β | βββ utm_5_bel : Belgian reference grid at 5km<sup>2</sup> resolution created by INBO
81
82
β
82
83
βββ src
83
84
β βββ gbif_download.Rmd : Script to trigger and verify a GBIF occurrence download
84
85
β βββ 01_get_data_input_checklist_indicators.Rmd : Script to manipulate taxonomic data from the Global Register of Introduced and Invasive Species - Belgium
85
86
β βββ 02_indicator_introductions_per_year.Rmd : Script to generate graphs with number of new introduced species per year
86
-
β βββ 03_indicator_cumulative_number.Rmd: Script to generate graphs with cumulative number of introduced species per year
87
-
β βββ 04_indicator_pathways.Rmd : Script to generate tables with pathways of introduction
88
-
β βββ 05_occurrence_indicators_preprocessing.Rmd : Script to produce time series from the occurrence cube
89
-
β βββ 06_occurrence_indicators_appearing_taxa.Rmd : Find appearing and reappearing taxa in the last years
90
-
β βββ 07_occurrence_indicators_modelling.Rmd : Apply GAM and decision rules models to assess partial emerging scores
91
-
β βββ 08_ranking_emerging_status.Rmd : Rank alien taxa based on their emerging status derived by the emerging scores
92
-
β βββ 09_define_overlay_grid_belgium_with_protected_areas.Rmd : Visualize Belgian protected areas, superimpose the EEA reference grid and the protected areas
93
-
β βββ 10_occurrence_species_protected_areas_level.Rmd : Assess number of observations, area of occupancy, coverage of Belgian protected areas for all species and year
94
-
β βββ 11_status_alien_species_in_protected_areas.Rmd : to find number of alien taxa and observations in protected areas and number of protected areas each alien taxon is present
87
+
β βββ 03_indicator_cumulative_number.Rmd : Script to generate graphs with cumulative number of introduced species per year
88
+
β βββ 04_indicator_pathways.Rmd : Script to generate tables with pathways of introduction
89
+
β βββ 05_occurrence_indicators_preprocessing.Rmd : Script to produce time series from the occurrence cube
90
+
β βββ 06_occurrence_indicators_appearing_taxa.Rmd : Script to find appearing and reappearing taxa in the last years
91
+
β βββ 07_occurrence_indicators_modelling.Rmd : Script to apply GAM and decision rules models to assess partial emerging scores
92
+
β βββ 08_ranking_emerging_status.Rmd : Script to rank alien taxa based on their emerging status derived by the emerging scores
93
+
β βββ 09_define_overlay_grid_belgium_with_protected_areas.Rmd : Script to visualize Belgian protected areas, superimpose the EEA reference grid and the protected areas
94
+
β βββ 10_occurrence_species_protected_areas_level.Rmd : Sript to assess number of observations, area of occupancy, coverage of Belgian protected areas for all species and year
95
+
β βββ 11_status_alien_species_in_protected_areas.Rmd : Script to find number of alien taxa and observations in protected areas and number of protected areas each alien taxon is present
96
+
β βββ 12_taxonomic_distribution_emerging_species.Rmd : Script to produce summary tables and graphs about the taxonomic distribution of the species labelled as emerging in 07_occurrence_indicators_modelling.Rmd
0 commit comments