Skip to content

Releases: tdwg/camtrap-dp

Camtrap DP 1.0.1

21 Aug 12:43
6a903e9
Compare
Choose a tag to compare

Patch release to support validation with frictionless-py 5.17 and up. No changes are made the standard (meta)data terms. There is no need to update your implementations or datasets, unless you want to validate Camtrap DPs with the latest version of frictionless-py.

Changelog

The main changes are listed below (full diff here).

Package

  • Fix issue (missing first slash in "$ref": "#/$defs/version") preventing validation with frictionless-py 5.17 and up (#383).
  • Link to canonical https://specs.frictionlessdata.io/schemas/data-package.json (#384).
  • Use full URL (https://camtrap-dp.tdwg.org/data) to point to data page (#368).

Documentation

  • Example dataset's observations.csv no longer starts with BOM character and datapackage.json no longer contains superfluous spatial.bbox(#370).
  • Update README, homepage and add CITATION.cff (#382).
  • Fix typos in test documentation (#372).

Camtrap DP 1.0

03 Nov 11:32
02ce572
Compare
Choose a tag to compare

First major release of Camtrap DP.

Changelog

Closes all remaining issues in milestone 1.0. The main changes compared to Camtrap DP 1.0-rc.1 are listed below (full diff here). Changes in bold have implications for software developers. Thanks to all contributors for getting us to this milestone!

Package

  • Updated term:project.samplingDesign refers to http://rs.tdwg.org/eco/terms/inventoryTypes (#351)
  • Updated term: project.captureMethod has a renamed enum value activityDetection (from motionDetection) (#361)
  • Deleted term: taxonomic.taxonIDReference (#363)
  • Updated term: taxonomic.taxonID is no longer required and appears after scientificName (#363)

Deployments

Media

Observations

  • Table description updated to fix typo
  • Updated term: observationType mentions the term classificationProbability for unknown values.
  • Deleted term: taxonID (#363)

Documentation

Camtrap DP 1.0 - Release candidate 1

31 May 09:52
Compare
Choose a tag to compare
Pre-release

This release is the first release candidate for Camtrap DP 1.0. It closes all current issues associated with milestone 1.0. Main changes since previous release (0.6):

  • Observations are a single table again with effects on deployments, media and package (#314 (comment))
  • Add bounding box terms (#219)
  • Language codes are 3 letters (#318)
  • Null values must be empty strings (#316)
  • Update tests to Frictionless Framework 5 (#320)
  • Build website with GitHub Actions (#315)

Camtrap DP 0.6

23 Feb 13:38
4e5fb0b
Compare
Choose a tag to compare
Camtrap DP 0.6 Pre-release
Pre-release

This release implements most of the changes for Camtrap DP 1.0, including:

  • Split observations into media-observations and event-observations (#289)
  • Use a deployments > media > media/event-observations hierarchy (#279)
  • Update terms (#286)
  • Include speed, angle and radius (#292)
  • Allow custom resources/tables (#283)
  • Include visualization of the example dataset (#285)

Camtrap DP 0.1.6

10 Feb 11:49
ef26157
Compare
Choose a tag to compare
Camtrap DP 0.1.6 Pre-release
Pre-release

First stable release, with a model where observations are linked to sequenceID and optionally mediaID. The observations table also includes deploymentID and timestamp.

This release was implemented in:

  • Agouti.eu as export format (used by researchers)
  • TRAPPER as import/export format (for testing purposes)
  • camtraptor as import format and for conversion to Darwin Core (used by researchers)
  • GBIF IPT (for testing purposes)

This version was presented at TDWG 2021.

Camtrap DP 0.1.3

21 May 15:11
Compare
Choose a tag to compare
Camtrap DP 0.1.3 Pre-release
Pre-release

Release before the GitLab → GitHub migration.