From 93df4fa2124f98f549db08aa39b87a4e75ab1278 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Fri, 3 Nov 2023 12:27:29 +0100 Subject: [PATCH] Update motionDetection in metadata --- camtrap-dp-profile.json | 2 +- example/datapackage.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camtrap-dp-profile.json b/camtrap-dp-profile.json index 115a891..8421923 100644 --- a/camtrap-dp-profile.json +++ b/camtrap-dp-profile.json @@ -220,7 +220,7 @@ "items": { "type": "string", "enum": [ - "motionDetection", + "activityDetection", "timeLapse" ] }, diff --git a/example/datapackage.json b/example/datapackage.json index 387acf8..a9fa1de 100644 --- a/example/datapackage.json +++ b/example/datapackage.json @@ -123,7 +123,7 @@ "samplingDesign": "targeted", "path": "https://lifemica.eu", "captureMethod": [ - "motionDetection", + "activityDetection", "timeLapse" ], "individualAnimals": false,