\n",
"\n",
"\n",
"# Objectives\n",
"\n",
"* Use python-awips to connect to an edex server\n",
"* Request data using the [ModelSounding class](http://unidata.github.io/python-awips/api/ModelSounding.html) in addition to using the normal [DataAccess class](http://unidata.github.io/python-awips/api/DataAccessLayer.html)\n",
"* Create and compare vertical sounding from different AWIPS model data with isobaric levels\n",
"* Use [Shapely Point geometry](https://shapely.readthedocs.io/en/stable/reference/shapely.Point.html) to define a point\n",
"* Convert between units when necessary\n",
"* Use MetPy to create [SkewT](https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.SkewT.html) and [Hodograph](https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.Hodograph.html) plots\n",
"\n",
"---"
]
},
{
"cell_type": "markdown",
"metadata": {
"toc": true
},
"source": [
"