Releases: ropensci/rgbif
rgbif v3.8.1
NEW FEATURES
- New function
occ_download_sql()
for downloading occurrence data using SQL queries. (#752)
BUG FIXES
occ_download_cached()
bug fixed. (#748)
DOCUMENTATION
- New article GBIF SQL Downloads
rgbif v3.8.0
NEW FEATURES
- Added many missing
occ_search()
terms. (#698) - New function
occ_download_describe()
for getting information about download formats. (#721)
MINOR IMPROVEMENTS
BUG FIXES
check_inputs()
bug fixed. (#706)
DOCUMENTATION
- New article Effectively using occ_search
- Guidance for reversing WKT winding order. (#724)
DEPRECATED
rgbif v3.7.9
NEW FEATURES
There have been many additions for accessing dataset metadata.
-
dataset_export()
downloads all of the results of adataset_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
- New article Getting Dataset Metadata From GBIF
DEPRECATED
rgbif v3.7.8
- rgbif has a new logo. (#679)
NEW FEATURES
map_fetch()
now returns a base map as amagick::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 anocc_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()
, andocc_download_wait()
havecurlopts = 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 thelimit
> 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
MINOR IMPROVEMENTS
- Fixes test that was causing errors on CRAN.
rgbif v3.7.6
BREAKING CHANGE
occ_count()
parametertype
is now deprecated and will no longer work correctly. Please seeocc_count_country()
,occ_count_pub_country()
,occ_count_year()
,occ_count_basis_of_record()
for replacements. (#622)
DEPRECATED
occ_count()
parametersgeoreferenced
,type
,date
,to
,from
are no longer supported and not guaranteed to work correctly. (#622)occ_facet()
andcount_facet()
are now deprecated useocc_count(facet="x")
instead.
NEW FEATURES
lit_search()
now supports searching the GBIF literature API. (#591)occ_count()
now supports almost allocc_search()
queries. (#622)occ_count()
now supports the facets interface throughocc_count(facet="x")
. (#622)organizations()
(aka publishers) now supports the use of getting lists of publishers bycountry
. (#606)occ_download()
andocc_search()
now support downloading and getting occurrences a certain distance from known country/area centroids via the parameterdistanceFromCentroidInMeters
. (#594)
MINOR IMPROVEMENTS
occ_search()
now supports more multi-valued parameters. (#617)- Removed dependencies on
randgeo
andconditionz
. (#624) (#625)
Documentation
New article explaining occ_count()
changes and new features Getting Occurrence Counts From GBIF.
rgbif v3.7.5
NEW FEATURES
name_backbone_checklist()
now acceptsstrict=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 columnis_alternative
whenverbose=TRUE
, which lets the user know if a name was originally considered to be an alternative choice by the name matcher. (#515)
DOCUMENTATION
- Updated README to be more inviting to new users (#574)
- Added data quality section to article Getting Occurrence Data From GBIF. (#575)
MINOR IMPROVEMENTS
- removed
sp
andrgeos
dependencies. (#578)
rgbif v3.7.4
NEW FEATURES
name_usage
now has the ability to fetch iucn red list categories usingdata="iucnRedListCategory"
. (#547)
DOCUMENTATION
name_backbone_checklist
updated definition ofverbose
argument. (#564)- "Too many choices" warning added to article Working With Taxonomic Names. (#536)
BUG FIXES
dataset_gridded
bug fixed when inputing only one non-gridded dataset. (#546)
MINOR IMPROVEMENTS
rgbif v3.7.3
NEW FEATURES
- Added missing search parameters for
occ_data()
andocc_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 callednetwork()
instead. (#527)parsenames()
is deprecated and calledname_parse()
for better alignment
with othername_*
functions. (#504)
BUG FIXES
occ_search
fixed bug related to networkKey in the column names (#524)