From 712026d9ae5c0e06d175c1c61484f64cc439e481 Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Mon, 11 May 2020 12:42:31 +0200 Subject: [PATCH] Added example for extra attribute parameters. --- VRAHaulmkilling-API.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/VRAHaulmkilling-API.md b/VRAHaulmkilling-API.md index 9b6a492..6b3c823 100644 --- a/VRAHaulmkilling-API.md +++ b/VRAHaulmkilling-API.md @@ -258,7 +258,17 @@ allows you to specify the date when the measurements were taken. Default input layer name for Haulmkilling is the agent inputType used (wdvi, ndvi). Default percentile values for Haulmkilling are 0.05 and 0.90. -Default dates are 'inherited' from the cropfield item passed to the task. +Default dates are 'inherited' from the cropfield item passed to the task. + +```javascript +{ + "inputLayerName": "customLayerName", + "plantingDate": "2020-02-01T00:00:00.000Z", + "measurementDate": "2020-06-01T00:00:00.000Z", + "minPercentile": "0.1", + "maxPercentile": "0.95" +} +``` ##### Create taskmap [Create Taskmap](Create-Taskmap.md)