This commit is contained in:
srcarter3 2020-09-30 22:53:49 +00:00
parent 0e52b133b0
commit 0ba754759f
4 changed files with 48 additions and 8 deletions

View file

@ -38,10 +38,27 @@ To install the latest version of python-awips, with all required and optional pa
Requirements Requirements
------------ ------------
- python 2.7+ These are specified in the environment.yml file that is used to create the 'python3-awips' conda environment:
- numpy
- shapely - python 3
- six - numpy
- nomkl
- matplotlib
- cartopy
- jupyter
- netcdf4
- owslib
- metpy
- pint
- h5py
- nbconvert 4.1
- siphon
- xarray
- ffmpeg
- pytest
- shapely
- six
- pip
Quick Example Quick Example

View file

@ -1,3 +1,8 @@
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 .hll { background-color: #ffffcc }
.highlight { background: #eeffcc; } .highlight { background: #eeffcc; }
.highlight .c { color: #408090; font-style: italic } /* Comment */ .highlight .c { color: #408090; font-style: italic } /* Comment */

View file

@ -186,12 +186,30 @@
</div> </div>
<div class="section" id="requirements"> <div class="section" id="requirements">
<h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline"></a></h2> <h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline"></a></h2>
<ul class="simple"> <p>These are specified in the environment.yml file that is used to create the python3-awips conda environment:</p>
<li><p>python 2.7+</p></li> <blockquote>
<div><ul class="simple">
<li><p>python 3</p></li>
<li><p>numpy</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>shapely</p></li>
<li><p>six</p></li> <li><p>six</p></li>
<li><p>pip</p></li>
</ul> </ul>
</div></blockquote>
<div class="section" id="quick-example"> <div class="section" id="quick-example">
<h3>Quick Example<a class="headerlink" href="#quick-example" title="Permalink to this headline"></a></h3> <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> <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