eccodes/html/grib_keys.html

154 lines
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>grib_api: grib_keys</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<h1><a class="anchor" name="grib_keys">grib_keys</a></h1><h2><a class="anchor" name="DESCRIPTION">
DESCRIPTION</a></h2>
Lists the keys available for a type of grib (-T option) or in a grib message from a file (-F option).<h2><a class="anchor" name="USAGE">
USAGE</a></h2>
grib_keys [options]<h2><a class="anchor" name="OPTIONS">
OPTIONS</a></h2>
-T type <br>
To print the keys available in the given grib type. For a list of the availeble types see -L option. <br>
<br>
-F file <br>
To print the keys available in the grib file. <br>
<br>
-x <br>
Print the extended set of keys. <br>
<br>
-c <br>
Print only coded keys. <br>
<br>
-L <br>
List of available types. <br>
<br>
-t <br>
Print type information. <br>
<br>
-a <br>
Dump aliases. <br>
<br>
<h2><a class="anchor" name="grib_keys_examples">
grib_keys examples</a></h2>
<ol type=1>
<li>With the -L option a list of the available templates is printed <br>
<div class="fragment"><pre class="fragment">
&gt; grib_keys -L \n
GRIB1
GRIB2
reduced_gg_ml_grib2
reduced_gg_pl_grib1
reduced_gg_sfc_grib1
reduced_gg_ml_grib1
reduced_gg_pl_grib2
reduced_gg_sfc_grib2
reduced_gg_sfc_jpeg_grib2
reduced_ll_sfc_grib1
reduced_ll_sfc_grib2
regular_gg_ml_grib1
regular_gg_ml_grib2
regular_gg_pl_grib1
regular_gg_pl_grib2
regular_ll_sfc_grib1
regular_ll_sfc_grib2
regular_ll_pl_grib1
regular_ll_pl_grib2
sh_ml_grib1
sh_ml_grib2
sh_pl_grib1
sh_pl_grib2
</pre></div><br>
</li><li>To print the standard set of key available for a given type<br>
<div class="fragment"><pre class="fragment">
&gt; grib_keys -T regular_ll_sfc_grib1
=================== regular_ll_sfc_grib1
editionNumber
====&gt; SECTION 1 &lt;====
table2Version
centre
generatingProcessIdentifier
indicatorOfParameter
marsParam (read only)
indicatorOfTypeOfLevel
level
timeRangeIndicator
subCentre
decimalScaleFactor
dataDate
dataTime
stepUnits
stepRange
startStep
endStep
localDefinitionNumber
marsClass
marsType
marsStream
experimentVersionNumber
perturbationNumber
numberOfForecastsInEnsemble
name (read only)
units (read only)
bitmapPresent
====&gt; SECTION 2 &lt;====
numberOfVerticalCoordinateValues
Ni
Nj
latitudeOfFirstGridPointInDegrees
longitudeOfFirstGridPointInDegrees
earthIsOblate
uvRelativeToGrid
latitudeOfLastGridPointInDegrees
longitudeOfLastGridPointInDegrees
DjInDegrees
DiInDegrees
iScansNegatively
jScansPositively
jPointsAreConsecutive
alternativeRowScanning (read only)
numberOfDataPoints (read only)
numberOfValues (read only)
missingValue
====&gt; SECTION 4 &lt;====
binaryScaleFactor (read only)
referenceValue (read only)
bitsPerValue
sphericalHarmonics
complexPacking
integerPointValues
additionalFlagPresent
typeOfPacking
values
numberOfCodedValues (read only)
maximum (read only)
minimum (read only)
average (read only)
numberOfMissing (read only)
standardDeviation (read only)
skewness (read only)
kurtosis (read only)
isConstant (read only)
typeOfGrid
getNumberOfValues (read only)
====&gt; SECTION 5 &lt;====
</pre></div><br>
</li></ol>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 22 15:18:22 2009 for grib_api by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>