Changes between Initial Version and Version 1 of Ticket #3174


Ignore:
Timestamp:
Oct 7, 2009, 8:57:31 AM (15 years ago)
Author:
warmerdam
Comment:

Julien,

Do you have any, hopefully modestly sized and public examples of this data we could use for testing?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3174

    • Property Status newassigned
    • Property Component defaultGDAL_Raster
    • Property Priority highestnormal
    • Property Milestone 1.6.31.7.0
    • Property Keywords driver removed
  • Ticket #3174 – Description

    initial v1  
    11When trying to read complex data with envi header using gdal 1.6.2, the following error occurs:
    2 
     2{{{
    33ERROR 1: The file does not have a value for the data type
    44that is recognised by the GDAL ENVI driver.
    5 
     5}}}
    66This come from the following commented lines (frmts/raw/envidataset.cpp:1791):
    7 
     7{{{
    88/*  Removed JBP, ITT-VIS 11/29/2007.  Complex data does not display
    99properly in the ArcGIS application so we are removing it from the
     
    1919            break;
    2020*/
    21 
    22 No wonder why I can not use my dataset anymore. I must say that I'm very surprised that every gdal users looses a valuable (SAR users will agree for sure) supported dataset types just to accomodate one software which is not able to display complex data.
     21}}}
     22No wonder why I can not use my dataset anymore. I must say that I'm very surprised that every gdal users looses a valuable (SAR users will agree for sure) supported dataset types just to accommodate one software which is not able to display complex data.