Skip to main content
Find Square root of band values in a geotiff image

Signatures

RS_SquareRoot (Band: ARRAY[Double])

Parameters

Band
ARRAY[Double]
required
The band index.

Return type

An array of double values.

Example

val rootDF = spark.sql("select RS_SquareRoot(band) as squareroot from dataframe")