Skip to content

Commit

Permalink
jupyter notebook cleanup for 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mjames-upc committed Feb 11, 2018
1 parent 91d67e8 commit 783e28c
Show file tree
Hide file tree
Showing 9 changed files with 847 additions and 719 deletions.
39 changes: 0 additions & 39 deletions docs/source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,45 +53,6 @@ several commercial off-the-shelf (COTS) and Free or Open Source software
(FOSS) products to assist in its operation. The following components,
working together and communicating, compose the entire AWIPS system.

AWIPS Python Stack
------------------

A number of Python packages are bundled with the AWIPS EDEX and CAVE
installations.


====================== ============== ==============================
Package Version RPM Name
====================== ============== ==============================
Python 2.7.11 awips2-python
**awips** **0.9.10** **awips2-python-awips**
cartopy 0.15.1 awips2-python-cartopy
cherrypy 3.8.2 awips2-python-cherrypy
cycler 0.10.0 awips2-python-cycler
cython 0.25.2 awips2-python-cython
dateutil 2.4.2 awips2-python-dateutil
gfe 16.4.1 awips2-python-gfe
h5py 1.3.0 awips2-python-h5py
jep 3.5.3 awips2-python-jep
matplotlib 1.5.1 awips2-python-matplotlib
metpy 0.5.0 awips2-python-metpy
nose 1.3.7 awips2-python-nose
numpy 1.9.2 awips2-python-numpy
pint 0.7.2 awips2-python-pint
pmw 1.3.2 awips2-python-pmw
pupynere 1.0.15 awips2-python-pupynere
pyparsing 2.0.3 awips2-python-pyparsing
qpid 0.32 awips2-python-qpid
scientific 2.8 awips2-python-scientific
scipy 0.15.1 awips2-python-scipy
shapely 1.4.4 awips2-python-shapely
six 1.10.0 awips2-python-six
tables 3.3.0 awips2-python-tables
tpg 3.2.2 awips2-python-tpg
werkzeug 0.12.1 awips2-python-werkzeug
====================== ============== ==============================


EDEX
----

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# built documents.
#
# The short X.Y version.
version = '0.9.10'
version = '0.9.11'
# The full version, including alpha/beta/rc tags.

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
8 changes: 4 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Python AWIPS Data Access Framework

`AWIPS <http://unidata.github.io/awips2>`_ is a weather display and analysis package developed by the National Weather Service for operational forecasting. UCAR's `Unidata Program Center <http://www.unidata.ucar.edu/software/awips2/>`_ supports a non-operational open-source release of the AWIPS software (`EDEX <http://unidata.github.io/awips2/#edex>`_, `CAVE <http://unidata.github.io/awips2/#cave>`_, and `python-awips <https://github.com/Unidata/python-awips>`_).

The python-awips package provides a data access framework for requesting grid and geometry datasets from an `EDEX <http://unidata.github.io/awips2>`_ server.
The python-awips package provides a data access framework for requesting grid and geometry datasets from an `EDEX <http://unidata.github.io/awips2/#edex>`_ server.

.. _Jupyter Notebook: http://nbviewer.jupyter.org/github/Unidata/python-awips/tree/master/examples/notebooks

Expand All @@ -20,8 +20,8 @@ Requirements
- Shapely 1.4+
- MetPy and enum34 to run the `Jupyter Notebook`_ examples

How to Use
~~~~~~~~~~
Quick Example
~~~~~~~~~~~~~

::

Expand All @@ -30,7 +30,7 @@ How to Use
request = DataAccessLayer.newDataRequest()
dataTypes = DataAccessLayer.getSupportedDatatypes()
request.setDatatype("grid")
request.addLocationNames("RAP40")
request.addLocationNames("RAP13")
request.setParameters("T")
request.setLevels("0.0SFC")
cycles = DataAccessLayer.getAvailableTimes(request, True)
Expand Down
Loading

0 comments on commit 783e28c

Please sign in to comment.