Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Feb 20, 2024
1 parent 2105a4a commit 64e7044
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion book/labs/lab_06.html
Original file line number Diff line number Diff line change
Expand Up @@ -7482,7 +7482,7 @@
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
<h1 id="Lab-6">Lab 6<a class="anchor-link" href="#Lab-6"></a></h1><p><a href="https://colab.research.google.com/github/giswqs/geog-414/blob/master/book/labs/lab_07.ipynb"><img alt="Open In Colab" src="https://colab.research.google.com/assets/colab-badge.svg"/></a></p>
<h1 id="Lab-6">Lab 6<a class="anchor-link" href="#Lab-6"></a></h1><p><a href="https://colab.research.google.com/github/giswqs/geog-414/blob/master/book/labs/lab_06.ipynb"><img alt="Open In Colab" src="https://colab.research.google.com/assets/colab-badge.svg"/></a></p>
<h2 id="Submission-requirements">Submission requirements<a class="anchor-link" href="#Submission-requirements"></a></h2><ol>
<li>Upload a screenshot of your map for each question.</li>
<li>Provide a link to your notebook on Colab. See instructions <a href="https://geog-414.gishub.org/book/labs/instructions.html">here</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion book/labs/lab_06.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Lab 6\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/giswqs/geog-414/blob/master/book/labs/lab_07.ipynb)\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/giswqs/geog-414/blob/master/book/labs/lab_06.ipynb)\n",
"\n",
"## Submission requirements\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions book/labs/lab_06.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kernelspec:

# Lab 6

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/giswqs/geog-414/blob/master/book/labs/lab_07.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/giswqs/geog-414/blob/master/book/labs/lab_06.ipynb)

## Submission requirements

Expand All @@ -24,7 +24,7 @@ kernelspec:

## Question 1

Create a map to visualize [NOAA GFS Temperature Data](https://developers.google.com/earth-engine/datasets/catalog/NOAA_GFS0P25) and add a color bar and [NOAA logo](https://i.imgur.com/spILFEi.png) to the map.
Create a map to visualize [NOAA GFS Temperature Data](https://developers.google.com/earth-engine/datasets/catalog/NOAA_GFS0P25) and add a color bar and [NOAA logo](https://i.imgur.com/spILFEi.png) to the map.

```{code-cell} ipython3
# Add your code here.
Expand All @@ -36,7 +36,7 @@ Create a map to visualize [NOAA GFS Temperature Data](https://developers.google.

## Question 2

**Linked Maps:** Create a 2*2 linked map to visualize the Landsat imagery (`ee.Image('LANDSAT/LE7_TOA_5YEAR/1999_2003')`) with different band combinations.
**Linked Maps:** Create a 2\*2 linked map to visualize the Landsat imagery (`ee.Image('LANDSAT/LE7_TOA_5YEAR/1999_2003')`) with different band combinations.

```{code-cell} ipython3
# Add your code here.
Expand Down

0 comments on commit 64e7044

Please sign in to comment.