fmendezlopez
fmendezlopez
Hello, We have tried the following code: ` df_floods_tile = sedona.sql(f"SELECT RS_TileExplode(content, 2, 2) FROM floods_tif") df_floods_tile = sedona.sql(f"SELECT RS_TileExplode(content, 100, 100) FROM floods_tif") df_floods_tile = sedona.sql(f"SELECT RS_TileExplode(content, 10, 10)...
How am I supposed to call `RS_FromGeoTiff ` first if that call throws the error I reported at the beginning?
With exactly that code I am still getting the following error (which is slightly different from the other): `org.apache.spark.sql.sedona_sql.expressions.InferredExpressionException: Exception occurred while evaluating expression RS_FromGeoTiff - inputs: [[B@1d45d5d0], cause: I/O...