Recent Releases of pygbif
pygbif - pygbif v0.6.6
- updated matching in
occurrences.name_backboneto api v2 #176 - added checklistKey support to
occurrences.search#178 - added support for
collection.searchandinstitution.search
Biosphere - Biodiversity Data Access and Management
- Python
Published by jhnwllr about 2 months ago
pygbif - pygbif v0.6.5
- added support for
occurrences.download_citation#158 - added support for
occurrences.download_sql#157 - added support for
occurrences.download_describe#142 - added support for
literature.search#149
Biosphere - Biodiversity Data Access and Management
- Python
Published by jhnwllr about 1 year ago
pygbif - pygbif v0.6.4
- fixed a bug in building the documentation with readthedocs #138 , #129
- tests now run against live GBIF APIs #101 , #128
- updated caching.py since the
remove_expired_responsesmethod is deprecated #126 , #127
Biosphere - Biodiversity Data Access and Management
- Python
Published by CecSve almost 2 years ago
pygbif - pygbif v0.6.3
- added support for predicates:
isNull,isNotNull,inandnot(#92) - added support for nested queries/dictionaries (#104)
- deprecated the
add_predicatefunction and addedadd_pred_dictto accomodate for newly supported predicates to ensure that the arguments that are sent are added in the payload function (#108) - added support for multiple download formats (#105)
- updated operators and look-up tables (#107)
- included documentation on newly supported predicates and dictionaries (#106)
Biosphere - Biodiversity Data Access and Management
- Python
Published by CecSve over 2 years ago
pygbif - pygbif v0.6.2
- update to fix requesting GBIF downloads (https://github.com/gbif/portal-feedback/issues/4526)
- minor documentation updates (#95, #99)
Biosphere - Biodiversity Data Access and Management
- Python
Published by MattBlissett almost 3 years ago
pygbif - pygbif v0.6.1
- update to fix broken dependencies (#93)
- minor documentation updates
Biosphere - Biodiversity Data Access and Management
- Python
Published by CecSve over 3 years ago
pygbif - pygbif v0.6.0
- Fixe for
occurrences.downloadwhen givinggeometryas a string rather than usingadd_geometry; predicates were being split on whitespace, which doesn't work for WKT (#81) (#84) - Moved to using the
loggingmodule instead ofprint()for giving information on occurrence download methods (#78) - Clarify that
occurrences.countfor length 1 inputs only; seeoccurrences.searchfor > 1 value (#75) (#77) - Improved documentation for
species.name_usagemethod, mostly for thelanguageparameter (#68) - Gains download method
download_cancelfor cancelling/deleting a download request (#59)
Biosphere - Biodiversity Data Access and Management
- Python
Published by sckott over 4 years ago
pygbif - pygbif v0.5.0
occurrences.searchnow supportsrecordedByIDandidentifiedByIDsearch parameters (#62)- clean up the Contributing file, thanks @niconoe (#64)
- clean up internal imports in the library, thanks @niconoe (#65)
- fix usage of
isand==, was using them inappropriately sometimes (via https://realpython.com/python-is-identity-vs-equality/), (#69) - remove redundant parameter in a doc string, thanks @faroit (#71)
- make a test for internal fxn
gbif_GET_writemore general to avoid errors if GBIF changes content type response header slightly (#72)
Biosphere - Biodiversity Data Access and Management
- Python
Published by sckott over 5 years ago
pygbif - pygbif v0.4.0
- changed base url to https for all requests; was already https for maps and downloads in previous versions
- occurrences, species, and registry modules gain docstrings with brief summary of each method
- pygbif gains ability to cache http requests. caching is off by default. See
?pygbif.cachingfor all the details (#52) (#56) via @nleguillarme - made note in docs that if you are trying to get the same behavior as the GBIF website for name searching,
species.name_backboneis likely what you want (#55) thanks @qgroom - for parameters that expect a
bool, convert them to lowercase strings internally before doing HTTP requests
Biosphere - Biodiversity Data Access and Management
- Python
Published by sckott about 6 years ago
pygbif - pygbif v0.3.0
0.3.0 (2019-01-25)
- pygbif is Python 3 only now (#19)
- Gains maps module with maps.map method for working with the GBIF maps API (#41) (#49)
- Gains new module utils with one method
wkt_rewind(#46) thanks @aubreymoore for the inspiration - Fixed bug in registry.installations: typo in one of the parameters
identifierTypinstead ofidentifierType(#48) thanks @data-biodiversity-aq - Link to GitHub issues from Changelog 🎉
- Fix a occurrence download test (#47)
- Much more thorough docs (#25)
Biosphere - Biodiversity Data Access and Management
- Python
Published by sckott almost 7 years ago
pygbif - pygbif v0.2.0
0.2.0 (2016-10-18)
- Download methods much improved (#16) (#27) thanks @jlegind @stijnvanhoey @peterdesmet !
- MULTIPOLYGON now supported in
geometryparameter (#35) - Fixed docs for
occurrences.get, andoccurrences.get_verbatim,occurrences.get_fragmentand demo that used occurrence keys that no longer exist in GBIF (#39) - Added
organizationsmethod toregistrymodule (#12) - Added remainder of datasets methods:
registry.dataset_search(including faceting support (#37)) andregistry.dataset_suggest, for the/dataset/searchand/dataset/suggestroutes, respectively (#40) - Added remainder of species methods:
species.name_lookup(including faceting support (#38)) andspecies.name_usage, for the/species/searchand/speciesroutes, respectively (#18) - Added more tests to cover new methods
- Changed
species.name_suggestto give back data stucture as received from GBIF. We used to parse out the classification data, but for simplicity and speed, that is left up to the user now. startparameter inspecies.name_suggest,occurrences.download_list,registry.organizations,registry.nodes,registry.networks, andregistry.installations, changed tooffsetto match GBIF API and match usage throughout remainder ofpygbif
0.1.5.4 (2016-10-01)
- Added many new
occurrence.searchparameters, includingrepatriated,kingdomKey,phylumKey,classKey,orderKey,familyKey,genusKey,subgenusKey,establishmentMeans,facet,facetMincount,facetMultiselect, and support for facet paging via**kwargs(#30) (#34) - Fixes to
**kwargsinoccurrence.searchso that facet parameters can be parsed correctly andrequestsGET request options are collected correctly (#36) - Added
spellCheckparameter tooccurrence.searchthat goes along with theqparameter to optionally spell check full text searches (#31)
Biosphere - Biodiversity Data Access and Management
- Python
Published by sckott about 9 years ago
pygbif - pygbif v0.1.4
- Added variable types throughout docs
- Changed default
limitvalue to 300 foroccurrences.searchmethod toxnow included, via @xrotwang (#20)- Added more registry methods (#11)
- Started occurrence download methods (#16)
- Added more names methods (#18)
- All requests now send user-agent headers with
requestsandpygbifversions (#13) - Bug fix for
occurrences.download_get(#23) - Fixed bad example for
occurrences.get(#22) - Fixed wheel to be universal for 2 and 3 (#10)
- Improved documentation a lot, autodoc methods now
Biosphere - Biodiversity Data Access and Management
- Python
Published by sckott about 9 years ago
pygbif - pygbif v0.1.2
- Added more registry methods (#11)
- Fixed wheel to be universal for 2 and 3 (#10)
- Improved documentation a lot, autodoc methods now
Biosphere - Biodiversity Data Access and Management
- Python
Published by sckott about 10 years ago