Re: [gdal-dev] GeoTIFF: "SetDataAxisToSRSAxisMapping" effect on (consistency between) "GDALGetGeoTransform"

2025-03-14 Thread Ramon Antonio via gdal-dev
ocationToPixelLine() > function, and not by the warp logic for example. > > Even > > Le 14/03/2025 à 16:48, Ramon Antonio via gdal-dev a écrit : > > Dear Community, > > > > Does SetDataAxisToSRSAxisMapping have any effect on GDALGetGeoTransform? > > In oth

Re: [gdal-dev] GeoTIFF: "SetDataAxisToSRSAxisMapping" effect on (consistency between) "GDALGetGeoTransform"

2025-03-14 Thread Ramon Antonio via gdal-dev
gt; there was some work to make the GDALTransformer logic aware of > >> DataAxisToSRSAxisMapping through a new transformer option, but it is > >> only set by the new method GDALDataset::GeolocationToPixelLine() > >> function, and not by the warp logic for example. > >> > &

[gdal-dev] GeoTIFF: "SetDataAxisToSRSAxisMapping" effect on (consistency between) "GDALGetGeoTransform"

2025-03-14 Thread Ramon Antonio via gdal-dev
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/

[gdal-dev] Java GDAL: how to call GetDataAxisToSRSAxisMapping

2025-03-09 Thread Ramon Antonio via gdal-dev
Dear Community, The Java GDAL bindings provide the method public int[] GetDataAxisToSRSAxisMapping(SWIGTYPE_p_int nLen, SWIGTYPE_p_p_int pList) The corresponding [C++ function][1] is const std::vector< int > & OGRSpatialReference::GetDataAxisToSRSAxisMapping ()const The Java method