X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 20 Mar 2010 06:20 AM by  anon
MERIS N1 FILES
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
20 Mar 2010 06:20 AM
    Hi, I have to Open and work with N1 Meris files in IDl. I can't open, IDL message says "HDF5 file not valid" if I use HDF commands. I would use something like Open External Files in Envi... How can I do?

    Deleted User



    New Member


    Posts:
    New Member


    --
    24 Mar 2010 05:23 AM
    yes, in ENVI it's possible, but I have to create an IDL script wich do some operation on N1 Meris Files, if I cannot open the file, I cannot work wih IDL

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    25 Mar 2010 07:55 AM
    ENVISAT files are not HDF files.  They have their own format and ENVI has created a special reader to read in these files.  You could use ENVI's routine ENVI_OPEN_DATA_FILE with the /ENVISAT keyword to open the file.  IDL does not have a specific routine to read in ENVISAT files.  You could also get the BEAM software and convert the MERIS data files to HDF or other format that IDL can read directly.  Or you could create your own reader in IDL to read in the datafiles using the ENVISAT file specification.
    You are not authorized to post a reply.