ucar.grib.grib1
Class Grib1Dump
java.lang.Object
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 .
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grib1Dump
public Grib1Dump()
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 gdspds
- may be null, use to check for thin grid overrideps
- print to this
printPDS
public static void printPDS(Grib1Pds pdsv,
Formatter f)
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.