Added description for extra optional attribute parameters.
This commit is contained in:
parent
6aa98c3d02
commit
8392b30e40
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user