[gdal-dev] Impossible to open an ASRP dataset in java when gdalinfo/translate commands works

2017-08-23 Thread Assemat Pierre-Jean
Dear all, I work with GDAL 2.2.1 on Windows 7. When I try to open an ASRP dataset in java with the following code : Dataset resu = org.gdal.gdal.gdal.Open(filenameOrURL, .gdal.gdalconst.gdalconst.GA_ReadOnly) ; I have the following message : ERROR 1: ISO8211 record leader appears to

Re: [gdal-dev] Impossible to open an ASRP dataset in java when gdalinfo/translate commands works

2017-08-23 Thread Even Rouault
On mercredi 23 août 2017 03:32:41 CEST Assemat Pierre-Jean wrote: > Dear all, > > I work with GDAL 2.2.1 on Windows 7. > > When I try to open an ASRP dataset in java with the following code : > Dataset resu = org.gdal.gdal.gdal.Open(filenameOrURL, > .gdal.gdalconst.gdalconst.GA_ReadOnly) ; >