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

Add atlas_events() function #226

Open
mjwestgate opened this issue Feb 1, 2024 · 0 comments
Open

Add atlas_events() function #226

mjwestgate opened this issue Feb 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mjwestgate
Copy link
Collaborator

The ALA events systems supports storage and download of event-core datasets, useful for storing data from field surveys or biodiversity monitoring programs (among other things). APIs for the ALA events system have been in production for some time, you can get basic info here and discussion of the graphQL schema here. At some point we should aim to build this into galah, with following syntax:

galah_call(type = "events") |>
  filter(year == 2020) |>
  collect()

or equivalently:

galah_call() |>
  filter(year == 2020) |>
  atlas_events()
@mjwestgate mjwestgate added the enhancement New feature or request label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant