NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: Tuples

Arlene,

This is not a VisAD problem but rather a limitation of the
program. The code failing is
 
     Plain plain = new Plain();
     Field sstdata = (Field) plain.open("Geo_Corrected_SST_EDR.nc");
 
Plain.open returns in general a DataType not a Field;
in your case with this data file it returns a Tuple of FileFlatFields.

-- 

Stuart Wier                              UCAR Unidata Program
wier@xxxxxxxxxxxxxxxx                           P.O. Box 3000
http://www.unidata.ucar.edu/staff/wier      Boulder, CO 80307


  • 2001 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: