Skip to content
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

Data sources #2

Open
ICARDAFIGS opened this issue Jan 24, 2024 · 5 comments
Open

Data sources #2

ICARDAFIGS opened this issue Jan 24, 2024 · 5 comments

Comments

@ICARDAFIGS
Copy link

Occurrence data source: Genesys (Top priority: https://github.com/cran/genesysr), Open Herbarium, ......

@ErikKusch ErikKusch mentioned this issue Jan 24, 2024
@ErikKusch
Copy link
Member

What additional data sources can we use for occurrence data? can you please mention them and also if there any function to access them. Additional layers such as protected areas of the world and any function to easily access them.

potential data sources - notes from discussions

Genesys – the accessions in situ – GBIF is more curated – data should be filtered
Weighing the data – Filtering by date
WIEWS
Herbaria – open herbarium – an open data base where major herbaria are digitized and data are made available
Symbiota – https://symbiota.org/
The botanical gardens conservation database - can potentially be ex situ conservation - need caution
Protected planet.

abiotic stresses

Aridity, Soil Ph, Soil salinity from harmonized data sources

@ErikKusch
Copy link
Member

Could we add the websites for these sources and see if scripts exists for pulling data from there by genus?

@ErikKusch
Copy link
Member

Symbiota R package for data access is broken

@DesalegnChala
Copy link

Could we add the websites for these sources and see if scripts exists for pulling data from there by genus?

This the code we have used:
install.packages("genesysr")
library(genesysr)
user_login()
musa <- get_accessions(filters = list(taxonomy = list(genus = c('Musa'))), at.least = 1000)
lath <- get_accessions(filters = list(taxonomy = list(genus = c('Lathyrus'))))

@ICARDAFIGS
Copy link
Author

one needs of course to register first on https://www.genesys-pgr.org/registration as this info is used by user_login() at R. Data is updated yearly by international CGIAR genebanks. Not sure about the other genebanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants