mirror of https://github.com/ecmwf/eccodes.git
Documentation
This commit is contained in:
parent
1a0cf9d2fd
commit
283fec9cbc
|
@ -318,7 +318,7 @@ Functions</h2></td></tr>
|
|||
<tr class="memdesc:a648bae4beadb6a82698da40e08323be9"><td class="mdescLeft"> </td><td class="mdescRight">Get the contents of an array key. <a href="#a648bae4beadb6a82698da40e08323be9">More...</a><br/></td></tr>
|
||||
<tr class="separator:a648bae4beadb6a82698da40e08323be9"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a0af74e12fba25379db678363f5bdafb3"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceec_codes.html#a0af74e12fba25379db678363f5bdafb3">codes_get_values</a></td></tr>
|
||||
<tr class="memdesc:a0af74e12fba25379db678363f5bdafb3"><td class="mdescLeft"> </td><td class="mdescRight">Retrieve the contents of the 'values' key. <a href="#a0af74e12fba25379db678363f5bdafb3">More...</a><br/></td></tr>
|
||||
<tr class="memdesc:a0af74e12fba25379db678363f5bdafb3"><td class="mdescLeft"> </td><td class="mdescRight">Retrieve the contents of the 'values' key for a GRIB message. <a href="#a0af74e12fba25379db678363f5bdafb3">More...</a><br/></td></tr>
|
||||
<tr class="separator:a0af74e12fba25379db678363f5bdafb3"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:abc699d0bb7a7dded968ee0111342ffd0"><td class="memItemLeft" align="right" valign="top">def </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceec_codes.html#abc699d0bb7a7dded968ee0111342ffd0">codes_set_values</a></td></tr>
|
||||
<tr class="memdesc:abc699d0bb7a7dded968ee0111342ffd0"><td class="mdescLeft"> </td><td class="mdescRight">Set the contents of the 'values' key. <a href="#abc699d0bb7a7dded968ee0111342ffd0">More...</a><br/></td></tr>
|
||||
|
@ -1504,12 +1504,12 @@ Functions</h2></td></tr>
|
|||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p>Retrieve the contents of the 'values' key. </p>
|
||||
<p>Retrieve the contents of the 'values' key for a GRIB message. </p>
|
||||
<p>A NumPy ndarray containing the values in the message is returned.</p>
|
||||
<p><b>Examples:</b> <a href="https://software.ecmwf.int/wiki/display/ECC/grib_print_data" target="_blank">grib_print_data.py</a>, <a href="https://software.ecmwf.int/wiki/display/ECC/grib_samples" target="_blank">grib_samples.py</a></p>
|
||||
<dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">gribid</td><td>id of the grib loaded in memory </td></tr>
|
||||
<tr><td class="paramname">gribid</td><td>id of the GRIB loaded in memory </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
|
|
Loading…
Reference in New Issue