Re: [gdal-dev] WCS: Unable to export GeoTIFF files with zero bands

2021-10-25 Thread Even Rouault
Jukka, The source code was useful to figure out why BandCount was reset to 0 in the cache :-) So it is related to the fact that there is an extra time dimension, and such extra dimensions must be specified according to https://gdal.org/drivers/raster/wcs.html#range-and-dimension-subsetting A

[gdal-dev] WCS: Unable to export GeoTIFF files with zero bands

2021-10-25 Thread Rahkonen Jukka (MML)
Hi, I do not understand what could be wrong with this WCS. With direct WCS 2.0.1 requests everything works fine. GetCapabilities: https://beta-karttakuva.maanmittauslaitos.fi/wcs/service/ows?service=WCS&AcceptVersions=2.0.1&request=GetCapabilities DescribeCoverage: https://beta-karttakuva.maanmi

Re: [gdal-dev] gdallocationinfo + WCS question...

2021-10-25 Thread Rahkonen Jukka (MML)
Hi, Thanks for testing and sending the results back for the community. -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta Carl Godkin Lähetetty: maanantai 25. lokakuuta 2021 18.37 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: Re: [gdal-dev] gdallocationinfo + WCS question... Hi, I just built GDAL

Re: [gdal-dev] gdallocationinfo + WCS question...

2021-10-25 Thread Carl Godkin
Hi, I just built GDAL 3.3.3 RC1 here on Windows with VS2019 and PROJ 8.1.1 and it built easily. I retried the gdallocationinfo queries that I was having trouble with beforehand (with 3.3.1) and both the USGS National Map and my local WCS server queries now return the expected values. I know oth

[gdal-dev] GDAL 3.3.3 RC1 available, and imminent tree reorganization in master

2021-10-25 Thread Even Rouault
Hi, I have prepared a GDAL/OGR 3.3.3 release candidate. Pick up an archive among the following ones (by ascending size):   https://download.osgeo.org/gdal/3.3.3/gdal-3.3.3rc1.tar.xz   https://download.osgeo.org/gdal/3.3.3/gdal-3.3.3rc1.tar.gz   https://download.osgeo.org/gdal/3.3.3/gdal333rc1.z

Re: [gdal-dev] GDAL ConfigOptions

2021-10-25 Thread Even Rouault
Le 25/10/2021 à 14:25, azat.nurgal...@dlr.de a écrit : Hello everyone, I am working on optimizing a GDAL application that uses RasterIO and GeoTiff. I am using the C++ library. I would like to experiment with different ConfigOptions, but they have no effect on the application. I specify them

[gdal-dev] GDAL ConfigOptions

2021-10-25 Thread Azat.Nurgaliev
Hello everyone, I am working on optimizing a GDAL application that uses RasterIO and GeoTiff. I am using the C++ library. I would like to experiment with different ConfigOptions, but they have no effect on the application. I specify them in an environment variable and directly in the code. I am