[gdal-dev] autotest questions/issues

2021-08-31 Thread Greg Troxel
After a very long time of not running the tests, because I thought it was harder than it is, I have started down that path. (Thanks to Even for an offlist hint.) I'm running tests on NetBSD 9 amd64, and realize that I may be the first to do so. A few comments from the perspective of a gdal tes

Re: [gdal-dev] Windows CPL_STDCALL

2021-08-31 Thread Even Rouault
Andrew, this page was just a collection of ideas. Not things that have necessarily been implemented. No change regarding CPL_STDCALL have been made AFAIR Even Le 31/08/2021 à 18:52, Andrew Bell a écrit : Hi, There is a hint here (https://trac.osgeo.org/gdal/wiki/GDAL20Changes

Re: [gdal-dev] GDAL 3.3.2 RC2 is available [was Re: GDAL 3.3.2 RC1 available]

2021-08-31 Thread Even Rouault
Hi Sean, Would it be difficult to change the RC URLs and release directory to include the "rc*" string? If the download was at https://download.osgeo.org/gdal/3.3.2rc2/gdal-3.3.2rc2.tar.gz and extracted to gdal-3.3.2rc2 I would

[gdal-dev] Windows CPL_STDCALL

2021-08-31 Thread Andrew Bell
Hi, There is a hint here (https://trac.osgeo.org/gdal/wiki/GDAL20Changes) that CPL_STDCALL would be no longer used, but it's still around in many function signatures. Is this #define'd away somewhere, or does one still need to be aware of CPL_STDCALL? Thanks, -- Andrew Bell andrew.bell...@gmail

Re: [gdal-dev] GDAL 3.3.2 RC2 is available [was Re: GDAL 3.3.2 RC1 available]

2021-08-31 Thread Sean Gillies via gdal-dev
Hi Even, Would it be difficult to change the RC URLs and release directory to include the "rc*" string? If the download was at https://download.osgeo.org/gdal/3.3.2rc2/gdal-3.3.2rc2.tar.gz and extracted to gdal-3.3.2rc2 I would only need to make a one line change to my build system to test it. I

Re: [gdal-dev] subdatasets of

2021-08-31 Thread Michael Sumner
Excellent, thanks so much it's definitely not GDAL-related, a surprising problem in the way I'm getting the strings out. Appreciate the very fast response! Best, Mike On Tue, Aug 31, 2021 at 8:14 PM Even Rouault wrote: > Michael, > > apart your code not using the same GDAL version as the one

Re: [gdal-dev] subdatasets of

2021-08-31 Thread Even Rouault
Michael, apart your code not using the same GDAL version as the one of gdalinfo (but I can't recall versions having such issues), or a flow in your code, I don't see why you'd this. Even Le 31/08/2021 à 12:07, Michael Sumner a écrit : Hello, I'm having trouble getting subdataset names progra

[gdal-dev] subdatasets of

2021-08-31 Thread Michael Sumner
Hello, I'm having trouble getting subdataset names programatically from the WMTS/OGC Web Map Tile Service Using /vsicurl/ https://gibs.earthdata.nasa.gov/wmts/epsg3031/best/1.0.0/WMTSCapabilities.xml I see many well named SDS sources from gdalinfo, i.e. listed below. But when I try to obtain th

[gdal-dev] GDAL 3.3.2 RC2 is available [was Re: GDAL 3.3.2 RC1 available]

2021-08-31 Thread Even Rouault
Hi, Here's a RC2 with 2 additional changes w.r.t RC1: - NEWS file to correctly mention 3.3.2 - gdal_viewshed: Fix incorrect progress reporting (fixes #4390) Updated download links:   https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc2.tar.xz   https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2r