Hallo,
I have builded GDAL 3.10.2 version. I downloaded source code, extracted, and
then using CMake I created a project file for VS2019.
I also downloaded some additional drivers, and with one I have a problem ...
ECW. I downloaded latest version from
"www.hexagongeospatial.com" and in CMake I
Ramon,
Tricky subject,
in theory the geotransform should be interpreted by taking into account
the DataAxisToSRSAxisMapping value (GDAL will never change the order of
coefficients within the geotransform), but I'm afraid there's quite
substantial code in GDAL that neglects to do it properly,
Dear Community,
Does SetDataAxisToSRSAxisMapping have any effect on GDALGetGeoTransform?
In other words, if the axis order is changed, should the order of
geotransform coefficients also change, automatically or manually?
More details on the question are posted here:
https://gis.stackexchange.com/
I ran into sort of an odd problem with some rasterization code that changed
between 3.10.0 and 3.10.1. The problem also exists with 3.10.2. The core of
the problem is flushing data to disk but it seems that threading and
compression also have something to do with it.
Here's a way to reproduce it..
Tim,
good catch. Fix queued in https://github.com/OSGeo/gdal/pull/11966. The
FlushCache() workaround is a safe one.
Even
Le 14/03/2025 à 19:37, Tim Harris via gdal-dev a écrit :
I ran into sort of an odd problem with some rasterization code that
changed between 3.10.0 and 3.10.1. The problem
Even,
Thanks for the prompt response!
You don't mind if you or I post your answer on gis.stackexchange with
credit to you?
On Fri, Mar 14, 2025 at 6:59 PM Even Rouault wrote:
>
> Ramon,
>
> Tricky subject,
>
> in theory the geotransform should be interpreted by taking into account
> the DataAxis
The original question and the answer are here:
https://gis.stackexchange.com/questions/491133/gdal-geotiff-consistency-between-gdalgetgeotransform-and-setdataaxistosrsaxi
On Fri, Mar 14, 2025 at 7:39 PM Even Rouault wrote:
>
>
> Le 14/03/2025 à 17:37, Ramon Antonio a écrit :
> > Even,
> >
> > Tha
Motion approved with +1 from PSC members JavierJS, MichaelS, HowardB,
JukkaR, DanB, DanielM, KurtS and me.
Le 12/03/2025 à 14:15, Even Rouault via gdal-dev a écrit :
Hi,
Seth Girvin (https://github.com/geographika) and Harrissou Sant-anna
(DelazJ) are interested in contributing improvements t