Re: [gdal-dev] Help with overlapping images in tiles generated by gdal2tiles.py

2024-12-04 Thread Rodriguez, Jose M CTR (USA) via gdal-dev
Hello, Yes my images (single band greyscale) come from the Clementine mission and are processed first with a) four corner points as gcps are inserted in the TIF file and b) warped so that the image's upper raster is aligned west to east: gdal_translate -q -of GTiff -gcp 1 1 $UL_LON $UL_LAT

Re: [gdal-dev] Help with overlapping images in tiles generated by gdal2tiles.py

2024-12-04 Thread Laurențiu Nicola via gdal-dev
Hi Jose, I'm not sure if this is happening in your case, but I've seen something similar with rotated rasters that used 0 or a negative value for the outside pixels. If you're doing interpolation or reprojection, those values will be used in the computation and affect neighboring pixels. But if