Blessed to have such a strong open source community! Happy birthday GDAL!
On Thu, Oct 18, 2018, 8:41 AM Kralidis, Tom (EC)
wrote:
> Congratulations to all of the GDAL community for this milestone!
>
> ..Tom
>
> From: gdal-dev On Behalf Of Frank
> Warmerdam
> Sent: October 18, 2018 10:55
> To: E
Thanks. that worked.
On Sep 8, 2017 2:13 AM, "Asmita Amol Wankhede"
wrote:
> Enviroment /OS -
>
> Ubuntu 16.04 - gdal 2.1.2 already installed with Python2.7 used to build
> GDAL.
>
> VERSIONS -
>
> gdal 2.1.2 when installed bundled with the code :
> '
l.OF_UPDATE,
open_options = open_options)
AttributeError: 'module' object has no attribute 'OpenEx'
OpenEx is part of 2.1.2 as I remember , please confirm how to check if I
installed correct version of python-gdal
--
Thanks,
Asmita
I was using the WarpingReader but since it somehow broke the warp part in the
upgrade from GDAL 1.1 to 2.1.2 , I tried to investigate the read with
simple read, however I got this error :
Access window out of range in RasterIO(). Requested
(0,24104) of size 430x450 on raster of 11783x14544.
Howe
I implemented the IReadBlock, still same issue with the WarpOperation ( that
is the code path I am hitting essentially). The issue I see now is the warp
does miss some band info or something happens that the entire mosaic is
black instead of the imagery. Note that these are non pallette imageries
Recently seen that GDALRasterBand read for the Mosaics is affected because
the read always trying to default to IReadBlock and we never implemented
IReadBlock because of less generic type support I guess:
our implementation :
class XRasterBand : public GDALRasterBand
{
public:
XRasterBand(G