-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
199 rework timeseries creation to contain species with observation after 1950 #202
199 rework timeseries creation to contain species with observation after 1950 #202
Conversation
success 💪 🥳 |
@SanderDevisscher deze PR mag gereviewed worden, nu de flow weer werkt :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we changed the name of this script to cube_preprocessing (see #201) it is best to do the following (in order):
- rename 05_occurrence_indicators_preprocessing.Rmd to cube_preprocessing on this branch
- do a rebase to make sure other changes in cube_preprocessing are included
- solve possible conflicts
- solve other issues
@@ -368,15 +368,15 @@ df_bl_xy %>% head() | |||
|
|||
## Apply temporal and spatial restraints | |||
|
|||
Select alien species introduced after 1950 (`year_of_introduction`: 1950) or whose date of introduction is not known: | |||
Select alien species that were observed after 1950 (`year_cutoff`: 1950) or whose date of introduction is not known: | |||
|
|||
```{r select_aliens_after_year_of_introduction} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
select aliens with recent observations?
|
||
```{r n_recent_taxa} | ||
nrow(recent_alien_species) | ||
``` | ||
|
||
List of alien species excluded as first introduction date is earlier than 1950: | ||
List of alien species excluded as last observation date is earlier than 1950: | ||
|
||
```{r recent_alien_species} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extinct_alien_species ?
@@ -430,24 +430,24 @@ old_introductions_taxa <- | |||
old_introductions_taxa | |||
``` | |||
|
|||
We save them in file `taxa_introduced_in_BE_before_1950.tsv` in `data/output`: | |||
We save them in file `taxa_last_observed_in_BE_before_1950.tsv` in `data/output`: | |||
|
|||
```{r save_old_introduced_taxa_as_tsv_file} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
save_last_observed_before ?
Rebase with uat? |
yes |
I got the following error: A lock file already exists in the repository, which blocks this operation from completing. any ideas? |
32fede4
to
eeb972d
Compare
null