Skip to content

Commit ea0d4f8

Browse files
committed
update
1 parent 6bd940a commit ea0d4f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+368
-18
lines changed
0 Bytes
Binary file not shown.
213 Bytes
Binary file not shown.
-1.1 KB
Binary file not shown.
-289 KB
Binary file not shown.
-66.6 KB
Binary file not shown.

book/_build/html/_sources/activities/07-activity.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"\n",
5151
" * h) Make a figure showing both the daily solar radiation and median filtered solar radiation on the same plot\n",
5252
"\n",
53-
" * i) By how much does mean daily solar radiation change during the study period (July 07 to Sep 16)? Looking for a value in W m$^{-2}$ d$^{-1}$.\n",
53+
" * i) By how much does mean daily solar radiation change during the study period (July 17 to Sep 16)? Looking for a value in W m$^{-2}$ d$^{-1}$.\n",
5454
"\n",
5555
" * j) Based on this rate, what will be the mean solar radiation on Oct 30, 2023?"
5656
]

book/_build/html/_sources/assignments/09-assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jupyter lab
2121

2222
## Task 1 (4 points)
2323

24-
Download the data for the assignment from [here](https://www.dropbox.com/sh/zop198jg5dksrgv/AACKuC1KjASxVTrix3FfOR-ja?dl=0). This is [WorldClim](https://www.worldclim.org/) version 2.1 **monthly precipitation data** averaged across the 1970-2000 period. The spatial resolution is **2.5 minutes** (around 21 km<sup>2</sup> at the equator). The numbers in the file name represent the month of the year (January is `01`; December is `12`).
24+
Download the data for the assignment from [here](https://www.dropbox.com/sh/zop198jg5dksrgv/AACKuC1KjASxVTrix3FfOR-ja?dl=0). This is [WorldClim](https://www.worldclim.org/) version 2.1 **monthly precipitation data** averaged across the 1970-2000 period. The spatial resolution is **2.5 minutes** (around 21 km<sup>2</sup> at the equator) and the units are in **mm**. The numbers in the file name represent the month of the year (January is `01`; December is `12`).
2525

2626
Read in the January precipitation data (i.e. `wc2.1_2.5m_prec_01.tif`) and answer the following questions:
2727

book/_build/html/activities/02-activity.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@ <h1 class="site-logo" id="site-title">Programming for spatial data science</h1>
317317
Assignment 8
318318
</a>
319319
</li>
320+
<li class="toctree-l1">
321+
<a class="reference internal" href="08-activity.html">
322+
Practice activity
323+
</a>
324+
</li>
320325
</ul>
321326
<p aria-level="2" class="caption" role="heading">
322327
<span class="caption-text">
@@ -339,6 +344,11 @@ <h1 class="site-logo" id="site-title">Programming for spatial data science</h1>
339344
Assignment 9
340345
</a>
341346
</li>
347+
<li class="toctree-l1">
348+
<a class="reference internal" href="09-activity.html">
349+
Practice activity
350+
</a>
351+
</li>
342352
</ul>
343353
<p aria-level="2" class="caption" role="heading">
344354
<span class="caption-text">

book/_build/html/activities/03-activity.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ <h1 class="site-logo" id="site-title">Programming for spatial data science</h1>
319319
Assignment 8
320320
</a>
321321
</li>
322+
<li class="toctree-l1">
323+
<a class="reference internal" href="08-activity.html">
324+
Practice activity
325+
</a>
326+
</li>
322327
</ul>
323328
<p aria-level="2" class="caption" role="heading">
324329
<span class="caption-text">
@@ -341,6 +346,11 @@ <h1 class="site-logo" id="site-title">Programming for spatial data science</h1>
341346
Assignment 9
342347
</a>
343348
</li>
349+
<li class="toctree-l1">
350+
<a class="reference internal" href="09-activity.html">
351+
Practice activity
352+
</a>
353+
</li>
344354
</ul>
345355
<p aria-level="2" class="caption" role="heading">
346356
<span class="caption-text">

book/_build/html/activities/04-activity.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@ <h1 class="site-logo" id="site-title">Programming for spatial data science</h1>
317317
Assignment 8
318318
</a>
319319
</li>
320+
<li class="toctree-l1">
321+
<a class="reference internal" href="08-activity.html">
322+
Practice activity
323+
</a>
324+
</li>
320325
</ul>
321326
<p aria-level="2" class="caption" role="heading">
322327
<span class="caption-text">
@@ -339,6 +344,11 @@ <h1 class="site-logo" id="site-title">Programming for spatial data science</h1>
339344
Assignment 9
340345
</a>
341346
</li>
347+
<li class="toctree-l1">
348+
<a class="reference internal" href="09-activity.html">
349+
Practice activity
350+
</a>
351+
</li>
342352
</ul>
343353
<p aria-level="2" class="caption" role="heading">
344354
<span class="caption-text">

0 commit comments

Comments
 (0)