Skip to content

Commit

Permalink
Merge pull request #51 from digitalearthafrica/week5-quiz
Browse files Browse the repository at this point in the history
Uploaded Week 5 Quiz and Solution page.
  • Loading branch information
caitlinadams committed Sep 29, 2020
2 parents 4fdd7ea + 2bdeb1a commit c601302
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 66 deletions.
217 changes: 154 additions & 63 deletions docs/_static/session_5/Vegetation_exercise.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ Session 6 will be added shortly.
Latest Updates
-------------------

- **29/09/2020:** The `Session 5 quiz <./session_5/03_s5_solution.ipynb>`_ is live.
- **24/09/2020:** `Session 5: Vegetation Analyses <./session_5/index.rst>`_ has been added.
- **22/09/2020:** The `Session 4 quiz <./session_3/04_s4_solution.ipynb>`_ is live.
- **22/09/2020:** The `Session 4 quiz <./session_4/04_s4_solution.ipynb>`_ is live.
- **17/09/2020:** `Session 4: Indices <./session_4/index.rst>`_ has been added.
- **15/09/2020:** The `Session 3 quiz <./session_3/04_s3_solution.ipynb>`_ is live. Video slides are now available to download under each video.
- **10/09/2020:** `Session 3: Composites <./session_3/index.rst>`_ has been added.

.. toctree::
:maxdepth: 1
Expand Down
101 changes: 101 additions & 0 deletions docs/session_5/03_s5_solution.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Session 5 Quiz and Solution"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"In Session 5, you looked at the framework of a case study. Building on elements from previous sessions &mdash; such as loading data, calculating an index, and plotting results &mdash; you used a new index, the Enhanced Vegetation Index (EVI), to show differences over time. The first half of EVI data was compared to the second half, and mapped to show relative increase or decrease."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Quiz"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"If you would like to be awarded a certificate of achievement at the end of the course, we ask that you [complete the quiz](https://docs.google.com/forms/d/e/1FAIpQLSfAck3EJgxeYDfTyseB0VwVmcyDMNq_PiFCnm3-JIoSRae3xw/viewform?usp=sf_link). You will need to supply your email address to progress towards the certificate. After you complete the quiz, you can check if your answers were correct by pressing the **View Accuracy** button.\n",
"\n",
"This quiz does not require a notebook to solve. However, you may find the EVI vegetation change detection notebook useful as a reference. If you would like to confirm that your vegetation change notebook works as expected, you can check it against the solution notebook provided below. "
]
},
{
"cell_type": "raw",
"metadata": {
"raw_mimetype": "text/restructuredtext"
},
"source": [
".. note::\n",
" The solution notebook below does not contain the answer to the quiz. Use it to check that you implemented the exercise correctly, then use your exercise notebook to help with the quiz. Accessing the solution notebook will not affect your progression towards the certificate."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Solution notebook"
]
},
{
"cell_type": "raw",
"metadata": {
"raw_mimetype": "text/restructuredtext"
},
"source": [
".. note::\n",
" We strongly encourage you to attempt the exercise on the previous page before downloading the solution below. This will help you learn how to use the Sandbox independently for your own analyses."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[Download the solution notebook for the Session 5 exercise](../_static/session_5/Vegetation_exercise.ipynb)\n",
"\n",
"To view a solution notebook on the Sandbox, you will need to first download \n",
"it to your computer, then upload it to the Sandbox. Follow these instructions:\n",
"\n",
"1. Download the notebook by clicking the link above.\n",
"2. On the Sandbox, open the **Training** folder.\n",
"3. Click the **Upload Files** button as shown below.\n",
"\n",
"<img align=\"middle\" src=\"../_static/session_2/05_solution_uploadbutton.png\" alt=\"Upload button.\" width=400>\n",
"\n",
"4. Select the downloaded notebook using the file browser. Click **OK**.\n",
"5. The solution notebook will appear in the **Training** folder. Double-click to open it."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.9"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
3 changes: 2 additions & 1 deletion docs/session_5/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ This session will focus on case studies related to vegetation. First, we'll cove
:maxdepth: 1

01_vegetation_analysis
02_vegetation_exercise
02_vegetation_exercise
03_s5_solution

0 comments on commit c601302

Please sign in to comment.