Skip to content

Commit

Permalink
Link cameraHeight to dwc:min/maxDistanceAboveSurfaceInMeters
Browse files Browse the repository at this point in the history
DwC terms are narrower than Camtrap DP terms, see #359
  • Loading branch information
peterdesmet committed Oct 31, 2023
1 parent bbc012d commit 11e8f98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployments-table-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@
{
"name": "cameraHeight",
"description": "Height at which the camera was deployed. Expressed in meters. Not to be combined with `cameraDepth`.",
"skos:narrowMatch": [
"http://rs.tdwg.org/dwc/terms/minimumDistanceAboveSurfaceInMeters",
"http://rs.tdwg.org/dwc/terms/maximumDistanceAboveSurfaceInMeters"
],
"type": "number",
"constraints": {
"required": false,
Expand Down

0 comments on commit 11e8f98

Please sign in to comment.