Label | Explanation | Data Type |
Input Multidimensional Raster | The input raster can only be a multidimensional raster in Cloud Raster Format (.crf file). | Raster Layer |
Dimension (Optional) | The name of the dimension along which the window will move. The default value is the first dimension other than x,y found in the input multidimensional raster. | String |
Backward Window (Optional) | The value of how many slices before or above to be included in the defined window. The value must be a positive integer from 1 to 100. The default value is 1. The unit of this parameter is slice. | Long |
Forward Window (Optional) | The value of how many slices after or below to be included in the defined window. The value must be a positive integer from 1 to 100. The default value is 1. The unit of this parameter is slice. | Long |
NoData Handling (Optional) | Specifies how NoData values will be handled by the statistic calculation.
| String |
Statistics Type (Optional) | Specifies the statistic type to be calculated.
| String |
Percentile Value (Optional) | The percentile value that will be calculated. The default is 90, for the 90th percentile. The value can range from 0 to 100. The 0th percentile is essentially equivalent to the minimum statistic, and the 100th percentile is equivalent to the maximum statistic. A value of 50 will produce essentially the same result as the median statistic. This parameter is only supported if the Statistics Type parameter is set to Percentile. | Double |
Percentile Interpolation Type (Optional) | Specifies the method of interpolation that will be used when the percentile value falls between two cell values. This parameter is only supported if the Statistics Type parameter is set to Median or Percentile.
| String |
Circular Wrap Value (Optional) | The value that will be used to convert a linear value to the range of a given circular mean. Its value must be positive. The default value is 360 degrees. This parameter is only supported if the Statistics Type parameter is set to Circular Mean. | Double |
Derived Output
Label | Explanation | Data Type |
Raster Function Arguments JSON | The arguments of the function. This output is for internal use only. | String |
Return Value
Label | Explanation | Data Type | Output Multidimensional Raster | The output raster can only be a multidimensional raster in Cloud Raster Format (.crf file). | Raster |