Opened 13 years ago

Last modified 13 years ago

#3944 closed defect

ISIS2 Improvements — at Version 2

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone: 1.9.0
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: ISIS2
Cc: thare

Description (last modified by warmerdam)

Hi,

i have a patch for gdal 1.7.3 to improve isis2 driver. The patch had

  • writing functionality for QUBE object
  • grab null value
  • improve the type reading
  • can read qube with back plane, side plane and bottom plane
  • can read a file with label detached or attached.

and i have modify nasakeyword handler to reduce sensibility of parser to little error on comment. (Like if we have char after end comment.)

but i have rewrite/move a lot of lines... I use this patch for a research project from one year ago. I work on hyperspectral data with OTB library.

I 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)

Warning for writing no geographical information are writing now, and create_copy is not implemented.

Ludovic.

Change History (3)

by warmerdam, 13 years ago

Attachment: gdal-1.7.3-lpg-613.patch added

ISIS2 improvements from Ludovic.

comment:1 by warmerdam, 13 years ago

Trent notes:

What is curious is that the ISIS2 reader already supported

  • grab null value (hard-coded)
  • can read a file with label detached or attached.

I know the current ISIS2 options didn't support:

  • writing functionality for QUBE object
  • can read qube with back plane, side plane and bottom plane

thanks, Trent

comment:2 by warmerdam, 13 years ago

Description: modified (diff)
Status: newassigned
Note: See TracTickets for help on using tickets.