HDF/netCDF Browser

Table of Contents

  1. Introduction
  2. Instructions

Introduction

The HDF/netCDF browser is a powerful tool for viewing HDF and netCDF files and selecting data from them for further processing. HDF and netCDF are two similar common file formats used for data in the form of arrays and grids, especially in the earth sciences such as Meteorology and Oceanography.

The term variable/SDS is used below. This means variable for netCDF and SDS for HDF.

The HDF/netCDF browser is defined by the file hdf.tcl.

Instructions

  1. Use the choose_file GUI to open an input file. Instructions can be displayed by pressing this GUI's own help button. Opening the file should result in the display of a file structure tree.
  2. Use this tree as follows to select either a variable/SDS or an attribute. (The default selection is a variable/SDS with the maximum number of elements.)
  3. The spatial sampling widget allows you to select part of a variable/SDS. (The entire variable/SDS is selected by default.)
    Each dimension is represented by a row containing one or two lines. The first line represents subscript values. If a coordinate variable exists then it is represented on a second line.
    Change a subscript using any of the following: The values selected along a dimension are defined as follows:
  4. The following buttons along the bottom are used to select an action:
    Range: Display minimum and maximum value.
    Text: Display start of data as text.
    Graph: Display data as XY graph(s).
    Image: Display data as image(s).
    Animate: Animate window-sequence produced by Graph or Image.
    NAO: Create Numeric Array Object.
    Re-read: Force a read (e.g. after rewriting the file).

    Select Raw mode if you want the following attributes to be ignored:
    scale_factor, add_offset, valid_min, valid_max, valid_range.

Author: Harvey Davies       © 2002, CSIRO Australia.       Legal Notice and Disclaimer
CVS Version Details: $Id: hdf.html,v 1.3 2004/12/17 08:03:11 dav480 Exp $