[gdal-dev] Error loading ECW images
Elena Ruiz
eruiz at aplitop.com
Mon May 18 08:04:59 PDT 2015
Good Afternoon, we are trying the GDAL Library we have implemented the application which import/export GeoTiff and Erdas Imagine Files and we haven´t any problem, but now we want to load a ecw image of 1Gb, we are using the file "ecwdataset" with the function "GDALDataset *ECWDataset::Open( GDALOpenInfo * poOpenInfo, int bIsJPEG2000 )" and on line 2497 in the code below, happen an exception and the application is closed.
/* -------------------------------------------------------------------- */
/* Create band information objects. */
/* -------------------------------------------------------------------- */
for( i=0; i < poDS->psFileInfo->nBands; i++ )
poDS->SetBand( i+1, new ECWRasterBand( poDS, i+1 ) );
We have tried with different Release:
release-1700-x64-gdal-1-11-mapserver-6-4.zip and we have installed de plugin for ecw
release-1800-x64.zip
and with different version of ECW library, 3.x and 5.x.
We need solve this problem, we don't know if the problem is for ECW library, or storage management, or some options, plugin or the release appropriate .
Thank you for your attention and I look forward to your reply.
________________________________
Elena Ruiz
Sumatra, 9 29190 Málaga. Spain
Programmer.Technical Support
Phone: +34 952 43 97 71
Software Department
Fax: +34 952 43 13 71
E-mail: eruiz at aplitop.com
Web: www.aplitop.com
NOTICE: The information contained in this electronic mail transmission is privileged and confidential, intended for the use of the named individual or entity to which it is directed, whose details are contained in address records belonging to APLITOP, S.L. for the purposes to contact the owner of the data via email. In the event that the recipient of this mail was a provider, distributor or a customer, we inform you that with more information regarding data protection in the legal notice in www.aplitop.com . The addressee is entitled to access, to amend or to delete the said records by contacting the above sender's address or by contacting protecciondedatos at aplitop.com. If you have received this electronic mail transmission in error, please delete it from your system. Unauthorized copying, forwarding or otherwise use of the information contained herein is prohibited by the laws in force. In the event that you do not wish to receive information about new products offered by APLITOP, sending its refusal to the email address protecciondedatos at aplitop.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20150518/508d05fb/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 7278 bytes
Desc: image003.jpg
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20150518/508d05fb/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 5755 bytes
Desc: image002.jpg
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20150518/508d05fb/attachment-0003.jpg>
More information about the gdal-dev
mailing list