mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge branch 'main' of github.com:Unidata/python-awips into website-updates
Pulling code back up inline with Unidata repo
This commit is contained in:
commit
8a49551f59
1 changed files with 26 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
Python AWIPS Data Access Framework
|
Python AWIPS Data Access Framework
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
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.
|
The python-awips package provides a data access framework for requesting meteorological and geometry datasets from an `EDEX <http://unidata.github.io/awips2/#edex>`_ server.
|
||||||
|
|
||||||
`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>`_).
|
`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>`_).
|
||||||
|
|
||||||
|
@ -29,15 +29,36 @@ To install the latest version of python-awips, with all required and optional pa
|
||||||
conda activate python3-awips
|
conda activate python3-awips
|
||||||
python setup.py install --force
|
python setup.py install --force
|
||||||
jupyter notebook examples
|
jupyter notebook examples
|
||||||
|
|
||||||
|
**If you are experiencing issues, and have previously setup the conda environment, you may need to run:**
|
||||||
|
::
|
||||||
|
conda update --all
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue