|
905 | 905 | <h4 class="author"><em>Arno Timmer, Jan Verbesselt, Jorge |
906 | 906 | Mendes de Jesus, Aldo Bergsma, Johannes Eberenz, Dainius Masiliunas, |
907 | 907 | 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> |
909 | 909 |
|
910 | 910 |
|
911 | 911 |
|
@@ -1413,8 +1413,9 @@ <h2>Cartopy</h2> |
1413 | 1413 | </blockquote> |
1414 | 1414 | </div> |
1415 | 1415 | <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> |
1418 | 1419 | we can find a large list of projections that can be used.</p> |
1419 | 1420 | <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> |
1420 | 1421 | <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