get_record_table()
returns now 4 new columns:longitude
,latitude
(deployment coordinates),clock
(clock time of the observation in radians) andsolar
(sun time of the observation in radians) (#341).
get_custom_effort()
returns now the effort for each deployment separately (#333). The returned data frame has two new columns:deploymentID
andlocationName
.
read_camtrap_dp()
detects Camtrap DP version frompackage$profile
using regex (#295). This supports reading Camtrap DPs created by the GBIF IPT.
- Replicate old Camtrap DP 0.1.6 behaviour and populate
angle
andradius
for event-based observations. Values are taken from the first media-based observation (fieldsindividualPositionRadius
andindividualPositionAngle
) for eacheventID/individualID
combination (#291).
- Fix bug in
read_camtrap_dp()
when reading a Camtrap DP 1.0 (#292).
- Fix bug in
write_eml()
for Camtrap DP 1.0 datasets (#290). read_camtrap_dp()
will now always populatetaxonID
from thepackage.taxonomy
(#290).
read_camtrap_dp()
supports Camtrap DP 1.0 (upcoming Agouti export format) in favour of Camtrap DP 1.0-rc.1 (#284). To avoid breaking changes to users, it will down-convert Camtrap DP 1.0 to 0.1.6 which is currently used as internal data model for camtraptor.get_custom_effort()
now calculates per calendar month/week (#219).write_dwc()
has an updated mapping for dwc_audubon.csv (#274).get_record_table()
returns the number of observed individuals (#279).get_cam_op()
allows to add session and camera IDs to the station names output (#288).