obtainGBIF {intSDM}R Documentation

obtainGBIF: Function to obtain occurrence data from GBIF.

Description

Function used to obtain species observations from GBIF.

Usage

obtainGBIF(query, geometry, projection, datasettype, ...)

Arguments

query

The scientific name of the species for which observations need to be obtained.

geometry

An sf object surrounding the study area where observations need to be obtained.

projection

The coordinate reference system used for the observations and geometry.

datasettype

The type of dataset that is obtained from GBIF. Can be one of: PO, PA, Counts.

...

Additional arguments to pass to occ_download.

Value

An sf object containing the locations and other relevant information of the species obtained from GBIF.


[Package intSDM version 2.0.2 Index]