Re: [gdal-dev] GDAL python API - Data axis to CRS axis mapping

2022-12-10 Thread Even Rouault
Hi Chris, ==> https://gdal.org/api/python/osgeo.osr.html#osgeo.osr.SpatialReference.GetDataAxisToSRSAxisMapping Doc: https://gdal.org/api/ogrspatialref.html#_CPPv4NK19OGRSpatialReference27GetDataAxisToSRSAxisMappingEv Example at

[gdal-dev] GDAL python API - Data axis to CRS axis mapping

2022-12-10 Thread Chris Crook
Hi I am using the GDAL python API and trying to determine the data axis to CRS axis mapping. This is displayed by gdalinfo, eg looking at test.tif file I have: Data axis to CRS axis mapping: 2,1 However I can't see how to access this in the API. I have looked at the tolatlong.py sample,

Re: [gdal-dev] libtiff v4.5.0 release candidate available

2022-12-10 Thread Even Rouault
Hi, annoying that FindTIFF.cmake is so formatting sensitive, but I've reverted the reformatting of that file in https://gitlab.com/libtiff/libtiff/-/merge_requests/434 I've also added long overdue TIFFLIB_MAJOR_VERSION, TIFFLIB_MINOR_VERSION, TIFFLIB_MICRO_VERSION defines Even Le

Re: [gdal-dev] Odd error

2022-12-10 Thread Clive Swan
I have been using the security details for weeks, now getting an odd error. Getting an odd error?? I have been using the same: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY ERROR 4: Attempt to create new tiff file `/vsis3/summer-outputs/1/coastal- -2020.tif' failed: Permission denied Input

Re: [gdal-dev] libtiff v4.5.0 release candidate available

2022-12-10 Thread Kai Pastor, DG0YT
Thanks for your work! There is an issue with tiff_vers.h: The new linebreak style of the TIFF_VERSION_STR definition breaks version detection in CMake's FindTIFF.cmake, leaving TIFF_VERSION unset (in CMake). Some packages rely on this variable. E.g. openimageio in vcpkg: -- Found TIFF CMake