Re: [gdal-dev] BAG File has Zero Pixel Size

2021-02-24 Thread Even Rouault
Geoff, There have been some issues with some BAG formulations in recent GDAL versions (probably 3.0 indeed). I've verified with GDAL 3.1.3 or 3.2.1 that this file can ber read correctly again. Even > Hello, > > I'm relatively new to GDAL and have a question about some confusing behavior > whe

[gdal-dev] BAG File has Zero Pixel Size

2021-02-24 Thread Geoff Goehle
Hello, I'm relatively new to GDAL and have a question about some confusing behavior when reading BAG files using C++. I'll put more details below but the TLDR is that while working with an older version of GDAL included with Ubuntu 16.04 I was able to read a file correctly but when working wit

Re: [gdal-dev] Finding the Map-Tiles(x, y) in a given Bounding box and zoom level

2021-02-24 Thread Mateusz Loskot
On Wed, 24 Feb 2021 at 21:01, MRRAJESH wrote: > > 1. Any C# nuget packages available for mercantile? Search. > 2. Any GDAL methods to achieve the functionality (i.e., get the tile numbers > for a given BBOX and level)? No. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___

Re: [gdal-dev] Finding the Map-Tiles(x, y) in a given Bounding box and zoom level

2021-02-24 Thread MRRAJESH
Thank you. 1. Any C# nuget packages available for mercantile? 2. Any GDAL methods to achieve the functionality (i.e., get the tile numbers for a given BBOX and level)? -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-d

[gdal-dev] Build issue with GDAL 3.14 and 3.2.1, missing the GRIB driver

2021-02-24 Thread James Gallagher
Hi, I’m trying to build GDAL 3.2.1 so that it includes only a few drivers. Previously I’ve been using GDAL 2.x and would like to upgrade to 3.x. When I configure and build, the GRIB driver is missing. Here’s how I’m configuring the build: PKG_CONFIG=$(openjpeg_prefix)/lib/pkgconfig \

[gdal-dev] Nested recursion in RasterIO and IRasterIO

2021-02-24 Thread Andrew C Aitchison
This is because of a bug, or bugs in my driver code, so feel free to say "not interested", but if you think my experience could help others ... I have written a driver (actually two) which supports read but not write of overviews via GetOverviewCount() and GetOverview(int) (but not HasArbitr