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
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
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
___
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
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 \
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