Skip to content

Commit

Permalink
Merge pull request #21 from nmfs-opensci/chg-tut-repo
Browse files Browse the repository at this point in the history
change student clone to just the tutorials
  • Loading branch information
eeholmes authored May 12, 2024
2 parents d1f64ae + 4bd725a commit 1042339
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ <h1 class="title">Set-up</h1>
<li>Open terminal, type to get the tutorials</li>
</ul>
<pre><code>cd ~
git clone https://github.com/nmfs-opensci/EDMW-EarthData-Workshop-2024</code></pre>
git clone https://github.com/nmfs-opensci/EDMW-3B-tutorials</code></pre>
<p>You can also see <a href="content/02-local-setup-r.html">setup - R</a> and <a href="content/02-local-setup-python.html">setup - Python</a> to aset up on your computer but be aware that GDAL installation is problemmatic.</p>
<section id="access-to-the-jupyterhub" class="level2">
<h2 class="anchored" data-anchor-id="access-to-the-jupyterhub">Access to the JupyterHub</h2>
Expand Down
4 changes: 2 additions & 2 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://nmfs-opensci.github.io/EDMW-EarthData-Workshop-2024/tutorials/r/3-extract-satellite-data-within-boundary.html</loc>
<lastmod>2024-05-12T16:40:03.222Z</lastmod>
<lastmod>2024-05-12T16:56:36.474Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/EDMW-EarthData-Workshop-2024/tutorials/r/1-earthdatalogin.html</loc>
Expand Down Expand Up @@ -78,7 +78,7 @@
</url>
<url>
<loc>https://nmfs-opensci.github.io/EDMW-EarthData-Workshop-2024/setup.html</loc>
<lastmod>2024-05-10T18:57:54.342Z</lastmod>
<lastmod>2024-05-12T17:01:41.234Z</lastmod>
</url>
<url>
<loc>https://nmfs-opensci.github.io/EDMW-EarthData-Workshop-2024/team.html</loc>
Expand Down
3 changes: 2 additions & 1 deletion setup.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ We will be using a JupyterHub for the workshop.
* <https://dhub.opensci.live/>
* Click Start Server
* Open terminal, type to get the tutorials

```
cd ~
git clone https://github.com/nmfs-opensci/EDMW-EarthData-Workshop-2024
git clone https://github.com/nmfs-opensci/EDMW-3B-tutorials
```

You can also see [setup - R](content/02-local-setup-r.html) and [setup - Python](content/02-local-setup-python.html) to aset up on your computer but be aware that GDAL installation is problemmatic.
Expand Down

0 comments on commit 1042339

Please sign in to comment.