Sha256: 65ac93c76c90b579356c7f860475e6c3825a765611106752987a6ee96e304178
Contents?: true
Size: 1.6 KB
Versions: 3
Compression:
Stored size: 1.6 KB
Contents
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>../bin/gpprint</title> </head> <body> <h1><a name="label-0" id="label-0">NAME</a></h1><!-- RDLabel: "NAME" --> <p>gpprint - a command to print the values of a variable specified by a gtool4-type URL. </p> <h1><a name="label-1" id="label-1">DESCRIPTION</a></h1><!-- RDLabel: "DESCRIPTION" --> <p><em>gpprint</em> is a command-line tool to print the values of a variable specified by a gtool4-type URL. Outputs are comma-separated ascii texts with line feeding to avoid long lines and are made to stdout.</p> <h1><a name="label-2" id="label-2">USAGE</a></h1><!-- RDLabel: "USAGE" --> <pre>% gpprint url</pre> <p>where the format of the url is </p> <pre>path@varname[,dimname=pos1[:pos2[:thinning_intv]][,dimname=...]]</pre> <h1><a name="label-3" id="label-3">EXAMPLES</a></h1><!-- RDLabel: "EXAMPLES" --> <pre>% gpprint data.nc@temp % gpprint data.nc@temp,lon=135.0 % gpprint data.nc@temp,lon=130:150,lat=0 % gpprint data.nc@temp,lon=130:150,lat=0:90:2</pre> <h1><a name="label-4" id="label-4">HISTORY</a></h1><!-- RDLabel: "HISTORY" --> <pre>2004/12/14 T Horinouchi (created) 2005/01/12 T Horinouchi (document -> in rd) 2005/06/15 S Takehiro (set first_dim_length 1 when gp.shape[0] returns nil) 2005/08/10 S Takehiro (utilize internal function for printing help message) 2005/08/23 S Takehiro (common methods to gp* command moved to gpcommon.rb) 2010/03/10 Y SASAKI (change help block into RD format)</pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gphys-1.1.1b | doc/gpprint.html |
gphys-1.1.1a | doc/gpprint.html |
gphys-1.1.1 | doc/gpprint.html |