mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
deploy: 1f9a4416cb
This commit is contained in:
parent
228c49c829
commit
34be049303
4 changed files with 11 additions and 7 deletions
|
@ -39,7 +39,7 @@ Table of Contents
|
|||
| `2.4 Setting the Location
|
||||
Name <https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#setting-the-location-name>`__\
|
||||
| `3 Filtering by
|
||||
Time <https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Sounding.html#filtering-by-time>`__\
|
||||
Time <https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#filtering-by-time>`__\
|
||||
| `4 Get the
|
||||
Data! <https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#get-the-data>`__\
|
||||
| `5 Use the
|
||||
|
@ -106,7 +106,9 @@ and an identifier on the request.
|
|||
Here we populate arrays of all the parameters that will be necessary for
|
||||
plotting the Skew-T. The ``MAN_PARAMS`` are the *mandatory levels* and
|
||||
the ``SIGT_PARAMS`` are the *significant temperature* parameters that
|
||||
were both mentioned in the `objectives section <#Objectives>`__ above.
|
||||
were both mentioned in the `objectives
|
||||
section <https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#objectives>`__
|
||||
above.
|
||||
|
||||
Also request the station name and ID to use in the figure title later
|
||||
on.
|
||||
|
@ -221,7 +223,7 @@ help verify we received the data we were interested in.
|
|||
Since we filtered on time, and requested the data in the previous cell,
|
||||
we now have a ``response`` object we can work with.
|
||||
|
||||
5.1 Prepare data objects
|
||||
5.1 Prepare Data objects
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Here we construct arrays for each parameter to plot (temperature,
|
||||
|
|
|
@ -145,7 +145,7 @@ Parameters</a></div>
|
|||
Names</a></div>
|
||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#setting-the-location-name">2.4 Setting the Location
|
||||
Name</a></div>
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Sounding.html#filtering-by-time">3 Filtering by
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#filtering-by-time">3 Filtering by
|
||||
Time</a></div>
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#get-the-data">4 Get the
|
||||
Data!</a></div>
|
||||
|
@ -206,7 +206,9 @@ and an identifier on the request.</p>
|
|||
<p>Here we populate arrays of all the parameters that will be necessary for
|
||||
plotting the Skew-T. The <code class="docutils literal notranslate"><span class="pre">MAN_PARAMS</span></code> are the <em>mandatory levels</em> and
|
||||
the <code class="docutils literal notranslate"><span class="pre">SIGT_PARAMS</span></code> are the <em>significant temperature</em> parameters that
|
||||
were both mentioned in the <a class="reference external" href="#Objectives">objectives section</a> above.</p>
|
||||
were both mentioned in the <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#objectives">objectives
|
||||
section</a>
|
||||
above.</p>
|
||||
<p>Also request the station name and ID to use in the figure title later
|
||||
on.</p>
|
||||
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">MAN_PARAMS</span> <span class="o">=</span> <span class="nb">set</span><span class="p">([</span><span class="s1">'prMan'</span><span class="p">,</span> <span class="s1">'tpMan'</span><span class="p">,</span> <span class="s1">'tdMan'</span><span class="p">,</span> <span class="s1">'wdMan'</span><span class="p">,</span> <span class="s1">'wsMan'</span><span class="p">])</span>
|
||||
|
@ -297,7 +299,7 @@ help verify we received the data we were interested in.</p>
|
|||
<p>Since we filtered on time, and requested the data in the previous cell,
|
||||
we now have a <code class="docutils literal notranslate"><span class="pre">response</span></code> object we can work with.</p>
|
||||
<section id="prepare-data-objects">
|
||||
<h4>5.1 Prepare data objects<a class="headerlink" href="#prepare-data-objects" title="Permalink to this heading"></a></h4>
|
||||
<h4>5.1 Prepare Data objects<a class="headerlink" href="#prepare-data-objects" title="Permalink to this heading"></a></h4>
|
||||
<p>Here we construct arrays for each parameter to plot (temperature,
|
||||
pressure, and wind components). After populating each of the arrays, we
|
||||
sort and mask missing data.</p>
|
||||
|
|
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue