Patrick Leite
Patrick Leite
Clearly, my current approach results in the loss of all file Metadata. Additionally, handling a large number of rasters is causing kernel issues due to memory constraints. I've attempted to...
### Using rasterio udf ``` df = spark.read.format("gdal").option("extensions", "tif")\ .load('/FileStore/temp/esri')\ .groupBy().agg(collect_list("tile").alias("tile")) merged_tile = df.select(mos.rst_merge("tile").alias('merged')) ``` ``` import numpy as np import rasterio from rasterio.io import MemoryFile from io import BytesIO...
Hi @milos-colic, Appreciate your response! Excited for what's ahead!
> Thanks for pointing that out, @JimShady. It is good that UbuntuGIS udated to 3.6.4 but Mosaic is standardized to the GDAL 3.4 JNI shared objects and JAR to reflect...
Same bug here using OpenMetadata in production environment. Version: 1.4.8