-
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
[AUTO] update cube_preprocessing #230
base: uat
Are you sure you want to change the base?
[AUTO] update cube_preprocessing #230
Conversation
…ter 1950, and Animalia or Plantae
…issing-from-be_alientaxa_cube
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.
use correct secrets to supply username, pswd & email to rgbif functions
…issing-from-be_alientaxa_cube
…issing-from-be_alientaxa_cube
…issing-from-be_alientaxa_cube
#Load the be_alientaxa_cube, GRIIS checklist, and shapefile of Belgium | ||
#------------------------------------------------------------------------- | ||
be_alientaxa_cube <- read_csv( | ||
file = "https://zenodo.org/records/10527772/files/be_alientaxa_cube.csv?download=1", |
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.
switch to artifact use "./cube_data/be_alientaxa_cube.csv"
wk::wk_orient()#Due to changes in GBIF’s polygon interpretation, you might get an error when using polygons wound in the “wrong direction” (clockwise, i.e., default of sf). Reorient the polygon using the wk package | ||
|
||
#Read taxonomic info of alien cube | ||
data_file <- here::here( |
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.
no longer updated! If this is needed this should be add to the get_occ_cube flow. Else delete logic to read it from script.
Brief description
This is an automatically generated PR.
The following steps are all automatically performed:
df_timeseries.rData
to the UAT bucket.df_timeseries.rData
is combined withgrid.RData
from the UAT bucket usingalienSpecies::createTimeseries()
. The result is also stored on the UAT bucket.Note to the reviewer: the workflow automation is still in a development phase.
Please, check the output thoroughly before merging to
main
.run_occurrence_indicators_preprocessing.r downloads
./data/interim/intersect_EEA_ref_grid_protected_areas.tsv
fromtrias-project/indicators
then it runs./src/05_occurrence_indicators_preprocessing.Rmd
based on the script from trias-project/indicators/.