Added example for extra attribute parameters.

This commit is contained in:
Mark [extern] 2020-05-11 12:42:31 +02:00
parent 8392b30e40
commit 712026d9ae

View File

@ -260,6 +260,16 @@ Default input layer name for Haulmkilling is the agent inputType used (wdvi, ndv
Default percentile values for Haulmkilling are 0.05 and 0.90.
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)