fmendezlopez
fmendezlopez
Hello, I am having an error when reading a GeoTiff file and invoking "RS_FromGeoTiff" function. The code: ` val sedona = SedonaContext.create(datioSparkSession.getSparkSession) SedonaVizRegistrator.registerAll(sedona) val filePath = DatioFileSystem.get().qualify("/in/staging/kris/custom/Aqueduct_FL100_2030_RCP45.tif").string() sedona.read .format("binaryFile") .load(filePath)...
Hello all, First of all I'm going to introduce the necessity. I'm working with NetCDF files whose latitude and longitude dimensions are rotated instead of, say, "normal". These files contain...