mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge pull request #67 from srcarter3/website
Small changes to website notebooks for "Note" styling
This commit is contained in:
commit
3fb64ccc44
2 changed files with 9 additions and 14 deletions
|
@ -914,14 +914,12 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"<div class=\"alert-info\">\n",
|
||||
"<b>Note:</b> \n",
|
||||
" <li><b>0.0SFC</b> is the Surface level</li>\n",
|
||||
" <li><b>HAG</b> stands for Fixed Height Above Ground (in meters)</li>\n",
|
||||
" <li><b>NTAT</b> stands for Nominal Top of the ATmosphere</li>\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",
|
||||
" <li><b>TROP</b> is the Tropopause level\n",
|
||||
"</div>"
|
||||
"> Note\n",
|
||||
"> - **0.0SFC** is the Surface level\n",
|
||||
"> - **HAG** stands for Fixed Height Above Ground (in meters)\n",
|
||||
"> - **NTAT** stands for Nominal Top of the ATmosphere\n",
|
||||
"> - **BL** stands for Boundary Layer, where **0.0_30.0BL** reads as *0-30 mb above ground level* \n",
|
||||
"> - **TROP** is the Tropopause level"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -259,10 +259,7 @@
|
|||
"\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",
|
||||
"<br>\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",
|
||||
"> **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",
|
||||
"\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."
|
||||
]
|
||||
|
@ -488,7 +485,7 @@
|
|||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3 (ipykernel)",
|
||||
"display_name": "Python 3",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
|
@ -502,7 +499,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.13"
|
||||
"version": "3.9.5"
|
||||
},
|
||||
"toc": {
|
||||
"base_numbering": 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue