Re: [gdal-dev] BufferEx and GDAL 3.10

2024-08-21 Thread Even Rouault via gdal-dev
Hi, First message here - lots of respect to all of you involved in this project. I was looking through the code and documentation on vector operations and wanted to use the BufferEx operation on OGRGeometry. But it is marked as being for 3.10 !? some clarifying questions follow : The onli

[gdal-dev] BufferEx and GDAL 3.10

2024-08-21 Thread Varun Sharma via gdal-dev
Hi Team GDAL, First message here - lots of respect to all of you involved in this project. I was looking through the code and documentation on vector operations and wanted to use the BufferEx operation on OGRGeometry. But it is marked as being for 3.10 !? some clarifying questions follow : 1. I

Re: [gdal-dev] Noise at the top of NOAA19 (L1B) image

2024-08-21 Thread Francisco Vicent via gdal-dev
Do you suggest the image itself might be corrupt? I can see the top of the image without noise if I extract the individual bands using pygac and then I create a TCI with GDAL: https://i.imgur.com/OspvQi7.png El 21/8/2024 a las 10:49, Andrew Brooks escribió: That's completely normal for data w

Re: [gdal-dev] Overview resampling generating non-existant values

2024-08-21 Thread Justin Terry via gdal-dev
Aha, that resolved the issue, thanks! From: thomas bonfort Date: Wednesday, August 21, 2024 at 9:32 AM To: Justin Terry Cc: Gdal Dev Subject: Re: [gdal-dev] Overview resampling generating non-existant values You don't often get email from thomas.bonf...@gmail.com. Learn why this is important

Re: [gdal-dev] Overview resampling generating non-existant values

2024-08-21 Thread thomas bonfort via gdal-dev
For COG format, you should use -co RESAMPLING=mode. gdalwarp's -r switch only applies to the full resolution warper resampling, not the overviews. TB Le mer. 21 août 2024, 18:09, Justin Terry via gdal-dev < gdal-dev@lists.osgeo.org> a écrit : > Hi, > > > > I'm experiencing a strange issue I've ne

[gdal-dev] Overview resampling generating non-existant values

2024-08-21 Thread Justin Terry via gdal-dev
Hi, I'm experiencing a strange issue I've never seen before where certain resampling methods that should only include values in the original dataset, like mode and nearest, are adding new values in the overviews. For example, the original raster contains the following values: [0, 1, 2, 4,

Re: [gdal-dev] Noise at the top of NOAA19 (L1B) image

2024-08-21 Thread Andrew Brooks via gdal-dev
That's completely normal for data which has been received from satellites that do not have on-board error detection/correction such as NOAA-n (n<20) On Tue, 20 Aug 2024 at 22:05, Francisco Vicent via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Hello there, GDAL community! > > I'm experiencing s