Package API
The main function to use is occ
- a single interface to many species
occurrence databases (see below for a list). Other functions include:
occ2df
- Combine results fromocc
into a data.framefixnames
- Change names to be the same for each taxonwkt_vis
- Visualize WKT strings (used to define geometry based
searches for some data sources) in an interactive map
Currently supported species occurrence databases
ll{
Provider Web
GBIF http://www.gbif.org/
BISON http://bison.usgs.ornl.gov/
eBird http://ebird.org/content/ebird/
iNaturalist http://www.inaturalist.org/
Berkeley ecoengine https://ecoengine.berkeley.edu/
AntWeb http://www.antweb.org/
VertNet http://vertnet.org/
iDigBio https://www.idigbio.org/
}Clean data
All data cleaning functionality is in a new package: scrubr
(https://github.com/ropenscilabs/scrubr)Make maps
All mapping functionality is now in a separate package: mapr
(https://github.com/ropensci/mapr) (formerly known as `spoccutils`)