mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Small changes to website notebooks for "Note" styling
- updated the Grid Levels and Parameters notebook because there was a leftover admonition style note that had not been changed for the website - updated the Metar notebook for a "note" that had not been changed over
This commit is contained in:
parent
37be363161
commit
36e438a2b5
2 changed files with 9 additions and 14 deletions
|
@ -914,14 +914,12 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"<div class=\"alert-info\">\n",
|
"> Note\n",
|
||||||
"<b>Note:</b> \n",
|
"> - **0.0SFC** is the Surface level\n",
|
||||||
" <li><b>0.0SFC</b> is the Surface level</li>\n",
|
"> - **HAG** stands for Fixed Height Above Ground (in meters)\n",
|
||||||
" <li><b>HAG</b> stands for Fixed Height Above Ground (in meters)</li>\n",
|
"> - **NTAT** stands for Nominal Top of the ATmosphere\n",
|
||||||
" <li><b>NTAT</b> stands for Nominal Top of the ATmosphere</li>\n",
|
"> - **BL** stands for Boundary Layer, where **0.0_30.0BL** reads as *0-30 mb above ground level* \n",
|
||||||
" <li><b>BL</b> stands for Boundary Layer, where <b>0.0_30.0BL</b> reads as <i>0-30 mb above ground level</i></li> \n",
|
"> - **TROP** is the Tropopause level"
|
||||||
" <li><b>TROP</b> is the Tropopause level\n",
|
|
||||||
"</div>"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -259,10 +259,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"In this section we start gathering all the information we'll need to properly display our data. First we create an empty dictionary and array to keep track of all data and unique station IDs. We also create a boolean to help us only grab the first entry for `skyCover` related to a station id.\n",
|
"In this section we start gathering all the information we'll need to properly display our data. First we create an empty dictionary and array to keep track of all data and unique station IDs. We also create a boolean to help us only grab the first entry for `skyCover` related to a station id.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"<br>\n",
|
"> **Note**: The way the data responses are returned, we recieve many `skyCover` entries for each station ID, but we only want to keep track of the most recent one (first one returned).\n",
|
||||||
"<div class=\"alert-info\">\n",
|
|
||||||
" <b>Note:</b> The way the data responses are returned, we recieve many <code>skyCover</code> entries for each station ID, but we only want to keep track of the most recent one (first one returned).\n",
|
|
||||||
"</div>\n",
|
|
||||||
"\n",
|
"\n",
|
||||||
"After defining these variables, we are ready to start looping through our response data. If the response is an entry of `skyCover`, and this is a new station id, then set the skyCover value in the obs dictionary. If this is not a skyCover entry, then explicitly set the `timeObs` variable (because we have to manipulate it slightly), and dynamically set all the remaining parameters."
|
"After defining these variables, we are ready to start looping through our response data. If the response is an entry of `skyCover`, and this is a new station id, then set the skyCover value in the obs dictionary. If this is not a skyCover entry, then explicitly set the `timeObs` variable (because we have to manipulate it slightly), and dynamically set all the remaining parameters."
|
||||||
]
|
]
|
||||||
|
@ -488,7 +485,7 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Python 3 (ipykernel)",
|
"display_name": "Python 3",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
|
@ -502,7 +499,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.13"
|
"version": "3.9.5"
|
||||||
},
|
},
|
||||||
"toc": {
|
"toc": {
|
||||||
"base_numbering": 1,
|
"base_numbering": 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue