jiayuasu commented on issue #911: URL: https://github.com/apache/sedona/issues/911#issuecomment-1642621806
@kanchanchy You forgot to use RS_FromGeoTiff to process the binary format. See here: https://sedona.apache.org/1.4.1/api/sql/Raster-loader/ ``` var df = spark.read.format("binaryFile").load("/some/path/*.tiff") df = df.withColumn("raster", f.expr("RS_FromGeoTiff(content)")) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org