A dataset containing ARGOS locations for an individual male Long-billed dowitcher.
Format
A data.table with 2501 rows and 4 columns:
- latitude
Numeric. Latitude in decimal degrees (WGS84).
- longitude
Numeric. Longitude in decimal degrees (WGS84).
- locationDate
POSIXct. Timestamp of location fix (UTC).
- locationClass
Character. ARGOS location quality class (e.g., B, 0, A).
Source
Kwon, Eunbi, Mihai Valcu, and Bart Kempenaers. “Strong Wintering Site Fidelity Contrasts with Exploratory Breeding Site Sampling in a Socially Monogamous Shorebird.” Movement Ecology, vol. 13, no. 1, 2025, p. 49, https://doi.org/10.1186/s40462-025-00580-3.
Examples
data(lbdo66862)
head(lbdo66862)
#> latitude longitude locationDate locationClass
#> <num> <num> <POSc> <ord>
#> 1: 71.260 -156.799 2019-07-13 23:44:26 0
#> 2: 71.257 -156.743 2019-07-13 23:51:14 1
#> 3: 71.254 -156.749 2019-07-14 00:40:02 A
#> 4: 71.251 -156.768 2019-07-14 01:21:31 B
#> 5: 71.246 -156.828 2019-07-14 01:33:34 0
#> 6: 71.243 -156.748 2019-07-14 02:18:26 B
