mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
deploy: 294aa95766
This commit is contained in:
parent
fe2fa2678e
commit
15fb1e2a72
4 changed files with 35 additions and 33 deletions
|
@ -39,8 +39,8 @@ Table of Contents
|
||||||
Data! <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#get-the-data>`__\
|
Data! <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#get-the-data>`__\
|
||||||
| `6 Use the
|
| `6 Use the
|
||||||
Data! <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#use-the-data>`__\
|
Data! <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#use-the-data>`__\
|
||||||
| `6.1 Prepare the
|
| `6.1 Prepare Data
|
||||||
Data! <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#prepare-the-data>`__\
|
Objects <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#prepare-data-objects>`__\
|
||||||
| `6.2 Calculate Dewpoint from Specific
|
| `6.2 Calculate Dewpoint from Specific
|
||||||
Humidity <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#calculate-dewpoint-from-specific-humidity>`__\
|
Humidity <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#calculate-dewpoint-from-specific-humidity>`__\
|
||||||
| `6.2.1 Method
|
| `6.2.1 Method
|
||||||
|
@ -1208,7 +1208,7 @@ we received the data we were interested in.
|
||||||
Since we filtered on time, and requested the data in the previous cell,
|
Since we filtered on time, and requested the data in the previous cell,
|
||||||
we now have a ``response`` object we can work with.
|
we now have a ``response`` object we can work with.
|
||||||
|
|
||||||
6.2 Prepare data objects
|
6.1 Prepare Data Objects
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Here we construct arrays for each parameter to plot (temperature,
|
Here we construct arrays for each parameter to plot (temperature,
|
||||||
|
@ -1396,11 +1396,11 @@ calculations.
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
See Also
|
8 See Also
|
||||||
--------
|
----------
|
||||||
|
|
||||||
Related Notebooks
|
8.1 Related Notebooks
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- `Grid Levels and
|
- `Grid Levels and
|
||||||
Parameters <https://unidata.github.io/python-awips/examples/generated/Grid_Levels_and_Parameters.html>`__
|
Parameters <https://unidata.github.io/python-awips/examples/generated/Grid_Levels_and_Parameters.html>`__
|
||||||
|
@ -1409,18 +1409,18 @@ Related Notebooks
|
||||||
- `Forecast Model Vertical
|
- `Forecast Model Vertical
|
||||||
Sounding <http://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html>`__
|
Sounding <http://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html>`__
|
||||||
|
|
||||||
Additional Documentation
|
8.2 Additional Documentation
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
**python-awips:** \*
|
**python-awips:**
|
||||||
`awips.DataAccessLayer <http://unidata.github.io/python-awips/api/DataAccessLayer.html>`__
|
|
||||||
\*
|
|
||||||
`awips.PyGeometryData <http://unidata.github.io/python-awips/api/PyGeometryData.html>`__
|
|
||||||
|
|
||||||
**matplotlib:** \*
|
- `awips.DataAccessLayer <http://unidata.github.io/python-awips/api/DataAccessLayer.html>`__
|
||||||
`matplotlib.pyplot <https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html>`__
|
- `awips.PyGeometryData <http://unidata.github.io/python-awips/api/PyGeometryData.html>`__
|
||||||
\*
|
|
||||||
`metpy.skewt <https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.SkewT.html>`__
|
**matplotlib:**
|
||||||
|
|
||||||
|
- `matplotlib.pyplot <https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html>`__
|
||||||
|
- `metpy.skewt <https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.SkewT.html>`__
|
||||||
|
|
||||||
`Top <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html>`__
|
`Top <https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html>`__
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
<li class="toctree-l4"><a class="reference internal" href="#get-the-data">5 Get the Data!</a></li>
|
<li class="toctree-l4"><a class="reference internal" href="#get-the-data">5 Get the Data!</a></li>
|
||||||
<li class="toctree-l4"><a class="reference internal" href="#use-the-data">6 Use the Data!</a></li>
|
<li class="toctree-l4"><a class="reference internal" href="#use-the-data">6 Use the Data!</a></li>
|
||||||
<li class="toctree-l4"><a class="reference internal" href="#plot-the-data">7 Plot the Data!</a></li>
|
<li class="toctree-l4"><a class="reference internal" href="#plot-the-data">7 Plot the Data!</a></li>
|
||||||
<li class="toctree-l4"><a class="reference internal" href="#see-also">See Also</a></li>
|
<li class="toctree-l4"><a class="reference internal" href="#see-also">8 See Also</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -144,8 +144,8 @@ Time</a></div>
|
||||||
Data!</a></div>
|
Data!</a></div>
|
||||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#use-the-data">6 Use the
|
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#use-the-data">6 Use the
|
||||||
Data!</a></div>
|
Data!</a></div>
|
||||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#prepare-the-data">6.1 Prepare the
|
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#prepare-data-objects">6.1 Prepare Data
|
||||||
Data!</a></div>
|
Objects</a></div>
|
||||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#calculate-dewpoint-from-specific-humidity">6.2 Calculate Dewpoint from Specific
|
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#calculate-dewpoint-from-specific-humidity">6.2 Calculate Dewpoint from Specific
|
||||||
Humidity</a></div>
|
Humidity</a></div>
|
||||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#method-1">6.2.1 Method
|
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html#method-1">6.2.1 Method
|
||||||
|
@ -1282,7 +1282,7 @@ we received the data we were interested in.</p>
|
||||||
<p>Since we filtered on time, and requested the data in the previous cell,
|
<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>
|
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">
|
<section id="prepare-data-objects">
|
||||||
<h4>6.2 Prepare data objects<a class="headerlink" href="#prepare-data-objects" title="Permalink to this heading"></a></h4>
|
<h4>6.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,
|
<p>Here we construct arrays for each parameter to plot (temperature,
|
||||||
pressure, moisture (spec. humidity), wind components, and cloud cover).
|
pressure, moisture (spec. humidity), wind components, and cloud cover).
|
||||||
We have two sets of arrays for temperature and pressure, where the
|
We have two sets of arrays for temperature and pressure, where the
|
||||||
|
@ -1449,9 +1449,9 @@ calculations.</p>
|
||||||
</section>
|
</section>
|
||||||
<hr class="docutils" />
|
<hr class="docutils" />
|
||||||
<section id="see-also">
|
<section id="see-also">
|
||||||
<h3>See Also<a class="headerlink" href="#see-also" title="Permalink to this heading"></a></h3>
|
<h3>8 See Also<a class="headerlink" href="#see-also" title="Permalink to this heading"></a></h3>
|
||||||
<section id="related-notebooks">
|
<section id="related-notebooks">
|
||||||
<h4>Related Notebooks<a class="headerlink" href="#related-notebooks" title="Permalink to this heading"></a></h4>
|
<h4>8.1 Related Notebooks<a class="headerlink" href="#related-notebooks" title="Permalink to this heading"></a></h4>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grid_Levels_and_Parameters.html">Grid Levels and
|
<li><p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grid_Levels_and_Parameters.html">Grid Levels and
|
||||||
Parameters</a></p></li>
|
Parameters</a></p></li>
|
||||||
|
@ -1462,15 +1462,17 @@ Sounding</a></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="additional-documentation">
|
<section id="additional-documentation">
|
||||||
<h4>Additional Documentation<a class="headerlink" href="#additional-documentation" title="Permalink to this heading"></a></h4>
|
<h4>8.2 Additional Documentation<a class="headerlink" href="#additional-documentation" title="Permalink to this heading"></a></h4>
|
||||||
<p><strong>python-awips:</strong> *
|
<p><strong>python-awips:</strong></p>
|
||||||
<a class="reference external" href="http://unidata.github.io/python-awips/api/DataAccessLayer.html">awips.DataAccessLayer</a>
|
<ul class="simple">
|
||||||
*
|
<li><p><a class="reference external" href="http://unidata.github.io/python-awips/api/DataAccessLayer.html">awips.DataAccessLayer</a></p></li>
|
||||||
<a class="reference external" href="http://unidata.github.io/python-awips/api/PyGeometryData.html">awips.PyGeometryData</a></p>
|
<li><p><a class="reference external" href="http://unidata.github.io/python-awips/api/PyGeometryData.html">awips.PyGeometryData</a></p></li>
|
||||||
<p><strong>matplotlib:</strong> *
|
</ul>
|
||||||
<a class="reference external" href="https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html">matplotlib.pyplot</a>
|
<p><strong>matplotlib:</strong></p>
|
||||||
*
|
<ul class="simple">
|
||||||
<a class="reference external" href="https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.SkewT.html">metpy.skewt</a></p>
|
<li><p><a class="reference external" href="https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html">matplotlib.pyplot</a></p></li>
|
||||||
|
<li><p><a class="reference external" href="https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.SkewT.html">metpy.skewt</a></p></li>
|
||||||
|
</ul>
|
||||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html">Top</a></p>
|
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Model_Sounding_Data.html">Top</a></p>
|
||||||
<hr class="docutils" />
|
<hr class="docutils" />
|
||||||
</section>
|
</section>
|
||||||
|
|
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