logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ncinfo - a program to print summary information about a netCDF file

Author

       This manual page was written by Ross Gammon <rossgammon@mail.dk> based on the options displayed by ncinfo
       -h.

                                                   22 Mar 2015                                         NCINFO(1)

Description

       This manual page documents briefly the ncinfo command.

       ncinfo is a program that prints summary information about a netCDF file

Name

       ncinfo - a program to print summary information about a netCDF file

Options

       These  programs  follow  the  usual  GNU  command line syntax, with long options starting with two dashes
       (`-').  A summary of options is included below.

       -h     Shows a summary of the available options.

       -ggrp,--group=grp
              Prints information for this group. The  default  group  is  the  root  group.  Nested  groups  are
              specified using posix paths e.g. group1/group2/group3.

       -v<variablename>,--variable=<variablename>
              Prints information for this variable.

       -d<dimensionname>,--dimension=<dimensionname>
              Prints information for this dimension.

       The filename of the netCDF file must be supplied as the last argument.

See Also

nc3tonc4(1), nc4tonc3(1).

Synopsis

ncinfo [-h] [-g|--group=grp] [-v|--variable=var] [-d|--dimension=dim] filename

See Also