- To: visad-list@xxxxxxxxxxxxx
- Subject: Re: Tuples
- From: Stu Wier <wier@xxxxxxxxxxxxxxxx>
- Date: Mon, 20 Aug 2001 08:29:15 -0600
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
- Follow-Ups:
- Re: Tuples
- From: Don Murray
- Re: Tuples