Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
RS_FromGeoTiff(content: ARRAY[Byte])
RS_FromGeoTiff(content: ARRAY[Byte], autoRescale: Boolean)
true
var df = sedona.read.format("binaryFile").load("/some/path/*.tiff") df = df.withColumn("raster", f.expr("RS_FromGeoTiff(content)"))
Was this page helpful?