NEW FEATURES
- New functions for the
/enumerationsGBIF API route:enumeration()
andenumeration_country(). Many parts of the GBIF API make use of
enumerations, i.e. controlled vocabularies for specific topics - and are
available via these functions. (#152)
IMPROVEMENTS
-
elevation()now requires an API key (#148) - The
V8package an Import now, used to do WKT read/create with use of
the Javascript library Terraformer (http://terraformer.io/). Replaces
packagesspandrgeos, which are no longer imported (#155) - Changed
occ_search()parameterspatialIssuesto
hasGeospatialIssues(#151) - Added note to docs about difference between
/searchand/count
services, and how they work. (#150) - Added tests for habitat parameter in
name_lookup()(#149) - Dropped
plyrfrom Imports (#159) - Dropped
stringrfrom Imports (#160) - Dropped
mapsandgridpackages from Imports (#161)
BUG FIXES
- Looping over records with
limitandstartparameters was in some
cases resulting in duplicate records returned. Problem fixed. (#157)