diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION
index 8466d5a..3f510b9 100644
--- a/CRAN-SUBMISSION
+++ b/CRAN-SUBMISSION
@@ -1,3 +1,3 @@
-Version: 1.2.2
-Date: 2023-03-23 08:31:23 UTC
-SHA: 59f6b3b192cd8a7bb990aab94748f3bc7b044dac
+Version: 1.2.3
+Date: 2024-03-06 08:04:21 UTC
+SHA: f4f5e42216d0a3d6bf2f8b8a07764063d2b8f19f
diff --git a/R/spocc-package.R b/R/spocc-package.R
index 7fcd4df..caff7fd 100644
--- a/R/spocc-package.R
+++ b/R/spocc-package.R
@@ -27,7 +27,7 @@
#' iNaturalist \tab
Owens H, Barve V, Chamberlain S (2024). spocc: Interface to Species Occurrence Data Sources. -https://github.com/ropensci/spocc (devel), -https://docs.ropensci.org/spocc/ (user manual). +R package version 1.2.3, +https://docs.ropensci.org/spocc/ (user manual), https://github.com/ropensci/spocc (devel).
@Manual{, title = {spocc: Interface to Species Occurrence Data Sources}, author = {Hannah Owens and Vijay Barve and Scott Chamberlain}, year = {2024}, - note = {https://github.com/ropensci/spocc (devel), + note = {R package version 1.2.3, https://docs.ropensci.org/spocc/ (user manual)}, + url = {https://github.com/ropensci/spocc (devel)}, }diff --git a/docs/news/index.html b/docs/news/index.html index 0a068c2..9cd42b5 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -130,7 +130,7 @@
occ()
: total records found count was always 0 because ALA changed the records found field to totalRecords
occ()
: was using an old parameter query
passed to rvertnet::searchbyterm()
- changed to scientificname
insteadocc()
: was using an old parameter query
passed to rvertnet::searchbyterm()
- changed to scientificname
insteadis()
to inherits()
, and namespace all setNames()
calls
rgbif::occ_data()
instead of rgbif::occ_search()
rvertnet::searchbyterm()
instead of rgbif::vertsearch()
+rvertnet::searchbyterm()
instead of rgbif::vertsearch()
Internally, we use rvertnet::vert_id()
, whereas occ()
-uses rvertnet::vertsearch()
.
Internally, we use rvertnet::vert_id()
, whereas occ()
+uses rvertnet::vertsearch()
.
spocc: Interface to Species Occurrence Data Sources
Interface to many species occurrence data sources
(list) List of named options to pass on to
-rvertnet::searchbyterm()
. See also occ_options()
.
rvertnet::searchbyterm()
. See also occ_options()
.
rebird::ebirdgeo()
functions, depending on whether you set
method="ebirdregion"
or method="ebirdgeo"
- API parameters: sci
for both
rebird::ebirdregion()
and rebird::ebirdgeo()
-rvertnet - taxon
in the rvertnet::vertsearch()
function - API
+
rvertnet - taxon
in the rvertnet::vertsearch()
function - API
parameter: q
ridigbio - scientificname
in the ridigbio::idig_search_records()
function - API parameter: scientificname
Notes on some special cases
idigbio: We search on the datecollected
field. Other date fields can be
searched on, but we chose datecollected
as it seemed most appropriate.
vertnet: If you want more flexible date searches, you can pass various
-types of date searches to vertnetopts
. See rvertnet::searchbyterm()
+types of date searches to vertnetopts
. See rvertnet::searchbyterm()
for more information
ala: There's some issues with the dates returned from ALA. They are returned as time stamps, and some seem to be malformed. So do beware @@ -434,8 +434,8 @@
Other queries:
-occ_names_options()
,
occ_names()
,
+occ_names_options()
,
occ_options()
,
spocc_objects
Other queries:
+occ()
,
occ_names_options()
,
occ_options()
,
-occ()
,
spocc_objects
Other queries:
+occ()
,
occ_names()
,
occ_options()
,
-occ()
,
spocc_objects
Other queries:
-occ_names_options()
,
-occ_names()
,
occ()
,
+occ_names()
,
+occ_names_options()
,
spocc_objects
R/spocc-package.R
spocc-package.Rd
A programmatic interface to many species occurrence data sources, including Global Biodiversity Information Facility ('GBIF'), 'iNaturalist', 'eBird', Integrated Digitized 'Biocollections' ('iDigBio'), 'VertNet', Ocean 'Biogeographic' Information System ('OBIS'), and Atlas of Living Australia ('ALA'). Includes functionality for retrieving species occurrence data, and combining those data.
+A programmatic interface to many species occurrence data +sources, including GBIF, iNaturalist, Berkeley Ecoinformatics +Engine, eBird, iDigBio, VertNet, OBIS, and ALA. Includes +functionality for retrieving species occurrence data, and +combining that data.
Useful links:
Report bugs at https://github.com/ropensci/spocc/issues/
The main function to use is occ()
- a single interface to
+many species occurrence databases (see below for a list).
Other functions include:
Provider | Web |
GBIF | https://www.gbif.org/ |
eBird | http://ebird.org/content/ebird/ |
iNaturalist | https://www.inaturalist.org/ |
VertNet | http://vertnet.org/ |
iDigBio | https://www.idigbio.org/ |
OBIS | https://www.obis.org/ |
ALA | https://www.ala.org.au/ |
See spocc_duplicates()
for more.
All data cleaning functionality is in as archived package: scrubr
+(https://github.com/ropensci-archive/scrubr).
+On CRAN: https://cran.r-project.org/src/contrib/Archive/scrubr/.
+See also package
+https://cran.r-project.org/package=CoordinateCleaner
All mapping functionality is now in a separate package: mapr`` (<https://github.com/ropensci/mapr>) (formerly known as
spoccutils`).
+On CRAN: https://cran.r-project.org/package=mapr
Scott Chamberlain
+