Upper Air BUFR Sounding notebook

-change capitalization of a subsection
This commit is contained in:
Shay Carter 2023-05-23 13:52:15 -06:00
parent ef0e1a221e
commit 6c908a6f58

View file

@ -281,7 +281,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."