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