Releases: inbo/camtraptor
camtraptor 0.25.0
camtraptor 0.24.0
This version of camtraptor solves an issue (#291) in read_camtrap_dp()
. The fields angle
and radius
for event-based observations (the only ones returned by read_camtrap_dp()
while down-converting) are now populated by taking the values in individualPositionRadius
/individualPositionAngle
from first media-based observation for each eventID
-individualID
.
camtraptor 0.23.0
This version of camtraptor solves a bug (#292) in read_camtrap_dp()
while reading a Camera Trap Data Package v1.0.
camtraptor 0.22.0
This version of camtraptor:
- Solves two issues encountered when running
write_eml()
on a Camtrap DP 1.0 version of the entire MICA dataset (see #290 (comment)). read_camtrap_dp()
will now always populatetaxonID
from thepackage.taxonomy
(see #290 (comment)).
camtraptor 0.21.0
This version of camtraptor supports Camtrap DP 1.0 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.
Other changes:
camtraptor 0.20.0
This version of camtraptor supports the legacy Camtrap DP 0.1.6 for its internal data model. Function read_camtrap_dp()
will automatically down-convert Camtrap DP 1.0-rc.1 datasets to that legacy model to avoid introducing breaking changes. The downside is that some newer properties are ignored when reading data.
camtrapdp 0.2.0
This version of camtrapdp supports data packages formatted using camtrap-dp <= v0.1.5 (which have a multimedia.csv
resource and snake_case field names).