Examples of NCdump


Examples of ucar.nc2.NCdump

   */
  public static void ncView(String pathname) {
    try {
      System.err
          .println("Try to print the variable definition of the current netCDF file:");
      new NCdump().print(pathname, System.out, false, false, false, true,
          null, null);
    } catch (java.io.IOException e) {
      System.err.println(e.toString());
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.