Added description for extra optional attribute parameters.

master
Mark van der Wal 2020-05-11 12:40:00 +02:00
parent 6aa98c3d02
commit 8392b30e40
1 changed files with 16 additions and 1 deletions

View File

@ -243,7 +243,22 @@ Response 403 No WRITE permissions in item
Response 404 Item not found
##### Optional input parameters #####
There are some optional input parameters for greater flexibility.
There are some optional task attribute input parameters for greater flexibility.
* **inputLayerName**
Allows you to specify which layer to use for an input item.
* **minPercentile** value between 0.0 - 1.0
Allows you to specify the minimum percentile value to 'filter' lower bound input data
* **maxPercentile** value between 0.0 - 1.0
Allows you to specify the maximum percentile value to 'filter' upperbound bound input data
* **plantingDate** if relevant
Allows you to specify the date the crop is planted.
* **measurementDate** if relevant
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.
##### Create taskmap
[Create Taskmap](Create-Taskmap.md)