Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialthoughts committed Jul 29, 2024
1 parent 08601cd commit 67ca536
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"source": [
"Initialize a map with a CRS.\n",
"\n",
"Referemce: [`eomaps.Maps()`](https://eomaps.readthedocs.io/en/latest/generated/eomaps.eomaps.Maps.html#eomaps.eomaps.Maps)"
"Reference: [`eomaps.Maps()`](https://eomaps.readthedocs.io/en/latest/generated/eomaps.eomaps.Maps.html#eomaps.eomaps.Maps)"
],
"metadata": {
"id": "rHFrKxhXrnmM"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gdf

Initialize a map with a CRS.

Referemce: [`eomaps.Maps()`](https://eomaps.readthedocs.io/en/latest/generated/eomaps.eomaps.Maps.html#eomaps.eomaps.Maps)
Reference: [`eomaps.Maps()`](https://eomaps.readthedocs.io/en/latest/generated/eomaps.eomaps.Maps.html#eomaps.eomaps.Maps)


```python
Expand Down
2 changes: 1 addition & 1 deletion docs/python-dataviz.html
Original file line number Diff line number Diff line change
Expand Up @@ -4789,7 +4789,7 @@ <h4>Data Pre-Processing</h4>
<div id="create-a-map-using-eomaps" class="section level4">
<h4>Create a Map using EOMaps</h4>
<p>Initialize a map with a CRS.</p>
<p>Referemce: <a
<p>Reference: <a
href="https://eomaps.readthedocs.io/en/latest/generated/eomaps.eomaps.Maps.html#eomaps.eomaps.Maps"><code>eomaps.Maps()</code></a></p>
<div class="sourceCode" id="cb257"><pre
class="sourceCode python"><code class="sourceCode python"><span id="cb257-1"><a href="#cb257-1" tabindex="-1"></a>m <span class="op">=</span> Maps(crs<span class="op">=</span>Maps.CRS.Orthographic(<span class="op">-</span><span class="dv">120</span>, <span class="dv">35</span>), figsize<span class="op">=</span>(<span class="dv">7</span>, <span class="dv">8</span>))</span></code></pre></div>
Expand Down
2 changes: 1 addition & 1 deletion python-dataviz-output/supplement_cartographic_elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gdf

Initialize a map with a CRS.

Referemce: [`eomaps.Maps()`](https://eomaps.readthedocs.io/en/latest/generated/eomaps.eomaps.Maps.html#eomaps.eomaps.Maps)
Reference: [`eomaps.Maps()`](https://eomaps.readthedocs.io/en/latest/generated/eomaps.eomaps.Maps.html#eomaps.eomaps.Maps)


```python
Expand Down

0 comments on commit 67ca536

Please sign in to comment.