Code, data and figures for onepager describing the methodology of making occurrence cubes.
The repository structure is based on Cookiecutter Data Science. Files and directories indicated with GENERATED
should not be edited manually.
βββ README.md : Description of this repository
βββ LICENSE : Repository license
βββ aoo-paper.Rproj : RStudio project file
βββ .gitignore : Files and directories to be ignored by git
β
βββ data
β βββ raw : Occurrence data as downloaded from GBIF GENERATED
β βββ processed : occurrence data cube and taxonomic compendium GENERATED
β βββ external
βββ utm1_bel : EEA reference grid at 1km scale GENERATED
βββ src
βββ make_cube_reynoutria.R : Script to generate occurrence cube
βββ add_uncertainty_1000m.R : Script to show occurrences with default uncertainty of 1000m
βββ table_taxa_in_occurrences.R : Script to generate data.frame with all taxa in occurrence cube
βββ code_occurrence-as-circles-and-random-pts-on-grid.R : Script to show the method of assigning an occurrence to a grid cell
βββ project_cube_to_2d.R : Script to generate the subfigures (B) (C) and (D) about the projection of the cube on the 2d planes
MIT License for the code and documentation in this repository.