Skip to content

Commit

Permalink
Deploy commit: ch06 corrections - Geometry operations on... e9f8db6
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldorman committed Oct 7, 2023
1 parent 5d87d19 commit 42cc91f
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 121 deletions.
240 changes: 120 additions & 120 deletions 01-spatial-data.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 03-spatial-operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ <h3 data-number="3.4.1" class="anchored" data-anchor-id="sec-spatial-subsetting-
<div class="cell" data-execution_count="60">
<div class="sourceCode cell-code" id="cb70"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb70-1"><a href="#cb70-1" aria-hidden="true" tabindex="-1"></a>src_elev.sample([(<span class="fl">0.1</span>, <span class="fl">0.1</span>)])</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-display" data-execution_count="59">
<pre><code>&lt;generator object sample_gen at 0x7eff5e0bd4e0&gt;</code></pre>
<pre><code>&lt;generator object sample_gen at 0x7f067e7154e0&gt;</code></pre>
</div>
</div>
<p>In case we want all values at once, we can apply <code>list</code>. Since there was just one point, the result is just one extracted value, in this case <code>16</code>:</p>
Expand Down

0 comments on commit 42cc91f

Please sign in to comment.