Add local GBIF archive reading#505
Merged
tpoisot merged 19 commits intoMar 29, 2026
Merged
Conversation
…onToolkit.jl into pr/jeetsukumaran/505
…dled by occurrences interface)
Member
|
Hey @jeetsukumaran - I finally took the time to refactor the code a little bit. I am going to add a vignette to the doc, and also make changes to the Summary of changes:
Current to-do list on my end before merging:
|
…onToolkit.jl into pr/jeetsukumaran/505
888e2a0
into
PoisotLab:feat/gbif/localfile
15 of 33 checks passed
Member
|
Moving this to another branch so we can build the documentation preview. |
Contributor
Author
|
Thanks @tpoisot ! Appreciate the time and effort put into this package very much! |
tpoisot
added a commit
that referenced
this pull request
Mar 30, 2026
* Add local GBIF archive reading (#505) * Add local GBIF archive reading * doc(gbif): CHANGELOG * semver(gbif): v1.2.0 * chore(gbif): rename file * chore(gbif): cutting location functions from the archive (already handled by occurrences interface) * feat(gbif): localarchive for local reading * doc(gbif): CHANGELOG * chore(gbif): AUTHORSHIP @jeetsukumaran * compat(gbif): JSON@1 * feat(gbif): donwload uses the localarchive function internally * doc(gbif): CHANGELOG * test(gbif): tests for the reading / conversion * feat(gbif): localarchive/download integration complete * bug(gbif): use AbstractDict for internals to support JSON v1 * doc(gbif): vignette --------- Co-authored-by: Timothée Poisot <timothee.poisot@umontreal.ca> * doc: fix variable name * test(gbif): fix import * doc: clarify simple/dwc * ci: link github usernames in changelogs * test(gbif): fix test for equality * doc: tweak local * test(gbf): add CSV to test module * doc: change vignette title * doc: add DataFrame to local gbif vignette * chore: fix github user link in changelog * chore: username needs space before in CI --------- Co-authored-by: Jeet Sukumaran <jeetsukumaran@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In reference to #504