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
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
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
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
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
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,
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