Skip to content

Update GBIF APIs #272

@mjwestgate

Description

@mjwestgate

Currently it is possible to get data from ALA via a DOI using either:

atlas_occurrences(doi = "my-doi")

Or equivalently:

galah_call() |>
  filter(doi == "my-doi") |>
  collect()

Historically this has not been supported for other atlases; however the ability to programmatically download a dataset from its DOI has recently been added to {rgbif} version 3.8.2. Probably worth adding this to galah as well.

Some relevant information:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions