mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
deploy: 27303e6bfd
This commit is contained in:
parent
0e52b133b0
commit
0ba754759f
4 changed files with 48 additions and 8 deletions
|
@ -38,10 +38,27 @@ To install the latest version of python-awips, with all required and optional pa
|
|||
Requirements
|
||||
------------
|
||||
|
||||
- python 2.7+
|
||||
- numpy
|
||||
- shapely
|
||||
- six
|
||||
These are specified in the environment.yml file that is used to create the 'python3-awips' conda environment:
|
||||
|
||||
- python 3
|
||||
- numpy
|
||||
- nomkl
|
||||
- matplotlib
|
||||
- cartopy
|
||||
- jupyter
|
||||
- netcdf4
|
||||
- owslib
|
||||
- metpy
|
||||
- pint
|
||||
- h5py
|
||||
- nbconvert 4.1
|
||||
- siphon
|
||||
- xarray
|
||||
- ffmpeg
|
||||
- pytest
|
||||
- shapely
|
||||
- six
|
||||
- pip
|
||||
|
||||
|
||||
Quick Example
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
pre { line-height: 125%; margin: 0; }
|
||||
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
|
||||
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
|
||||
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
|
||||
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #eeffcc; }
|
||||
.highlight { background: #eeffcc; }
|
||||
.highlight .c { color: #408090; font-style: italic } /* Comment */
|
||||
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
|
||||
|
|
22
index.html
22
index.html
|
@ -186,12 +186,30 @@
|
|||
</div>
|
||||
<div class="section" id="requirements">
|
||||
<h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p>python 2.7+</p></li>
|
||||
<p>These are specified in the environment.yml file that is used to create the ‘python3-awips’ conda environment:</p>
|
||||
<blockquote>
|
||||
<div><ul class="simple">
|
||||
<li><p>python 3</p></li>
|
||||
<li><p>numpy</p></li>
|
||||
<li><p>nomkl</p></li>
|
||||
<li><p>matplotlib</p></li>
|
||||
<li><p>cartopy</p></li>
|
||||
<li><p>jupyter</p></li>
|
||||
<li><p>netcdf4</p></li>
|
||||
<li><p>owslib</p></li>
|
||||
<li><p>metpy</p></li>
|
||||
<li><p>pint</p></li>
|
||||
<li><p>h5py</p></li>
|
||||
<li><p>nbconvert 4.1</p></li>
|
||||
<li><p>siphon</p></li>
|
||||
<li><p>xarray</p></li>
|
||||
<li><p>ffmpeg</p></li>
|
||||
<li><p>pytest</p></li>
|
||||
<li><p>shapely</p></li>
|
||||
<li><p>six</p></li>
|
||||
<li><p>pip</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
<div class="section" id="quick-example">
|
||||
<h3>Quick Example<a class="headerlink" href="#quick-example" title="Permalink to this headline">¶</a></h3>
|
||||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">awips.dataaccess</span> <span class="kn">import</span> <span class="n">DataAccessLayer</span>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue