ucar.grib.grib1
Class Grib1Dump

java.lang.Object
  extended by ucar.grib.grib1.Grib1Dump

public final class Grib1Dump
extends Object

Dumps the the IS, PDS, and GDS information from a Grib file.

Version:
1.0 .
Author:
Robb Kambic 10/31/04 .

Constructor Summary
Grib1Dump()
           
 
Method Summary
static void main(String[] args)
          Dumps IS, PDS, and GDS meta data information of a Grib file.
static void printGDS(Grib1GridDefinitionSection gds, Grib1ProductDefinitionSection pds, PrintStream ps)
          Prints out a GDS.
static void printPDS(Grib1Pds pdsv, Formatter f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib1Dump

public Grib1Dump()
Method Detail

main

public static void main(String[] args)
Dumps IS, PDS, and GDS meta data information of a Grib file.

Parameters:
args - input gribfile, [output file] [true|false] output the data.

printGDS

public static void printGDS(Grib1GridDefinitionSection gds,
                            Grib1ProductDefinitionSection pds,
                            PrintStream ps)
Prints out a GDS.

Parameters:
gds - the gds
pds - may be null, use to check for thin grid override
ps - print to this

printPDS

public static void printPDS(Grib1Pds pdsv,
                            Formatter f)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.