Summary
- What does this package do? (explain in 50 words or less):
Access to the eBird database, consisting of over 400 million observations, is provided via a huge (>150 GB) text file. The auk package extracts records from this file and imports them into R for analysis. Both presence only and presence/absence data can be generated.
- Paste the full DESCRIPTION file inside a code block below:
Package: auk
Title: eBird Data Extraction with AWK
Version: 0.0.2.900
Date: 2017-07-05
Authors@R: c(
person("Matthew", "Strimas-Mackey", email = "mes335@cornell.edu", role = c("aut", "cre")),
person("Eliot", "Miller", role = "aut"),
person("Wesley", "Hochachka", role = "aut"),
person("Cornell Lab of Ornithology", role = "cph")
)
URL: https://github.com/CornellLabofOrnithology/auk, http://CornellLabofOrnithology.github.io/auk/
BugReports: https://github.com/CornellLabofOrnithology/auk/issues
Description: Extract and process bird sightings records from eBird
(<http://ebird.org>), an online tool for recording bird observations.
Public access to the full eBird database is via the eBird Basic Dataset
(EBD; see <http://ebird.org/ebird/data/download> for access), a downloadable
text file. This package is an interface to AWK for extracting data from the
EBD based on taxonomic, spatial, or temporal filters, to produce a
manageable file size that can be imported into R.
Depends: R (>= 3.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
assertthat,
stringr,
stringi,
magrittr,
countrycode,
tidyr
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
Suggests:
readr,
data.table,
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr
-
URL for the package (the development repository, not a stylized html page): https://github.com/CornellLabofOrnithology/auk
-
Please indicate which category or categories from our package fit policies this package falls under and why(? (e.g., data retrieval, reproducibility. If you are unsure, we suggest you make a pre-submission inquiry.):
This package falls somewhere at the intersection of data retrieval and extraction. It provides access to the eBird database; however, it does so by processing a text file downloaded from eBird that contains the full database.
- Who is the target audience?
Anyone looking to work with eBird data for science or conservation.
rebird provides access to eBird data via the eBird API; however, this only gives access to last 30 days of data. This package is the only one giving access to full eBird database.
Requirements
Confirm each of the following by checking the box. This package:
Publication options
Detail
Summary
Access to the eBird database, consisting of over 400 million observations, is provided via a huge (>150 GB) text file. The
aukpackage extracts records from this file and imports them into R for analysis. Both presence only and presence/absence data can be generated.URL for the package (the development repository, not a stylized html page): https://github.com/CornellLabofOrnithology/auk
Please indicate which category or categories from our package fit policies this package falls under and why(? (e.g., data retrieval, reproducibility. If you are unsure, we suggest you make a pre-submission inquiry.):
This package falls somewhere at the intersection of data retrieval and extraction. It provides access to the eBird database; however, it does so by processing a text file downloaded from eBird that contains the full database.
Anyone looking to work with eBird data for science or conservation.
yours differ or meet our criteria for best-in-category?
rebirdprovides access to eBird data via the eBird API; however, this only gives access to last 30 days of data. This package is the only one giving access to full eBird database.Requirements
Confirm each of the following by checking the box. This package:
Publication options
paper.mdwith a high-level description in the package root or ininst/.Detail
Does
R CMD check(ordevtools::check()) succeed? Paste and describe any errors or warnings:Does the package conform to rOpenSci packaging guidelines? Please describe any exceptions:
If this is a resubmission following rejection, please explain the change in circumstances:
If possible, please provide recommendations of reviewers - those with experience with similar packages and/or likely users of your package - and their GitHub user names: