Re: [gdal-dev] Blue artifact dots in shadows when using GDAL to create mosaics

2021-10-05 Thread Chastain, Raymond Lee (MU-Student)
n, Raymond. From: gdal-dev on behalf of Chastain, Raymond Lee (MU-Student) Sent: Tuesday, October 5, 2021 3:13 PM To: gdal-dev@lists.osgeo.org ; br...@frogmouth.net Subject: Re: [gdal-dev] Blue artifact dots in shadows when using GDAL to create mosaics Thank

Re: [gdal-dev] Blue artifact dots in shadows when using GDAL to create mosaics

2021-10-05 Thread Chastain, Raymond Lee (MU-Student)
: gdal-dev@lists.osgeo.org Cc: Chastain, Raymond Lee (MU-Student) Subject: Re: [gdal-dev] Blue artifact dots in shadows when using GDAL to create mosaics WARNING: This message has originated from an External Source. This may be a phishing expedition that can result in unauthorized access to our IT System.

[gdal-dev] Blue artifact dots in shadows when using GDAL to create mosaics

2021-09-28 Thread Chastain, Raymond Lee (MU-Student)
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 The artifacts occur with all

[gdal-dev] Lossless JPEG2000 compression with NITF Format and OpenJPEG

2021-08-30 Thread Chastain, Raymond Lee (MU-Student)
We're trying to create NITFs with lossless compression using the OpenJPEG driver for JPEG2000 compression. We've set the "QUALITY=100" creation option but are still noticing that repeated conversions generate different perceptual image hashes. The OpenJPEG driver mentions "REVERSIBLE=YES" but t

[gdal-dev] GDAL NITF COMRAT issue when combining SDE_TRE=YES with compressio

2021-08-14 Thread Chastain, Raymond Lee (MU-Student)
When we enable JPEG-2000 compression (or any IC=* creation option) alongside "SDE_TRE=YES" we get: "Warning 1: Unable to locate COMRAT to update in NITF header." We require the precision increase provided by "SDE_TRE=YES" and dropping the IC creation option explodes the size of our final mosaics