Re: [gdal-dev] CMake Error at ....../GDAL/cmake/helpers/generate_gdal_version_h.cmake:27 (string): string sub-command SUBSTRING requires four arguments.

2022-05-11 Thread Even Rouault
This is the 3rd time in a few days you post the same message, with factually incorrect elements (GDAL 3.4.3 doesn't have CMake support) as I already pointed out. Please don't do it a 4th time. Try with the 3.5.0 rc4 sources: https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc4.tar.gz Even Le

Re: [gdal-dev] CMake Error at ....../GDAL/cmake/helpers/generate_gdal_version_h.cmake:27 (string): string sub-command SUBSTRING requires four arguments.

2022-05-11 Thread Pei JIA
Hi, all: I successfully configured and built gdal-3.4.3, but failed to install it on Ubuntu 22.04, with gcc-11.2, *➜ ~ uname -r 5.15.0-27-generic➜ ~ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 22.04 LTSRelease: 22.04Codename: jammy➜ ~ gcc --

[gdal-dev] CMake Error at ....../GDAL/cmake/helpers/generate_gdal_version_h.cmake:27 (string): string sub-command SUBSTRING requires four arguments.

2022-05-11 Thread Pei JIA
Hi, all: I successfully configured and built gdal-3.4.3, but failed to install it on Ubuntu 22.04, with gcc-11.2, *➜ ~ uname -r 5.15.0-27-generic➜ ~ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 22.04 LTSRelease: 22.04Codename: jammy➜ ~ gcc -

Re: [gdal-dev] Reading NetCDF files from EPA RSIG

2022-05-11 Thread Kodi Arfer
On 2022-05-11 2:07 PM -0400, Even Rouault wrote: Le 11/05/2022 à 19:55, Kodi Arfer a écrit : Looking at some NetCDF files produced by EPA RSIG, which is described at https://www.epa.gov/hesc/web-access-rsig-data I've found that GDAL 3.4.3 doesn't recognize them as readable at all ("ERROR 4: `

Re: [gdal-dev] Reading NetCDF files from EPA RSIG

2022-05-11 Thread Even Rouault
Kodi, this is indeed a netCDF file, but not a gridded one. It is recgonized by the vector side of GDAL (ogrinfo) as a layer of points. You could use it as the input of the gdal_grid utility to create a gridded raster file Even Le 11/05/2022 à 19:55, Kodi Arfer a écrit : Looking at some NetC

[gdal-dev] Reading NetCDF files from EPA RSIG

2022-05-11 Thread Kodi Arfer
Looking at some NetCDF files produced by EPA RSIG, which is described at https://www.epa.gov/hesc/web-access-rsig-data I've found that GDAL 3.4.3 doesn't recognize them as readable at all ("ERROR 4: `rsig.nc' not recognized as a supported file format."), although I can open them with e.g. the

Re: [gdal-dev] Motion: adopt GDAL 3.5.0RC4 as final 3.5.0 release

2022-05-11 Thread Rahkonen Jukka
+1 -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: gdal-dev Puolesta Even Rouault Lähetetty: keskiviikko 11. toukokuuta 2022 12.36 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] Motion: adopt GDAL 3.5.0RC4 as final 3.5.0 release Hi, Things should be good enough with RC4. M

Re: [gdal-dev] Building with cmake

2022-05-11 Thread Greg Troxel
Greg Troxel writes: > The problem is that there are no instructions for building with cmake, > and something that normally works with cmake does not. By 'there are no > instructions', I mean that I looked at README.md (which is hard to read > in text because of all the CI stuff), and looked for

[gdal-dev] Motion: adopt GDAL 3.5.0RC4 as final 3.5.0 release

2022-05-11 Thread Even Rouault
Hi, Things should be good enough with RC4. Motion: Adopt GDAL 3.5.0RC4 as final 3.5.0 release Starting with my +1 Even -- http://www.spatialys.com My software is free, but my time generally not. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org h

Re: [gdal-dev] GDAL 3.5.0rc4 available (Re: GDAL 3.5.0 release candidate available)

2022-05-11 Thread Even Rouault
You mean setting rpath in LDFLAGS of PROJ or GDAL ? CMake has a lot of tunings for RPATH, and some extra more for Mac  : CMAKE_INSTALL_RPATH, CMAKE_SKIP_RPATH, CMAKE_INSTALL_RPATH_USE_LINK_PATH, MACOSX_RPATH etc. . Users might need to tune them depending on their use cases. In https://github.

Re: [gdal-dev] gdal -ASLR compliance (SSP, RELRO)

2022-05-11 Thread Daniel Evans
Hi Kavitha, I doubt the answer has changed since your last email to the list on the topic (on 8 April). The answer was that you should be able to enable these compiler features when compiling from source yourself, as well as a report that GDAL has been known to compile successfully with SSP. If y