Learn R Programming

spocc (version 0.4.5)

spocc-package: Interface to many species occurrence data sources

Description

A programmatic interface to many species occurrence data sources, including GBIF, USGS's BISON, iNaturalist, Berkeley Ecoinformatics Engine, eBird, AntWeb, and iDigBio. Includes functionality for retrieving species occurrence data, and combining that data.

Arguments

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 fromoccinto a data.frame
  • fixnames- Change names to be the same for each taxon
  • wkt_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/ }

Duplicates

See spocc_duplicates for more.

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`)