BUFR Upper air soundings

- small change to comment about temp and dewpoint unit conversion
This commit is contained in:
Shay Carter 2023-05-30 12:25:21 -06:00
parent c04b1f3c23
commit 539bc3c8da

View file

@ -335,7 +335,7 @@
"source": [ "source": [
"### Convert Units\n", "### Convert Units\n",
"\n", "\n",
"We need to modify the units several of the data parameters are returned in. Here we convert Temperature units from Kelvin to Celsius, convert pressure to milibars, and extract wind for both the u and v directional components in Knots and Radians. " "We need to modify the units several of the data parameters are returned in. Here we convert the units for Temperature and Dewpoint from Kelvin to Celsius, convert pressure to milibars, and extract wind for both the u and v directional components in Knots and Radians. "
] ]
}, },
{ {