How to Visualize HDF-EOS data Using Ferret OPeNDAP

Ferretexternal is a visualization and analysis tool for gridded and non-gridded data. The OPeNDAPexternal protocol allows users to access data anywhere from the internet using a variety of client/server methods, including Ferret.

Installing Ferret

Users can download Ferret from hereexternal. Recent binary distributions exist for RedHat Linux. Windows users are recommended to run the Linux executable under the (free) Virtual Box virtualization environment. See the WINDOWS READMEexternal file for more details.

We will examine an HDF4external data file from the NASA Goddard Earth Sciences Data and Information Services Center (GESDISC)external.

Ferret can retrieve the attributes and fields of the data file via the OPeNDAP interface using the show data command. Ferret responds as follows.
Figure 3 Ferret show data response
currently SET data sets:
1> 'http://eosdap.hdfgroup.uiuc.edu:8080/opendap/data/NASAFILES/hdf4/3B43.070901.6A.HDF'(default)
name title I J K L
PRECIPITATION_DATA_GRANULE_PLANETARYGRID
precipitation1:14401:400 1:1 ...
RELATIVEERROR_DATA_GRANULE_PLANETARYGRID
relativeError1:14401:400 1:1 ...
The SHOW DATA command verifies that this is indeed a remote dataset.

Next we will examine an HDF5external data file from NASA GESDISCexternal.

Figure 4 Connect to the remote HDF5 data file via OPeNDAP in Ferret
yes? USE "http://eosdap.hdfgroup.uiuc.edu:8080/opendap/data/NASAFILES/hdf5/OMI-Aura_L3-OMTO3e_2005m1214_v002-2006m0929t143855.he5"
yes? show data
currently SET data sets:
1> 'http://eosdap.hdfgroup.uiuc.edu:8080/opendap/data/NASAFILES/hdf5/OMI-Aura_L3-OMTO3e_2005m1214_v002-2006m0929t143855.he5'(default)
name title I J K L
_HDFEOS_INFORMATION_StructMetadata_0
... ... ... ...
A0COLUMNAMOUNTO
1:14401:720 ... ...
A1REFLECTIVITY3
1:14401:720 ... ...
A2UVAEROSOLINDE
1:14401:720 ... ...
Generate a FILLED plot of the A0COLUMNAMOUNTO data field Draw the coastlines onto the map using the land script.

Next we will examine an HDF-EOS2 grid file from NASA Land Processes Distributed Active Archive Center (LPDAAC)external.

We have omitted 15 data fields from the output report.

We generate a FILLED plot of the LST_NIGHT_CMG data field.


Last modified: 07/07/2011
About Us | Contact Info | Archive Info | Disclaimer
Sponsored by NASA Cooperative Agreement Grant Number NNX08AO77A / Maintained by The HDF Group