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

adding support for download_sql #160

Merged
merged 2 commits into from
Oct 3, 2024
Merged

adding support for download_sql #160

merged 2 commits into from
Oct 3, 2024

Conversation

jhnwllr
Copy link
Contributor

@jhnwllr jhnwllr commented Oct 3, 2024

Description

Adding support for SQL downoads

https://techdocs.gbif.org/en/data-use/api-sql-downloads

Related Issue

#157

Example

from pygbif import occurrences
occ.download_sql("SELECT gbifid,publishingCountry FROM occurrence WHERE publishingCountry='BE'")

@jhnwllr jhnwllr merged commit 3e1a964 into master Oct 3, 2024
10 of 12 checks passed
@jhnwllr jhnwllr deleted the download_sql branch October 3, 2024 14:17
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

Successfully merging this pull request may close these issues.

1 participant