Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
Quarto GHA Workflow Runner committed Jan 14, 2025
1 parent 067f4d6 commit 4e8c647
Showing 5 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
faf649da
dec99fe9
8 changes: 4 additions & 4 deletions search.json
Original file line number Diff line number Diff line change
@@ -60,14 +60,14 @@
"href": "spatial_raster.html",
"title": "Raster Data",
"section": "",
"text": "Before we can dive into “actual” spatial work we’ll need to load some libraries.\n\n R Python\n\n\nLoad terra and sf to work with raster and vector data respectively.\n\n# Load needed libraries\nlibrary(terra)\n\n\n\nLoad the rioxarray, rasterio, and geopandas libraries to work with raster and vector data. We’ll also load the os library to deal with file path issues.\n\n# Load needed libraries\nimport os\nimport rasterio as rio\nimport rioxarray as rxr\n\n\n\n\nTo demonstrate raster data operations we’ll use NASA’s Shuttle Radar Topography Mission Global 3 arc second elevation data. Note that some minor preparatory work was necessary to get the data ready for our purposes here and is preserved in this folder of the website’s GitHub repository."
"text": "Before we can dive into “actual” spatial work we’ll need to load some libraries.\n\n R Python\n\n\nLoad terra to work with raster data.\n\n# Load needed libraries\nlibrary(terra)\n\n\n\nLoad the rioxarray and rasterio libraries to work with raster data. We’ll also load the os library to deal with file path issues.\n\n# Load needed libraries\nimport os\nimport rasterio as rio\nimport rioxarray as rxr\n\n\n\n\nTo demonstrate raster data operations we’ll use NASA’s Shuttle Radar Topography Mission Global 3 arc second elevation data. Note that some minor preparatory work was necessary to get the data ready for our purposes here and is preserved in this folder of the website’s GitHub repository."
},
{
"objectID": "spatial_raster.html#library-loading",
"href": "spatial_raster.html#library-loading",
"title": "Raster Data",
"section": "",
"text": "Before we can dive into “actual” spatial work we’ll need to load some libraries.\n\n R Python\n\n\nLoad terra and sf to work with raster and vector data respectively.\n\n# Load needed libraries\nlibrary(terra)\n\n\n\nLoad the rioxarray, rasterio, and geopandas libraries to work with raster and vector data. We’ll also load the os library to deal with file path issues.\n\n# Load needed libraries\nimport os\nimport rasterio as rio\nimport rioxarray as rxr\n\n\n\n\nTo demonstrate raster data operations we’ll use NASA’s Shuttle Radar Topography Mission Global 3 arc second elevation data. Note that some minor preparatory work was necessary to get the data ready for our purposes here and is preserved in this folder of the website’s GitHub repository."
"text": "Before we can dive into “actual” spatial work we’ll need to load some libraries.\n\n R Python\n\n\nLoad terra to work with raster data.\n\n# Load needed libraries\nlibrary(terra)\n\n\n\nLoad the rioxarray and rasterio libraries to work with raster data. We’ll also load the os library to deal with file path issues.\n\n# Load needed libraries\nimport os\nimport rasterio as rio\nimport rioxarray as rxr\n\n\n\n\nTo demonstrate raster data operations we’ll use NASA’s Shuttle Radar Topography Mission Global 3 arc second elevation data. Note that some minor preparatory work was necessary to get the data ready for our purposes here and is preserved in this folder of the website’s GitHub repository."
},
{
"objectID": "spatial_raster.html#loading-rasters",
@@ -438,14 +438,14 @@
"href": "spatial_vector.html",
"title": "Vector Data",
"section": "",
"text": "Before we can dive into “actual” spatial work we’ll need to load some libraries.\n\n R Python\n\n\nLoad terra and sf to work with raster and vector data respectively.\n\n# Load needed libraries\nlibrary(sf)\n\n\n\nLoad the rioxarray, rasterio, and geopandas libraries to work with raster and vector data. We’ll also load the os library to deal with file path issues.\n\n# Load needed libraries\nimport os\nimport geopandas as gpd"
"text": "Before we can dive into “actual” spatial work we’ll need to load some libraries.\n\n R Python\n\n\nLoad sf to work with vector data.\n\n# Load needed libraries\nlibrary(sf)\n\n\n\nLoad the geopandas library to work with vector data. We’ll also load the os library to deal with file path issues.\n\n# Load needed libraries\nimport os\nimport geopandas as gpd"
},
{
"objectID": "spatial_vector.html#library-loading",
"href": "spatial_vector.html#library-loading",
"title": "Vector Data",
"section": "",
"text": "Before we can dive into “actual” spatial work we’ll need to load some libraries.\n\n R Python\n\n\nLoad terra and sf to work with raster and vector data respectively.\n\n# Load needed libraries\nlibrary(sf)\n\n\n\nLoad the rioxarray, rasterio, and geopandas libraries to work with raster and vector data. We’ll also load the os library to deal with file path issues.\n\n# Load needed libraries\nimport os\nimport geopandas as gpd"
"text": "Before we can dive into “actual” spatial work we’ll need to load some libraries.\n\n R Python\n\n\nLoad sf to work with vector data.\n\n# Load needed libraries\nlibrary(sf)\n\n\n\nLoad the geopandas library to work with vector data. We’ll also load the os library to deal with file path issues.\n\n# Load needed libraries\nimport os\nimport geopandas as gpd"
},
{
"objectID": "spatial_vector.html#loading-vector-data",
36 changes: 18 additions & 18 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -2,74 +2,74 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/collabs.html</loc>
<lastmod>2025-01-14T16:25:42.673Z</lastmod>
<lastmod>2025-01-14T16:39:04.938Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/terms.html</loc>
<lastmod>2025-01-14T16:25:42.687Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/spatial_raster.html</loc>
<lastmod>2025-01-14T16:25:42.687Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/index.html</loc>
<lastmod>2025-01-14T16:25:42.687Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/sql.html</loc>
<lastmod>2025-01-14T16:25:42.687Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/external-data.html</loc>
<lastmod>2025-01-14T16:25:42.684Z</lastmod>
<lastmod>2025-01-14T16:39:04.950Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/basics.html</loc>
<lastmod>2025-01-14T16:25:42.673Z</lastmod>
<lastmod>2025-01-14T16:39:04.938Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/libs.html</loc>
<lastmod>2025-01-14T16:25:42.687Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/viz_gg.html</loc>
<lastmod>2025-01-14T16:25:42.688Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/spatial_core.html</loc>
<lastmod>2025-01-14T16:25:42.687Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/automata.html</loc>
<lastmod>2025-01-14T16:25:42.673Z</lastmod>
<lastmod>2025-01-14T16:39:04.938Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/wrangle_subset.html</loc>
<lastmod>2025-01-14T16:25:42.688Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/spatial_vector.html</loc>
<lastmod>2025-01-14T16:25:42.687Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/string_methods.html</loc>
<lastmod>2025-01-14T16:25:42.687Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/wrangle_join.html</loc>
<lastmod>2025-01-14T16:25:42.688Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/wrangle_reshape.html</loc>
<lastmod>2025-01-14T16:25:42.688Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/dir_mgmt.html</loc>
<lastmod>2025-01-14T16:25:42.684Z</lastmod>
<lastmod>2025-01-14T16:39:04.950Z</lastmod>
</url>
<url>
<loc>https://njlyon0.github.io/collab_bilingualism/wrangle_summarize.html</loc>
<lastmod>2025-01-14T16:25:42.688Z</lastmod>
<lastmod>2025-01-14T16:39:04.953Z</lastmod>
</url>
</urlset>
4 changes: 2 additions & 2 deletions spatial_raster.html
Original file line number Diff line number Diff line change
@@ -297,14 +297,14 @@ <h2 class="anchored" data-anchor-id="library-loading">Library Loading</h2>
<ul class="nav nav-tabs" role="tablist"><li class="nav-item" role="presentation"><a class="nav-link active" id="tabset-1-1-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-1" role="tab" aria-controls="tabset-1-1" aria-selected="true"><span class="r"><i class="fa-brands fa-r-project" aria-label="r-project"></i> R</span></a></li><li class="nav-item" role="presentation"><a class="nav-link" id="tabset-1-2-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-2" role="tab" aria-controls="tabset-1-2" aria-selected="false"><span class="py"><i class="fa-brands fa-python" aria-label="python"></i> Python</span></a></li></ul>
<div class="tab-content">
<div id="tabset-1-1" class="tab-pane active" role="tabpanel" aria-labelledby="tabset-1-1-tab">
<p>Load <code>terra</code> and <code>sf</code> to work with raster and vector data respectively.</p>
<p>Load <code>terra</code> to work with raster data.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Load needed libraries</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(terra)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
</div>
<div id="tabset-1-2" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-2-tab">
<p>Load the <code>rioxarray</code>, <code>rasterio</code>, and <code>geopandas</code> libraries to work with raster and vector data. We’ll also load the <code>os</code> library to deal with file path issues.</p>
<p>Load the <code>rioxarray</code> and <code>rasterio</code> libraries to work with raster data. We’ll also load the <code>os</code> library to deal with file path issues.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Load needed libraries</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> os</span>
4 changes: 2 additions & 2 deletions spatial_vector.html
Original file line number Diff line number Diff line change
@@ -297,14 +297,14 @@ <h2 class="anchored" data-anchor-id="library-loading">Library Loading</h2>
<ul class="nav nav-tabs" role="tablist"><li class="nav-item" role="presentation"><a class="nav-link active" id="tabset-1-1-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-1" role="tab" aria-controls="tabset-1-1" aria-selected="true"><span class="r"><i class="fa-brands fa-r-project" aria-label="r-project"></i> R</span></a></li><li class="nav-item" role="presentation"><a class="nav-link" id="tabset-1-2-tab" data-bs-toggle="tab" data-bs-target="#tabset-1-2" role="tab" aria-controls="tabset-1-2" aria-selected="false"><span class="py"><i class="fa-brands fa-python" aria-label="python"></i> Python</span></a></li></ul>
<div class="tab-content">
<div id="tabset-1-1" class="tab-pane active" role="tabpanel" aria-labelledby="tabset-1-1-tab">
<p>Load <code>terra</code> and <code>sf</code> to work with raster and vector data respectively.</p>
<p>Load <code>sf</code> to work with vector data.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Load needed libraries</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(sf)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
</div>
<div id="tabset-1-2" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-2-tab">
<p>Load the <code>rioxarray</code>, <code>rasterio</code>, and <code>geopandas</code> libraries to work with raster and vector data. We’ll also load the <code>os</code> library to deal with file path issues.</p>
<p>Load the <code>geopandas</code> library to work with vector data. We’ll also load the <code>os</code> library to deal with file path issues.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Load needed libraries</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> os</span>

0 comments on commit 4e8c647

Please sign in to comment.