Changes between Initial Version and Version 2 of Ticket #3944


Ignore:
Timestamp:
Jan 31, 2011, 7:48:28 PM (13 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3944

    • Property Status newassigned
  • Ticket #3944 – Description

    initial v2  
    44i have a patch for gdal 1.7.3 to improve isis2 driver.
    55The patch had
    6 * writing functionality for QUBE object
    7 * grab null value
    8 * improve the type reading
    9 * can read qube with back plane, side plane and bottom plane
    10 * can read a file with label detached or attached.
     6 * writing functionality for QUBE object
     7 * grab null value
     8 * improve the type reading
     9 * can read qube with back plane, side plane and bottom plane
     10 * can read a file with label detached or attached.
    1111
    12 and i have modify nasakeyword handler to reduce sensibility of parser to
    13 little error on comment. (Like if we have char after end comment.)
     12and i have modify nasakeyword handler to reduce sensibility of parser to little error on comment. (Like if we have char after end comment.)
    1413
    1514but i have rewrite/move a lot of lines... I use this patch for a
    16 research project from one year ago. I work on hyperspectral data with
    17 OTB library.
     15research project from one year ago. I work on hyperspectral data with OTB library.
    1816
    19 I think is it possible to easily merge pdsdataset.cpp and isis2dataset.cpp
    20 pdsdataset work on IMAGE tag and isis2 on QUBE tag but it is the same
    21 workflow for all object (QUBE, IMAGE or SPECTRAL_QUBE)
     17I think is it possible to easily merge pdsdataset.cpp and isis2dataset.cpp pdsdataset work on IMAGE tag and isis2 on QUBE tag but it is the same workflow for all object (QUBE, IMAGE or SPECTRAL_QUBE)
    2218
    2319Warning for writing no geographical information are writing now, and