From 2e2f4f4739d4555ee66891c5966c3f0c0e972d42 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Fri, 11 Sep 2020 11:02:08 -0600 Subject: [PATCH 1/4] Add conda update --all as a possible solution --- docs/source/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 7eacad3..6a46fda 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -29,6 +29,10 @@ To install the latest version of python-awips, with all required and optional pa conda activate python3-awips python setup.py install --force jupyter notebook examples + +**If you are experiencing issues, and have previously setup the conda environment, you may need to run:** +:: + conda update --all Requirements From 27303e6bfd6d81a6d4645d6df3f0f0974d8d5de5 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 30 Sep 2020 16:52:38 -0600 Subject: [PATCH 2/4] update the requirements section to reflect the environment.yml file --- docs/source/index.rst | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 6a46fda..6abd875 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 From 164c45f281639b1afd9ca888220e8ff0525f4bf0 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 30 Sep 2020 16:55:06 -0600 Subject: [PATCH 3/4] Add a '+' to one of the version reqs --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 6abd875..d8c4e7f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -51,7 +51,7 @@ These are specified in the environment.yml file that is used to create the 'pyth - metpy - pint - h5py - - nbconvert 4.1 + - nbconvert 4.1+ - siphon - xarray - ffmpeg From fc6f47e6bae5ee15506ff94c71410bd4289236fa Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Mon, 19 Oct 2020 11:25:57 -0600 Subject: [PATCH 4/4] Update description from "grid" to "meteorological" datasets --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index d8c4e7f..616f53e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Python AWIPS Data Access Framework ================================== -The python-awips package provides a data access framework for requesting grid and geometry datasets from an `EDEX `_ server. +The python-awips package provides a data access framework for requesting meteorological and geometry datasets from an `EDEX `_ server. `AWIPS `_ is a weather display and analysis package developed by the National Weather Service for operational forecasting. UCAR's `Unidata Program Center `_ supports a non-operational open-source release of the AWIPS software (`EDEX `_, `CAVE `_, and `python-awips `_).