Skip to content

Commit

Permalink
Merge pull request #8 from mhweber/main
Browse files Browse the repository at this point in the history
A few fixes to foundations
  • Loading branch information
mhweber authored Oct 12, 2023
2 parents 63f2285 + 033df3b commit f42a654
Show file tree
Hide file tree
Showing 64 changed files with 2,447 additions and 3,070 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ book:
chapters:
- index.qmd
- foundations.qmd
- geoprocessing.qmd
- visualization.qmd
- geoprocessing.qmd
- advanced_applications.qmd
- resources.qmd

Expand Down
471 changes: 278 additions & 193 deletions docs/foundations.html

Large diffs are not rendered by default.

Binary file modified docs/foundations_files/figure-html/plot raster-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/foundations_files/figure-html/unnamed-chunk-31-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/foundations_files/figure-html/unnamed-chunk-33-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/foundations_files/figure-html/unnamed-chunk-35-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/foundations_files/figure-html/unnamed-chunk-36-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
544 changes: 480 additions & 64 deletions docs/geoprocessing.html

Large diffs are not rendered by default.

40 changes: 22 additions & 18 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ <h1 class="quarto-secondary-nav-title">Spatial Data Workshop</h1>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./geoprocessing.html" class="sidebar-item-text sidebar-link"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Geoprocessing</span></a>
<a href="./visualization.html" class="sidebar-item-text sidebar-link"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Visualization</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./visualization.html" class="sidebar-item-text sidebar-link"><span class="chapter-number">3</span>&nbsp; <span class="chapter-title">Visualization</span></a>
<a href="./geoprocessing.html" class="sidebar-item-text sidebar-link"><span class="chapter-number">3</span>&nbsp; <span class="chapter-title">Geoprocessing</span></a>
</div>
</li>
<li class="sidebar-item">
Expand Down Expand Up @@ -215,22 +215,21 @@ <h1 class="title d-none d-lg-block">Spatial Data Workshop</h1>
<p>Hello and welcome! The purpose of this site is to provide workshop materials for the Spatial Data workshop at the 2023 EPA R User Group Workshop. Slides that accompany this workshop are available for download linked here by clicking the “Download raw file” button via the ellipsis or downward arrow symbol on the right side of the screen.</p>
<section id="workshop-agenda" class="level2"><h2 class="anchored" data-anchor-id="workshop-agenda">Workshop Agenda</h2>
<ul>
<li>1:00pm - 1:45pm EDT: Introduction and Spatial Data Structures in R</li>
<li>1:45pm - 2:15pm EDT: Vector Data Model</li>
<li>2:15pm - 2:20pm Break</li>
<li>2:20pm - 2:35pm EDT: Raster Data Model</li>
<li>2:35pm - 2:45pm Break</li>
<li>2:45pm - 3:15pm EDT:</li>
<li>3:15pm - 3:20pm Break</li>
<li>3:20pm - 3:45pm EDT:</li>
<li>3:45pm - 4:15pm EDT:</li>
<li>4:15pm - 4:45pm EDT:</li>
<li>4:45pm - 5:00pm EDT:</li>
<li>1:00pm - 1:35pm EDT: Introduction and Spatial Data Structures in R</li>
<li>1:35pm - 2:05pm EDT: Vector Data Model</li>
<li>2:05pm - 2:10pm EDT: Break</li>
<li>2:10pm - 2:30pm EDT: Raster Data Model</li>
<li>2:30pm - 3:15pm EDT: Coordinate Reference Systems and I / O</li>
<li>3:15pm - 3:25pm EDT: Break</li>
<li>3:25pm - 3:45pm EDT: Spatial Data Visualization</li>
<li>3:45pm - 4:15pm EDT: Geoprocecessing</li>
<li>4:15pm - 4:20pm EDT: Break</li>
<li>4:20pm - 5:00pm EDT: Advanced Applications</li>
</ul></section><section id="author-introduction" class="level2"><h2 class="anchored" data-anchor-id="author-introduction">Author Introduction</h2>
<p>Marc Weber is a geographer at the Pacific Ecological Systems Division (PESD) at the United States Environmental Protection Agency (USEPA). His work supports various aspects of the USEPA’s National Aquatic Resource Surveys (NARS), which characterize the condition of waters across the United States, as he helped develop and maintains the StreamCat and LakeCat datasets. His work focuses on spatial analysis in R and Python, Geographic Information Science (GIS), aquatic ecology, remote sensing, open source science and environmental modeling</p>
<p>Marc Weber is a geographer at the Pacific Ecological Systems Division (PESD) at the United States Environmental Protection Agency (USEPA). His work supports various aspects of the USEPA’s National Aquatic Resource Surveys (NARS), which characterize the condition of waters across the United States, as he helped develop and maintains the StreamCat and LakeCat datasets. His work focuses on spatial analysis in R and Python, Geographic Information Science (GIS), aquatic ecology, remote sensing, open source science and environmental modeling.</p>
<p>Michael Dumelle is a statistician for the United States Environmental Protection Agency (USEPA). He works primarily on facilitating the survey design and analysis of USEPA’s National Aquatic Resource Surveys (NARS), which characterize the condition of waters across the United States. His primary research interests are in spatial statistics, survey design, environmental and ecological applications, and software development.</p>
</section><section id="set-up" class="level2"><h2 class="anchored" data-anchor-id="set-up">Set Up</h2>
<p>The packages that we use throughout this workshop are listed below. To install and load them, run:</p>
<p>The packages that we use throughout this workshop are listed below. To install them run:</p>
<div class="cell">
<div class="sourceCode" id="cb1"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"ggplot2"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"cranlogs"</span><span class="op">)</span></span>
Expand All @@ -248,13 +247,18 @@ <h1 class="title d-none d-lg-block">Spatial Data Workshop</h1>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"osmdata"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"mapview"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"tigris"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"tidycensus"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"tmap"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"tmaptools"</span><span class="op">)</span></span>
<span><span class="co"># remotes::install_github("mikejohnson51/AOI")</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span><span class="fu">remotes</span><span class="fu">::</span><span class="fu"><a href="https://remotes.r-lib.org/reference/install_github.html">install_github</a></span><span class="op">(</span><span class="st">"mikejohnson51/AOI"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"ggspatial"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"dataRetrieval"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"stars"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"elevatr"</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
</section><section id="how-to-follow-along-with-material" class="level2"><h2 class="anchored" data-anchor-id="how-to-follow-along-with-material">How to follow along with material</h2>
<p>This workshop was built using <a href="https://quarto.org/">Quarto</a> and <a href="https://github.com/rstudio/bookdown">bookdown</a> and <em>rendered</em> to html. If you are familiar with using git and GitHub, you can fork and clone <a href="https://github.com/mhweber/spatialdata.epaR2023.git">this repository</a>, or simply clone directly and open the corresponding .qmd files to follow along with material in RStudio. You can also copy code snippets from the rendered book site and paste into your code files in RStudio.</p>
<p><a href="https://quarto.org/">Quarto</a> is a multi-language, next generation version of R Markdown from RStudio, with many new features and capabilities. Like R Markdown, Quarto uses Knitr to execute R code, and it can render most existing Rmd files without modification. Like RMarkdown the benefits include:</p>
<p>This workshop was built using <a href="https://quarto.org/">Quarto</a> and <em>rendered</em> to html. If you are familiar with using git and GitHub, you can fork and clone <a href="https://github.com/mhweber/spatialdata.epaR2023.git">this repository</a>, or simply clone directly and open the corresponding .qmd files to follow along with material in RStudio. You can also copy code snippets from the rendered book site and paste into your code files in RStudio.</p>
<p><a href="https://quarto.org/">Quarto</a> is a multi-language, next generation version of R Markdown from RStudio, with many new features and capabilities. Like R Markdown, Quarto uses Knitr to execute R code, and it can render most existing Rmd files without modification. Like R Markdown the benefits include:</p>
<ul>
<li>Allows for reproducible reporting from R</li>
<li>You write your document in markdown and embed executable code chunks using the knitr syntax</li>
Expand Down
101 changes: 61 additions & 40 deletions docs/search.json

Large diffs are not rendered by default.

Loading

0 comments on commit f42a654

Please sign in to comment.