Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Nov 8, 2024
1 parent 47de1ad commit 0b3d6fb
Show file tree
Hide file tree
Showing 19 changed files with 3,858 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
885a84a4
c747ac2f
8 changes: 4 additions & 4 deletions course/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,17 +433,17 @@ <h4 class="anchored">
</ul>
<p><strong>Assignment Due Date:</strong> Nov.&nbsp;13</p>
<h4 class="anchored">
Nov.&nbsp;11-15 | Topic 6: Imagery processing and SfM with Open Source Solutions
Nov.&nbsp;11-15 | Topic 6: UAS-based Change Detection
</h4>
<p>
6A. OpenDroneMap and WebODM
6A. Urban Change Detection with UAS Data
</p>
<ul>
<li>
Mon: Lecture
Mon: <a href="../course/topics/topic_6_change_detection/lectures/lecture_6a.html">Lecture 5B</a>
</li>
<li>
Wed: Assignment: Processing with ODM or WebODM, high performance computing
Wed: Assignment: Urban Change Detection with UAS Data
</li>
<li>
Project: Perform analysis and/or modeling
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ <h2 class="anchored" data-anchor-id="estimate-crop-biomass">Estimate crop biomas
<span id="cb21-5"><a href="#cb21-5" aria-hidden="true" tabindex="-1"></a><span class="ex">r.report</span> <span class="at">-n</span> map=veg_uas_lidar_2 units=me nsteps=1</span>
<span id="cb21-6"><a href="#cb21-6" aria-hidden="true" tabindex="-1"></a><span class="ex">r.univar</span> map=veg_uas_lidar_2</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Use Python shell (<em>tab in Layer Manager</em>) to compute the biomass volume for June (<em>paste each line into Python shell and press Enter</em>):</p>
<div class="sourceCode" id="cb22"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb22-1"><a href="#cb22-1" aria-hidden="true" tabindex="-1"></a><span class="fu">sum</span> = gs.parse_command<span class="er">(</span><span class="st">'r.univar'</span><span class="ex">,</span> map=<span class="st">'veg_uas_lidar_2'</span>, flags=<span class="st">'g'</span><span class="kw">)</span><span class="ex">[</span><span class="st">'sum'</span><span class="ex">]</span></span>
<span id="cb22-2"><a href="#cb22-2" aria-hidden="true" tabindex="-1"></a><span class="ex">float</span><span class="er">(</span><span class="fu">sum</span><span class="kw">)</span> <span class="ex">*</span> gs.region<span class="er">(</span><span class="kw">)</span><span class="ex">[</span><span class="st">'nsres'</span><span class="ex">]</span> <span class="pp">*</span> gs.region<span class="er">(</span><span class="kw">)</span><span class="ex">[</span><span class="st">'ewres'</span><span class="ex">]</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="sourceCode" id="cb22"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb22-1"><a href="#cb22-1" aria-hidden="true" tabindex="-1"></a><span class="bu">sum</span> <span class="op">=</span> gs.parse_command(<span class="st">'r.univar'</span>, <span class="bu">map</span><span class="op">=</span><span class="st">'veg_uas_lidar_2'</span>, flags<span class="op">=</span><span class="st">'g'</span>)[<span class="st">'sum'</span>]</span>
<span id="cb22-2"><a href="#cb22-2" aria-hidden="true" tabindex="-1"></a><span class="bu">float</span>(<span class="bu">sum</span>) <span class="op">*</span> gs.region()[<span class="st">'nsres'</span>] <span class="op">*</span> gs.region()[<span class="st">'ewres'</span>]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Remove the mask before we proceed in further analysis:</p>
<div class="sourceCode" id="cb23"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb23-1"><a href="#cb23-1" aria-hidden="true" tabindex="-1"></a><span class="ex">r.mask</span> <span class="at">-r</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ <h2 class="anchored" data-anchor-id="outline">Outline</h2>
<h2 class="anchored" data-anchor-id="lecture">Lecture</h2>
<ul>
<li><a href="../../../course/topics/topic_5_Advanced Analytics/lectures/lecture_5b.html">Lecture slides</a></li>
<li>Lecture Recording: <a href="?var:recordings.topic5.lecture5b">Fall 2024</a> (NCSU Only)</li>
</ul>
</section>
<section id="supplemental-materials" class="level2">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,042 changes: 1,042 additions & 0 deletions course/topics/topic_6_change_detection/lectures/lecture_6a.html

Large diffs are not rendered by default.

Loading

0 comments on commit 0b3d6fb

Please sign in to comment.