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.
>Hi Folks, >i'm just starting, with some experience with java, but no experience with HDF. >i'm trying to read quikscat Level 2b files from JPL DAAC. Hi John, VisAD has file readers for HDF-5, and HDF-EOS which is an interface to HDF-4. Since you're trying to look at a DAAC file, you'll want to use the HDF-EOS file adapter. Instructions for obtaining and installing HDF-EOS can be found at: http://www.ssec.wisc.edu/~billh/README.hdfeos Here's a snippet of code showing how to use the HDF-EOS adapter in an application: //- use the big file, memory caching form // HdfeosAdaptedForm form = new HdfeosAdatpedForm(); DataImpl file_data = form.open(String file_name); If you're having any trouble with a particular file, please let me know. Sincerely, ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^ Tom Rink rink@xxxxxxxxxxxxx Space Science and Engineering Center Univ. of Wisconsin-Madison Phone: 608-265-2324
visad
archives: