Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns Mean value for a spectral band in a Geotiff image

Signatures

RS_Mean (Band: ARRAY[Double])

Parameters

Band
ARRAY[Double]
required
The band index.

Return type

A numeric value.

Example

val meanDF = spark.sql("select RS_Mean(band) as mean from dataframe")