Re: [gdal-dev] Error while opeing Dataset

2020-06-29 Thread NSquare
Looks like this is some kind of warning. I got the same warning after running gdalinfo tool for the sample file. I added some more code to get the general file information and it worked fine. On Mon, Jun 29, 2020 at 4:15 PM NSquare wrote: > Hi Folks, > > I am trying to explore GDAL ra

[gdal-dev] Error while opeing Dataset

2020-06-29 Thread NSquare
Hi Folks, I am trying to explore GDAL raster APIs for reading i_3001a.ntf. I have installed GDAL using miniconda on Ubuntu 18.04 and referring to the Raster API tutorial open sample file downloaded from here . Below i