Skip to content

Releases: inbo/camtraptor

camtraptor 0.27.0

10 Apr 12:45
0559ca0

Choose a tag to compare

This release modifies the output of the function get_record_table(). Four new columns are returned:

  • longitude (of deployment)
  • latitude (of deployment)
  • clock (clock time of the observation in radians)
  • solar (sun time of the observation in radians)
    See details of the feature request in #341.

camtraptor 0.26.0

10 Apr 12:38
079713f

Choose a tag to compare

This release adapts the function get_custom_effort() to return the effort of each deployment separately (see feature request: #333). The returned data frame has two new columns: deploymentID and locationName.

camtraptor 0.25.0

16 Jan 22:14
45b72a2

Choose a tag to compare

This version of camtraptor detects the Camtrap DP version from package$profile using regex (see related issue #295).
This supports reading Camtrap DPs created by the GBIF IPT.

camtraptor 0.24.0

22 Dec 12:27
4b2f513

Choose a tag to compare

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

22 Dec 12:40
19d7eac

Choose a tag to compare

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

04 Dec 08:36
136c02c

Choose a tag to compare

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 populate taxonID from the package.taxonomy (see #290 (comment)).

camtraptor 0.21.0

28 Nov 13:12
545f72f

Choose a tag to compare

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:

  • 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).

camtraptor 0.20.0

25 Jul 19:33
bb28311

Choose a tag to compare

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

22 Oct 14:25
d06873f

Choose a tag to compare

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).