-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
├── README.md
├── LICENCE
├── .gitignore
│
├── data
│ │
│ ├── raw
│ │ ├── modelling_species.csv
│ │ └── (do not include GBIF data in repo)
│ │
│ ├── interim (.gitignore)
│ │ └── occ with assigned coordinates + grid => S3?
│ │
│ └── processed
│ ├── cube_europe.csv
│ ├── cube_belgium.csv
│ └── cube_belgium_baseline.csv
│
└── src
│
├── belgium
│ ├── download.Rmd: define filters, trigger download
│ ├── create_db.Rmd: create sqlite, fill with data, filter on issues
│ ├── assign_grid.Rmd: assign coordinates, assign grid (chunk based)
│ └── aggregate.Rmd: (filter on taxa), agg for alien, agg for baseline
│
└── europe
├── download.Rmd
├── create_db.Rmd
├── assign_grid.Rmd
└── aggregate.Rmd
Metadata
Metadata
Assignees
Labels
No labels