mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Small updates to Upper Air BUFR sounding notebook
- fix two broken links - proper capitalization on a subsection
This commit is contained in:
parent
1fb341c2f1
commit
e857f118c4
1 changed files with 10 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
||||||
" [2.2 Setting Additional Request Parameters](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#setting-additional-request-parameters)<br> \n",
|
" [2.2 Setting Additional Request Parameters](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#setting-additional-request-parameters)<br> \n",
|
||||||
" [2.3 Available Location Names](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#available-location-names)<br> \n",
|
" [2.3 Available Location Names](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#available-location-names)<br> \n",
|
||||||
" [2.4 Setting the Location Name](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#setting-the-location-name)<br> \n",
|
" [2.4 Setting the Location Name](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#setting-the-location-name)<br> \n",
|
||||||
"[3 Filtering by Time](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Sounding.html#filtering-by-time)<br> \n",
|
"[3 Filtering by Time](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#filtering-by-time)<br> \n",
|
||||||
"[4 Get the Data!](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#get-the-data)<br> \n",
|
"[4 Get the Data!](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#get-the-data)<br> \n",
|
||||||
"[5 Use the Data!](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#use-the-data)<br> \n",
|
"[5 Use the Data!](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#use-the-data)<br> \n",
|
||||||
" [5.1 Prepare Data Objects](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#prepare-data-objects)<br> \n",
|
" [5.1 Prepare Data Objects](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#prepare-data-objects)<br> \n",
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"### 2.2 Setting Additional Request Parameters\n",
|
"### 2.2 Setting Additional Request Parameters\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Here we populate arrays of all the parameters that will be necessary for plotting the Skew-T. The `MAN_PARAMS` are the *mandatory levels* and the `SIGT_PARAMS` are the *significant temperature* parameters that were both mentioned in the [objectives section](#Objectives) above. \n",
|
"Here we populate arrays of all the parameters that will be necessary for plotting the Skew-T. The `MAN_PARAMS` are the *mandatory levels* and the `SIGT_PARAMS` are the *significant temperature* parameters that were both mentioned in the [objectives section](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html#objectives) above. \n",
|
||||||
"\n",
|
"\n",
|
||||||
"Also request the station name and ID to use in the figure title later on."
|
"Also request the station name and ID to use in the figure title later on."
|
||||||
]
|
]
|
||||||
|
@ -283,7 +283,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"Since we filtered on time, and requested the data in the previous cell, we now have a `response` object we can work with.\n",
|
"Since we filtered on time, and requested the data in the previous cell, we now have a `response` object we can work with.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"### 5.1 Prepare data objects\n",
|
"### 5.1 Prepare Data objects\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Here we construct arrays for each parameter to plot (temperature, pressure, and wind components).\n",
|
"Here we construct arrays for each parameter to plot (temperature, pressure, and wind components).\n",
|
||||||
"After populating each of the arrays, we sort and mask missing data."
|
"After populating each of the arrays, we sort and mask missing data."
|
||||||
|
@ -525,9 +525,14 @@
|
||||||
"title_cell": "Table of Contents",
|
"title_cell": "Table of Contents",
|
||||||
"title_sidebar": "Contents",
|
"title_sidebar": "Contents",
|
||||||
"toc_cell": false,
|
"toc_cell": false,
|
||||||
"toc_position": {},
|
"toc_position": {
|
||||||
|
"height": "calc(100% - 180px)",
|
||||||
|
"left": "10px",
|
||||||
|
"top": "150px",
|
||||||
|
"width": "338.823517px"
|
||||||
|
},
|
||||||
"toc_section_display": true,
|
"toc_section_display": true,
|
||||||
"toc_window_display": true
|
"toc_window_display": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
Loading…
Add table
Reference in a new issue