Merge pull request #107 from srcarter3/website

Website version - Forecast Model sounding notebook fixes
This commit is contained in:
srcarter3 2023-07-25 15:14:11 -07:00 committed by GitHub
commit 999d1767f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,26 @@
"---"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Table of Contents\n",
"\n",
"[1 Imports](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#imports)<br> \n",
"[2 EDEX Connection](http://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#edex-connection)<br> \n",
"[3 Define Useful Variables](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#define-useful-variables)<br> \n",
"[4 Function: get_surface_data()](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#function-get-surface-data)<br> \n",
"[5 Function: get_levels_data()](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#function-get-levels-data)<br> \n",
"[6 Function: plot_skewT()](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#function-plot-skewt)<br> \n",
"[7 Retrieve Necessary Plotting Data](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#retrieve-necessary-plotting-data)<br> \n",
"[8 Skew-T/Log-P](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#skew-t-log-p)<br> \n",
"[9 Model Sounding Comparison](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#model-sounding-comparison)<br> \n",
"[10 See Also](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#see-also)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[10.1 Related Notebooks](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#related-notebooks)<br> \n",
"&nbsp;&nbsp;&nbsp;&nbsp;[10.2 Additional Documentation](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html#additional-documentation)<br> "
]
},
{
"cell_type": "markdown",
"metadata": {},
@ -181,7 +201,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"#top\">Top</a>\n",
"[Top](https://unidata.github.io/python-awips/examples/generated/Forecast_Model_Vertical_Sounding.html)\n",
"\n",
"---"
]