This commit is contained in:
srcarter3 2023-05-23 19:54:25 +00:00
parent b0b85752cf
commit cfa564d11c
4 changed files with 3 additions and 3 deletions

View file

@ -222,7 +222,7 @@ help verify we received the data we were interested in.
Since we filtered on time, and requested the data in the previous cell, Since we filtered on time, and requested the data in the previous cell,
we now have a ``response`` object we can work with. we now have a ``response`` object we can work with.
5.1 Prepare Data objects 5.1 Prepare Data Objects
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
Here we construct arrays for each parameter to plot (temperature, Here we construct arrays for each parameter to plot (temperature,

View file

@ -302,7 +302,7 @@ help verify we received the data we were interested in.</p>
<p>Since we filtered on time, and requested the data in the previous cell, <p>Since we filtered on time, and requested the data in the previous cell,
we now have a <code class="docutils literal notranslate"><span class="pre">response</span></code> object we can work with.</p> we now have a <code class="docutils literal notranslate"><span class="pre">response</span></code> object we can work with.</p>
<section id="prepare-data-objects"> <section id="prepare-data-objects">
<h4>5.1 Prepare Data objects<a class="headerlink" href="#prepare-data-objects" title="Permalink to this heading"></a></h4> <h4>5.1 Prepare Data Objects<a class="headerlink" href="#prepare-data-objects" title="Permalink to this heading"></a></h4>
<p>Here we construct arrays for each parameter to plot (temperature, <p>Here we construct arrays for each parameter to plot (temperature,
pressure, and wind components). After populating each of the arrays, we pressure, and wind components). After populating each of the arrays, we
sort and mask missing data.</p> sort and mask missing data.</p>

Binary file not shown.

File diff suppressed because one or more lines are too long