Merge pull request #101 from srcarter3/website

Upper Air BUFR Sounding notebook
This commit is contained in:
srcarter3 2023-05-23 13:53:14 -06:00 committed by GitHub
commit 16358a6ca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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."