Skip to content

Commit 369615d

Browse files
authored
Merge pull request #13 from gabrieletijunaityte/master
Change Greenland for Antartica
2 parents 71918db + 92a6d55 commit 369615d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ coastlines is a special case, apparently showing the coastlines happened so ofte
349349
> **Question 6**: Create a worldwide map with 3 different features, each styled differently. Also add the stockimage to the map. Use [the documentation](https://scitools.org.uk/cartopy/docs/v0.14/matplotlib/geoaxes.html?highlight=stock#cartopy.mpl.geoaxes.GeoAxes.stock_img) to see how.
350350
```
351351

352-
We have now step by step built up a map in a Pate Carree projection system. However, this projection has some major issues, have you seen [how big Greenland is](https://www.thetruesize.com)?! Let's quickly create another map in another projection. In the [documentation](https://scitools.org.uk/cartopy/docs/latest/reference/projections.html) we can find a large list of projections that can be used.
352+
We have now step by step built up a map in a Pate Carree projection system. However, this projection has some major issues, have you seen [how big Antartica is at the equator](https://www.thetruesize.com)?! Let's quickly create another map in another projection. In the [documentation](https://scitools.org.uk/cartopy/docs/latest/reference/projections.html) we can find a large list of projections that can be used.
353353

354354
```{Python,engine.path='/usr/bin/python3', eval=FALSE}
355355
fig = plt.figure(figsize=(11, 8.5))

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
<h4 class="author"><em>Arno Timmer, Jan Verbesselt, Jorge
906906
Mendes de Jesus, Aldo Bergsma, Johannes Eberenz, Dainius Masiliunas,
907907
David Swinkels, Judith Verstegen, Corné Vreugdenhil</em></h4>
908-
<h4 class="date"><em>28 August, 2024</em></h4>
908+
<h4 class="date"><em>06 September, 2024</em></h4>
909909

910910

911911

@@ -1413,8 +1413,9 @@ <h2>Cartopy</h2>
14131413
</blockquote>
14141414
</div>
14151415
<p>We have now step by step built up a map in a Pate Carree projection
1416-
system. However, this projection has some major issues, have you seen <a href="https://www.thetruesize.com">how big Greenland is</a>?! Let’s
1417-
quickly create another map in another projection. In the <a href="https://scitools.org.uk/cartopy/docs/latest/reference/projections.html">documentation</a>
1416+
system. However, this projection has some major issues, have you seen <a href="https://www.thetruesize.com">how big Antartica is at the
1417+
equator</a>?! Let’s quickly create another map in another projection. In
1418+
the <a href="https://scitools.org.uk/cartopy/docs/latest/reference/projections.html">documentation</a>
14181419
we can find a large list of projections that can be used.</p>
14191420
<div class="sourceCode" id="cb20"><pre class="sourceCode python"><code class="sourceCode python"><span id="cb20-1"><a href="#cb20-1" tabindex="-1"></a>fig <span class="op">=</span> plt.figure(figsize<span class="op">=</span>(<span class="dv">11</span>, <span class="fl">8.5</span>))</span>
14201421
<span id="cb20-2"><a href="#cb20-2" tabindex="-1"></a>projLae <span class="op">=</span> ccrs.LambertAzimuthalEqualArea(central_longitude<span class="op">=</span><span class="fl">0.0</span>, central_latitude<span class="op">=</span><span class="fl">0.0</span>)</span>

0 commit comments

Comments
 (0)