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 "SIMPLE_PARQUET" download format #123

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

dluks
Copy link
Contributor

@dluks dluks commented Jan 21, 2024

A simple update to support the Apache Parquet download format now supported for API-based requests.

Description

Simply adds SIMPLE_PARQUET to the valid download format options. Black formatting also apparently hadn't been applied to download.py, so this adds that as well.

Example

Should now support the specification of the SIMPLE_PARQUET format when instantiating a download.

import pygbif.occurences as occ


occ.download("taxonKey = 3119195", format="SIMPLE_PARQUET")

@CecSve CecSve self-assigned this Feb 5, 2024
@CecSve CecSve self-requested a review February 5, 2024 13:26
Copy link
Contributor

@CecSve CecSve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@CecSve CecSve merged commit 36909a5 into gbif:master Feb 5, 2024
5 checks passed
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.

2 participants