A list with 3 elements with matching ordering:
xtab
is a sample x species matrix with number of detections,
samp
is a data frame with sample level attributes.
taxa
is a data frame with species level attributes.
Multiple random recordings at each location were selected
according to a stratified random design
(based on combination of TOY
and TOD
).
These recordings were listened to by trained analysts
and species were identified based on auditory cues.
This data set lists detections from the first 1-minute segment of each
recording. Dates for the 3967 1-minute segments
range between 2015-03-31 and 2015-07-29.
Variables in birdrec$samp
are the following:
PKEY
: primary key for location/time combinations.
POINT
: unique spatial location IDs, each point had
its own ARU unit.
SITE
: site ID (1-4 ARU units deployed per site).
YEAR
: year, 2015.
MONTH
: month from 3 (March) to 7 (July).
MDAY
: day of month, 1-31.
HOUR
: 24-hour of day, values between 0-12.
MINUTE
: minute, 0-59.
YDAY
: ordinal day of the year, 89-209.
RAIN
, WIND
, INDUSTRY
, NOISE
:
level of rain, wind, industrial noise, and background noise.
0 = no; 1 = light; 2 = moderate; 3 = heavy.
MICROPHONE
:
Every recording contains a certain level of background static due to the
pre-amplifiers; however, problems, such as, electrostatic discharge on the
microphones, faulty wiring, poorly installed microphones and/or
missing microphones can occur causing excess static or dead channels.
0 = no microphone related issues;
1 = left microphone cuts out intermittently;
2 = right microphone cuts out intermittently;
3 = both microphones cut out intermittently;
4 = left channel failed;
5 = right channel failed;
6 = both channels failed (no cases in the data set);
7 = left side extra static;
8 = right side extra static;
9 = both sides extra static;
10 = other issues;
11 = unbalanced channels.
TOY
: time of year intervals used for stratified random
selection of dates. 8 intervals divided into 3 major units
(early, mid, and late breeding season; YDAY
140 and 180 were used
as threshold between the major units).
TOD
: time of day, midnight (HOUR
= 0) or
morning (HOUR
> 0).
Variables in birdrec$taxa
are the following:
Species
, CommonName
, ScientificName
,
Family
, Order
, Class
,
and MigratoryBehaviour
.
Methodology and metadata is described in ABMI (2016), and Lankau et al. (2015).