This file goes with the previous commit for the new python-awips webpage

This commit is contained in:
Shay Carter 2020-07-23 11:28:08 -06:00
parent 9c88299889
commit b849dab784

5
docs/python/overview.md Normal file
View file

@ -0,0 +1,5 @@
# Python API
The **python-awips** package provides a data access framework (DAF) for requesting grid and geometry datasets from an EDEX server. The DAF can be used to interact in command line, or scripting form, with the EDEX. This is an alternative to using CAVE to interact with the data.
Thorough documentation for python-awips can be found [**here**](https://python-awips.readthedocs.io/en/latest/).