Skip to content

Releases: ropensci/rgbif

rgbif v3.8.0

24 May 07:56
40f1985
Compare
Choose a tag to compare

NEW FEATURES

  • Added many missing occ_search() terms. (#698)
  • New function occ_download_describe() for getting information about download formats. (#721)

MINOR IMPROVEMENTS

  • Added constituentKey to name_lookup(). (#729)
  • Added support for gbifId downloads (#711)

BUG FIXES

  • check_inputs()bug fixed. (#706)

DOCUMENTATION

DEPRECATED

  • gbif_citation() datasetKey methods no longer supported (#716)
  • "axe" feature in occ_data() is no longer supported. (#718)
  • occ_data() is soft deprecated and supported for legacy reasons only, and will no longer add new features.

rgbif v3.7.9

11 Jan 14:05
Compare
Choose a tag to compare

NEW FEATURES

There have been many additions for accessing dataset metadata.

  • dataset_export() downloads all of the results of a dataset_search().

  • New functions for getting dataset metadata from a datasetkey (uuid) : dataset_get(), dataset_process(), dataset_networks(), dataset_constituents(), dataset_comment(), dataset_contact(), dataset_endpoint(),
    dataset_identifier(), dataset_machinetag(), dataset_tag(), dataset_metrics().

  • New function for getting more obscure dataset metadata, such as machineTags: dataset().

  • New functions for listing dataset metadata : dataset_noendpoint(), dataset_duplicate().

  • dataset_doi() gets dataset metadata from the dataset's doi.

MINOR IMPROVEMENTS

  • Error message improvements for occ_count(). (#686)

Documentation

DEPRECATED

  • There are no longer static data files in rgbif. This data is better fetched fresh from the appropriate endpoints. (#690) (#688)

  • datasets() is soft deprecated, since the interface was overloaded and confusing. See functional replacements above.

rgbif v3.7.8

11 Sep 11:03
dfd376e
Compare
Choose a tag to compare
  • rgbif has a new logo. (#679)

NEW FEATURES

  • map_fetch() now returns a base map as a magick::magick-image. This allows for the creation of high quality images from the GBIF maps API. (#675)
  • occ_download() terms added to key lookup. (#661) (#589)
  • pred_default() is an occ_download() pred function that allows users to easily filter out commonly unwanted occurrence records. (#611)

MINOR IMPROVEMENTS

  • Stream error fixed ("HTTP/2 stream 15 was not closed cleanly before end of the underlying stream"). Now map_fetch(), occ_data(), occ_search(), and occ_download_wait() have curlopts = list(http_version=2), which fixes the error. This might need to be the default setting for the whole package. (#656)

  • name_suggest() now gives a warning at prevents setting the limit > 100, since this is the GBIF API max. (#657)

Documentation

New article Creating maps from occurrences, which explains how to use map_fetch().

DEPRECATED

  • occ_issues() is now deprecated, since it is difficult to maintain, and not widely used. (#651)

rgbif v3.7.7

04 Apr 08:07
d0aa6b2
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Fixes test that was causing errors on CRAN.

rgbif v3.7.6

23 Mar 11:03
1df7e98
Compare
Choose a tag to compare

BREAKING CHANGE

  • occ_count() parameter type is now deprecated and will no longer work correctly. Please see occ_count_country(), occ_count_pub_country(), occ_count_year(), occ_count_basis_of_record() for replacements. (#622)

DEPRECATED

  • occ_count() parameters georeferenced, type, date, to, from are no longer supported and not guaranteed to work correctly. (#622)
  • occ_facet() and count_facet() are now deprecated use occ_count(facet="x") instead.

NEW FEATURES

  • lit_search() now supports searching the GBIF literature API. (#591)
  • occ_count() now supports almost all occ_search() queries. (#622)
  • occ_count() now supports the facets interface through occ_count(facet="x"). (#622)
  • organizations() (aka publishers) now supports the use of getting lists of publishers by country. (#606)
  • occ_download() and occ_search() now support downloading and getting occurrences a certain distance from known country/area centroids via the parameter distanceFromCentroidInMeters. (#594)

MINOR IMPROVEMENTS

  • occ_search() now supports more multi-valued parameters. (#617)
  • Removed dependencies on randgeo and conditionz. (#624) (#625)

Documentation

New article explaining occ_count() changes and new features Getting Occurrence Counts From GBIF.

rgbif v3.7.5

06 Jan 10:51
75d7cd8
Compare
Choose a tag to compare

NEW FEATURES

  • name_backbone_checklist() now accepts strict=TRUE, meaning that only non-fuzzy matches are returned. (#565)
  • name_backbone_checklist() now accepts default values for high taxonomy, such as kingdom, phylum, family, ect. (#515)
  • name_backbone_checklist() now returns a column is_alternative when verbose=TRUE, which lets the user know if a name was originally considered to be an alternative choice by the name matcher. (#515)

DOCUMENTATION

MINOR IMPROVEMENTS

  • removed sp and rgeos dependencies. (#578)

rgbif v3.7.4

06 Dec 15:41
730d945
Compare
Choose a tag to compare

NEW FEATURES

  • name_usage now has the ability to fetch iucn red list categories using data="iucnRedListCategory". (#547)

DOCUMENTATION

BUG FIXES

  • dataset_gridded bug fixed when inputing only one non-gridded dataset. (#546)

MINOR IMPROVEMENTS

  • New CRAN checks badge URL. (#555)
  • Updated min vcr requirment to (>= 1.2.0). (#559)
  • Updated r-lib actions to v2 (#566)

rgbif v3.7.3

05 Sep 07:38
150cab6
Compare
Choose a tag to compare

NEW FEATURES

  • Added missing search parameters for occ_data() and occ_search() (#530)
  • Added missing occ_download() terms to key lookup (#541)
  • Support for identifying "gridded datasets" with experimental API using dataset_gridded() (#516)
  • Look up the datasets in a GBIF network with network_constituents() (#527)
  • Added support for using GBIF experimental reverse geocoding API gbif_geocode() (#521)

DEPRECATED

  • networks() is deprecated and called network() instead. (#527)
  • parsenames() is deprecated and called name_parse() for better alignment
    with other name_* functions. (#504)

BUG FIXES

  • occ_search fixed bug related to networkKey in the column names (#524)

rgbif v3.7.2

11 Apr 13:52
87914b9
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Removing wellknown dependency and switching to wk (#512)

BUG FIXES

  • name_backbone_checklist() : bug fix related two square brackets in url (#509)

rgbif v3.7.1

18 Mar 08:18
c6f056a
Compare
Choose a tag to compare

BUG FIXES

  • name_backbone_checklist() : bug fixes (#501) (#505)