On Wednesday, 29 September 2021 9:37:57 AM AEST Chastain, Raymond Lee (MU- Student) wrote: > Process is very simple > > 1. Take our tiles and build a virtual raster: > gdalbuildvrt -r lanczos -resolution HIGHEST output.vrt -input_file_list > input_file_list.txt 2. Convert our virtual raster to a GeoTIFF: > 3. gdal_translate -of GTIFF ./output.vrt ./output.tif I manually removed the NODATA part from the vrt, and it looks better. Possibly the nodata value in the source is bad? Or you need to put something more meaningful behind the images...
Brad _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
