model sounding doc, install/about/readme updates, doc conf 0.9.4

This commit is contained in:
Michael James 2016-07-13 14:58:44 -05:00
parent a662fb173d
commit 8abee299f4
8 changed files with 611 additions and 594 deletions

View file

@ -21,23 +21,24 @@ Install
Requirements Requirements
------------- -------------
- Python 2.7 or later - Python 2.7 minimum
- pip install numpy shapely - pip install numpy shapely
- pip install metpy enum34 - to run Jupyter Notebook examples
From Github Install from Github
----------- -----------
- git clone https://github.com/Unidata/python-awips.git - git clone https://github.com/Unidata/python-awips.git
- cd python-awips - cd python-awips
- python setup.py install - python setup.py install
Install for AWIPS II Python Install for AWIPS Python (/awips2/python)
-------------------- --------------------
AWIPS II >=15.1.3 (March 2016) has `python-awips` installed in /awips2/python, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc). AWIPS II >=15.1.3 (March 2016) has `python-awips` bundled with the awips2-server and awips2-cave groups, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc).
For AWIPS II systems 15.1.2 and lower: Easy install on an AWIPS system
- wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python - wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
- /awips2/python/bin/easy_install pip - /awips2/python/bin/easy_install pip

View file

@ -44,25 +44,27 @@ AWIPS II Python Stack
--------------------- ---------------------
A number of Python packages are bundled with the AWIPS II EDEX and CAVE A number of Python packages are bundled with the AWIPS II EDEX and CAVE
installations, on top of base Python 2.7.9. installations.
====================== ============== ============================== ====================== ============== ==============================
Package Version RPM Name Package Version RPM Name
====================== ============== ============================== ====================== ============== ==============================
Python 2.7.9 awips2-python Python 2.7.10 awips2-python
**awips** **0.9.3** **awips2-python-awips** **awips** **0.9.4** **awips2-python-awips**
basemap 1.0.7 awips2-python-basemap basemap 1.0.7 awips2-python-basemap
cartopy 0.13.0 awips2-python-cartopy cartopy 0.13.0 awips2-python-cartopy
cherrypy 3.1.2 awips2-python-cherrypy cherrypy 3.1.2 awips2-python-cherrypy
cycler 0.10.0 awips2-python-cycler cycler 0.10.0 awips2-python-cycler
cython 0.23.4 awips2-python-cython cython 0.23.4 awips2-python-cython
dateutil 2.5.0 awips2-python-dateutil dateutil 2.5.0 awips2-python-dateutil
gfe 1.0.0 awips2-python-gfe
h5py 1.3.0 awips2-python-h5py h5py 1.3.0 awips2-python-h5py
jep 3.4.1 awips2-python-jep
matplotlib 1.5.1 awips2-python-matplotlib matplotlib 1.5.1 awips2-python-matplotlib
metpy 0.3.0 awips2-python-metpy metpy 0.3.0 awips2-python-metpy
nose 0.11.1 awips2-python-nose nose 0.11.1 awips2-python-nose
numpy 1.10.4 awips2-python-numpy numpy 1.8.0 awips2-python-numpy
pil 1.1.6 awips2-python-pil pil 1.1.6 awips2-python-pil
pint 0.7.2 awips2-python-pint pint 0.7.2 awips2-python-pint
pmw 1.3.2 awips2-python-pmw pmw 1.3.2 awips2-python-pmw
@ -72,7 +74,7 @@ pygtk 2.8.6 awips2-python-pygtk
pyparsing 2.1.0 awips2-python-pyparsing pyparsing 2.1.0 awips2-python-pyparsing
qpid 0.32 awips2-python-qpid qpid 0.32 awips2-python-qpid
scientific 2.8 awips2-python-scientific scientific 2.8 awips2-python-scientific
scipy 0.17.0 awips2-python-scipy scipy 0.9.0 awips2-python-scipy
shapely 1.5.9 awips2-python-shapely shapely 1.5.9 awips2-python-shapely
six 1.10.0 awips2-python-six six 1.10.0 awips2-python-six
tables 2.1.2 awips2-python-tables tables 2.1.2 awips2-python-tables

View file

@ -65,7 +65,7 @@ author = u'Unidata'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = u'0.9.3' version = u'0.9.4'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation

View file

@ -1,3 +1,5 @@
.. _Jupyter Notebook: http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks
Install python-awips Install python-awips
------------------ ------------------
@ -8,22 +10,24 @@ Requirements
- Python 2.7 or later - Python 2.7 or later
- pip install numpy shapely - pip install numpy shapely
- pip install metpy enum34 - to run `Jupyter Notebook`_ examples
From Github Install from Github
~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
- git clone https://github.com/Unidata/python-awips.git - git clone https://github.com/Unidata/python-awips.git
- cd python-awips - cd python-awips
- python setup.py install - python setup.py install
Install for AWIPS II Python Install for AWIPS (/awips2/python)
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
AWIPS II >=15.1.3 (March 2016) has `python-awips` installed in /awips2/python, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc). AWIPS II >=15.1.3 (March 2016) has `python-awips` bundled with the awips2-server and awips2-cave groups, as well as a full meteorological data stack (metpy, matplotlib, numpy, etc).
For AWIPS II systems 15.1.2 and lower: Easy install on an AWIPS system
- wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python - wget https://bootstrap.pypa.io/ez_setup.py -O - | /awips2/python/bin/python
- /awips2/python/bin/easy_install pip - /awips2/python/bin/easy_install pip
- /awips2/python/bin/pip install python-awips - /awips2/python/bin/pip install python-awips

View file

@ -953,7 +953,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython2", "pygments_lexer": "ipython2",
"version": "2.7.9" "version": "2.7.10"
} }
}, },
"nbformat": 4, "nbformat": 4,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -352,7 +352,7 @@
" </tr>\n", " </tr>\n",
" </tbody>\n", " </tbody>\n",
"</table>\n", "</table>\n",
"<p>48 rows × 12 columns</p>\n", "<p>48 rows 12 columns</p>\n",
"</div>" "</div>"
], ],
"text/plain": [ "text/plain": [