From c27a5e0f2e1746ce967c49c4b9783117b989dce6 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Mon, 22 Aug 2022 18:27:48 -0600 Subject: [PATCH] Small change to the model sounding notebook - added more links in the see also section for additional metpy documentation --- examples/notebooks/Model_Sounding_Data.ipynb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/examples/notebooks/Model_Sounding_Data.ipynb b/examples/notebooks/Model_Sounding_Data.ipynb index a8af594..9cbb74e 100644 --- a/examples/notebooks/Model_Sounding_Data.ipynb +++ b/examples/notebooks/Model_Sounding_Data.ipynb @@ -1528,12 +1528,22 @@ "### Additional Documentation\n", "\n", "**python-awips:**\n", + "\n", "* [awips.DataAccessLayer](http://unidata.github.io/python-awips/api/DataAccessLayer.html)\n", "* [awips.PyGeometryData](http://unidata.github.io/python-awips/api/PyGeometryData.html)\n", "\n", "**matplotlib:**\n", + "\n", "* [matplotlib.pyplot](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html)\n", - "* [metpy.skewt](https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.SkewT.html)" + "\n", + "**MetPy**\n", + "\n", + "* [metpy.wind_speed](https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.wind_speed.html)\n", + "* [metpy.wind_direction](https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.wind_direction.html)\n", + "* [metpy.vapor_pressure](https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.vapor_pressure.html)\n", + "* [metpy.dewpoint](https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.dewpoint.html)\n", + "* [metpy.skewt](https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.SkewT.html)\n", + "* [metpy.hodograph](https://unidata.github.io/MetPy/latest/api/generated/metpy.plots.Hodograph.html)" ] }, {