mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
deploy: 0a17075f2e
This commit is contained in:
parent
3c7ee80876
commit
f48336965d
2 changed files with 32 additions and 32 deletions
|
@ -21,25 +21,25 @@ Table of Contents
|
|||
-----------------
|
||||
|
||||
| `1
|
||||
Imports <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#imports>`__\
|
||||
Imports <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#imports>`__\
|
||||
| `2 Define Data
|
||||
Request <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#define-data-request>`__\
|
||||
Request <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#define-data-request>`__\
|
||||
| `3 Limit Results Based on
|
||||
Time <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#limit-results-based-on-time>`__\
|
||||
Time <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#limit-results-based-on-time>`__\
|
||||
| `4 Function:
|
||||
make_map() <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#function-make-map>`__\
|
||||
make_map() <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#function-make-map>`__\
|
||||
| `5 Use the Grid
|
||||
Data! <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#use-the-grid-data>`__\
|
||||
Data! <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#use-the-grid-data>`__\
|
||||
| `5.1 Plot Using
|
||||
pcolormesh <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#plot-using-pcolormesh>`__\
|
||||
pcolormesh <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#plot-using-pcolormesh>`__\
|
||||
| `5.2 Plot Using
|
||||
contourf <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#plot-using-contourf>`__\
|
||||
contourf <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#plot-using-contourf>`__\
|
||||
| `6 See
|
||||
Also <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#see-also>`__\
|
||||
Also <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#see-also>`__\
|
||||
| `6.1 Related
|
||||
Notebooks <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#related-notebooks>`__\
|
||||
Notebooks <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#related-notebooks>`__\
|
||||
| `6.2 Additional
|
||||
Documentation <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#additional-documentation>`__\
|
||||
Documentation <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#additional-documentation>`__\
|
||||
|
||||
--------------
|
||||
|
||||
|
@ -57,7 +57,7 @@ the libraries needed for plotting and manipulating the data
|
|||
from cartopy.mpl.gridliner import LONGITUDE_FORMATTER, LATITUDE_FORMATTER
|
||||
from scipy.constants import convert_temperature
|
||||
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html>`__
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html>`__
|
||||
|
||||
--------------
|
||||
|
||||
|
@ -91,7 +91,7 @@ in meters), respectively.
|
|||
DefaultDataRequest(datatype=grid, identifiers={}, parameters=['T'], levels=[<dynamicserialize.dstypes.com.raytheon.uf.common.dataplugin.level.Level.Level object at 0x11127bfd0>], locationNames=['RAP13'], envelope=None)
|
||||
|
||||
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html>`__
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html>`__
|
||||
|
||||
--------------
|
||||
|
||||
|
@ -123,7 +123,7 @@ limit the data to the most recent time and forecast run.
|
|||
Number of available forecast runs: 8
|
||||
|
||||
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html>`__
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html>`__
|
||||
|
||||
--------------
|
||||
|
||||
|
@ -150,7 +150,7 @@ added, along with lat/lon grids.
|
|||
gl.yformatter = LATITUDE_FORMATTER
|
||||
return fig, ax
|
||||
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html>`__
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html>`__
|
||||
|
||||
--------------
|
||||
|
||||
|
@ -232,7 +232,7 @@ a label for our plot.
|
|||
.. image:: Colorized_Grid_Data_files/Colorized_Grid_Data_23_0.png
|
||||
|
||||
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html>`__
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html>`__
|
||||
|
||||
--------------
|
||||
|
||||
|
@ -260,6 +260,6 @@ a label for our plot.
|
|||
- `matplotlib.pyplot.pcolormesh <https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.pcolormesh.html>`__
|
||||
- `matplotlib.pyplot.contourf <https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.contourf.html>`__
|
||||
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html>`__
|
||||
`Top <https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html>`__
|
||||
|
||||
--------------
|
||||
|
|
|
@ -122,25 +122,25 @@ compare the differences between the two.</p></li>
|
|||
<section id="table-of-contents">
|
||||
<h3>Table of Contents<a class="headerlink" href="#table-of-contents" title="Permalink to this headline"></a></h3>
|
||||
<div class="line-block">
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#imports">1
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#imports">1
|
||||
Imports</a></div>
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#define-data-request">2 Define Data
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#define-data-request">2 Define Data
|
||||
Request</a></div>
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#limit-results-based-on-time">3 Limit Results Based on
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#limit-results-based-on-time">3 Limit Results Based on
|
||||
Time</a></div>
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#function-make-map">4 Function:
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#function-make-map">4 Function:
|
||||
make_map()</a></div>
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#use-the-grid-data">5 Use the Grid
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#use-the-grid-data">5 Use the Grid
|
||||
Data!</a></div>
|
||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#plot-using-pcolormesh">5.1 Plot Using
|
||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#plot-using-pcolormesh">5.1 Plot Using
|
||||
pcolormesh</a></div>
|
||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#plot-using-contourf">5.2 Plot Using
|
||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#plot-using-contourf">5.2 Plot Using
|
||||
contourf</a></div>
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#see-also">6 See
|
||||
<div class="line"><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#see-also">6 See
|
||||
Also</a></div>
|
||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#related-notebooks">6.1 Related
|
||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#related-notebooks">6.1 Related
|
||||
Notebooks</a></div>
|
||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html#additional-documentation">6.2 Additional
|
||||
<div class="line"> <a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html#additional-documentation">6.2 Additional
|
||||
Documentation</a></div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -156,7 +156,7 @@ the libraries needed for plotting and manipulating the data</p>
|
|||
<span class="kn">from</span> <span class="nn">scipy.constants</span> <span class="kn">import</span> <span class="n">convert_temperature</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html">Top</a></p>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html">Top</a></p>
|
||||
</section>
|
||||
<hr class="docutils" />
|
||||
<section id="define-data-request">
|
||||
|
@ -183,7 +183,7 @@ in meters), respectively.</p>
|
|||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">DefaultDataRequest</span><span class="p">(</span><span class="n">datatype</span><span class="o">=</span><span class="n">grid</span><span class="p">,</span> <span class="n">identifiers</span><span class="o">=</span><span class="p">{},</span> <span class="n">parameters</span><span class="o">=</span><span class="p">[</span><span class="s1">'T'</span><span class="p">],</span> <span class="n">levels</span><span class="o">=</span><span class="p">[</span><span class="o"><</span><span class="n">dynamicserialize</span><span class="o">.</span><span class="n">dstypes</span><span class="o">.</span><span class="n">com</span><span class="o">.</span><span class="n">raytheon</span><span class="o">.</span><span class="n">uf</span><span class="o">.</span><span class="n">common</span><span class="o">.</span><span class="n">dataplugin</span><span class="o">.</span><span class="n">level</span><span class="o">.</span><span class="n">Level</span><span class="o">.</span><span class="n">Level</span> <span class="nb">object</span> <span class="n">at</span> <span class="mh">0x11127bfd0</span><span class="o">></span><span class="p">],</span> <span class="n">locationNames</span><span class="o">=</span><span class="p">[</span><span class="s1">'RAP13'</span><span class="p">],</span> <span class="n">envelope</span><span class="o">=</span><span class="kc">None</span><span class="p">)</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html">Top</a></p>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html">Top</a></p>
|
||||
</section>
|
||||
<hr class="docutils" />
|
||||
<section id="limit-results-based-on-time">
|
||||
|
@ -209,7 +209,7 @@ to see the differences.</p>
|
|||
<span class="n">Number</span> <span class="n">of</span> <span class="n">available</span> <span class="n">forecast</span> <span class="n">runs</span><span class="p">:</span> <span class="mi">8</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html">Top</a></p>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html">Top</a></p>
|
||||
</section>
|
||||
<hr class="docutils" />
|
||||
<section id="function-make-map">
|
||||
|
@ -232,7 +232,7 @@ added, along with lat/lon grids.</p>
|
|||
<span class="k">return</span> <span class="n">fig</span><span class="p">,</span> <span class="n">ax</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html">Top</a></p>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html">Top</a></p>
|
||||
</section>
|
||||
<hr class="docutils" />
|
||||
<section id="use-the-grid-data">
|
||||
|
@ -296,7 +296,7 @@ a label for our plot.</p>
|
|||
</pre></div>
|
||||
</div>
|
||||
<img alt="../../_images/Colorized_Grid_Data_23_0.png" src="../../_images/Colorized_Grid_Data_23_0.png" />
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html">Top</a></p>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html">Top</a></p>
|
||||
</section>
|
||||
</section>
|
||||
<hr class="docutils" />
|
||||
|
@ -323,7 +323,7 @@ Parameters</a></p></li>
|
|||
<li><p><a class="reference external" href="https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.pcolormesh.html">matplotlib.pyplot.pcolormesh</a></p></li>
|
||||
<li><p><a class="reference external" href="https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.contourf.html">matplotlib.pyplot.contourf</a></p></li>
|
||||
</ul>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html">Top</a></p>
|
||||
<p><a class="reference external" href="https://unidata.github.io/python-awips/examples/generated/Colorized_Grid_Data.html">Top</a></p>
|
||||
<hr class="docutils" />
|
||||
</section>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue