Skip to content

Commit 9e9668d

Browse files
Add 12th pipeline and improve spaces
1 parent 2749a4c commit 9e9668d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

β€ŽREADME.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ In order to calculate an emergency index, we take into account:
3636
1. number of occurrences per year, or simply _occurrences_
3737
2. area of occupancy (AOO), or simply _occupancy_
3838

39-
The workflow is divided in two steps:
39+
The workflow is divided in three steps:
4040

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)
4242
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)
4344

4445
We work with GAM (Generalized Additive Models) and decision rules to assess the emerging status of a species.
4546

@@ -77,21 +78,22 @@ The repository structure is based on [Cookiecutter Data Science](http://drivenda
7778
β”‚ | β”œβ”€β”€ utm_1_bel : Belgian reference grid of European Environmental Agency (EEA) at 1km<sup>2</sup> resolution
7879
β”‚ | β”œβ”€β”€ utm_10_bel : Belgian reference grid of European Environmental Agency (EEA) at 10km<sup>2</sup> resolution
7980
β”‚ | β”œβ”€β”€ 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
8182
β”‚
8283
└── src
8384
β”‚ β”œβ”€β”€ gbif_download.Rmd : Script to trigger and verify a GBIF occurrence download
8485
β”‚ β”œβ”€β”€ 01_get_data_input_checklist_indicators.Rmd : Script to manipulate taxonomic data from the Global Register of Introduced and Invasive Species - Belgium
8586
β”‚ β”œβ”€β”€ 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
9597
```
9698

9799
## Contributors

0 commit comments

Comments
Β (0)