NEW FEATURES
- New functions for the
/enumerations
GBIF 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
V8
package an Import now, used to do WKT read/create with use of
the Javascript library Terraformer (http://terraformer.io/). Replaces
packagessp
andrgeos
, which are no longer imported (#155) - Changed
occ_search()
parameterspatialIssues
to
hasGeospatialIssues
(#151) - Added note to docs about difference between
/search
and/count
services, and how they work. (#150) - Added tests for habitat parameter in
name_lookup()
(#149) - Dropped
plyr
from Imports (#159) - Dropped
stringr
from Imports (#160) - Dropped
maps
andgrid
packages from Imports (#161)
BUG FIXES
- Looping over records with
limit
andstart
parameters was in some
cases resulting in duplicate records returned. Problem fixed. (#157)