Skip to content

Commit

Permalink
updated computing
Browse files Browse the repository at this point in the history
  • Loading branch information
ozak committed Mar 4, 2024
1 parent 550a6a2 commit 682d572
Show file tree
Hide file tree
Showing 60 changed files with 105,834 additions and 282 deletions.
8 changes: 4 additions & 4 deletions Dynamic Programming Numba.html
Original file line number Diff line number Diff line change
Expand Up @@ -2594,8 +2594,8 @@ <h2 id="Optimal-Growth">Optimal Growth<a class="anchor-link" href="#Optimal-Grow
<li class="list-group-item"><a href="https://econgrowth.github.io/"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group " id="tags">
<li class="list-group-item tag-1">
<a href="https://econgrowth.github.io/tag/macroeconomics.html">
Macroeconomics
<a href="https://econgrowth.github.io/tag/ipython.html">
IPython
</a>
</li>
<li class="list-group-item tag-1">
Expand All @@ -2604,8 +2604,8 @@ <h2 id="Optimal-Growth">Optimal Growth<a class="anchor-link" href="#Optimal-Grow
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://econgrowth.github.io/tag/ipython.html">
IPython
<a href="https://econgrowth.github.io/tag/macroeconomics.html">
Macroeconomics
</a>
</li>
<li class="list-group-item tag-4">
Expand Down
8 changes: 4 additions & 4 deletions Dynamic Programming.html
Original file line number Diff line number Diff line change
Expand Up @@ -1375,8 +1375,8 @@ <h2 id="Solution">Solution<a class="anchor-link" href="#Solution">&#182;</a></h2
<li class="list-group-item"><a href="https://econgrowth.github.io/"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group " id="tags">
<li class="list-group-item tag-1">
<a href="https://econgrowth.github.io/tag/macroeconomics.html">
Macroeconomics
<a href="https://econgrowth.github.io/tag/ipython.html">
IPython
</a>
</li>
<li class="list-group-item tag-1">
Expand All @@ -1385,8 +1385,8 @@ <h2 id="Solution">Solution<a class="anchor-link" href="#Solution">&#182;</a></h2
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://econgrowth.github.io/tag/ipython.html">
IPython
<a href="https://econgrowth.github.io/tag/macroeconomics.html">
Macroeconomics
</a>
</li>
<li class="list-group-item tag-4">
Expand Down
8 changes: 4 additions & 4 deletions Economic Data Analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -16400,8 +16400,8 @@ <h1 id="Wages-and-Population-In-England-1200-1860">Wages and Population In Engla
<li class="list-group-item"><a href="https://econgrowth.github.io/"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group " id="tags">
<li class="list-group-item tag-1">
<a href="https://econgrowth.github.io/tag/macroeconomics.html">
Macroeconomics
<a href="https://econgrowth.github.io/tag/ipython.html">
IPython
</a>
</li>
<li class="list-group-item tag-1">
Expand All @@ -16410,8 +16410,8 @@ <h1 id="Wages-and-Population-In-England-1200-1860">Wages and Population In Engla
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://econgrowth.github.io/tag/ipython.html">
IPython
<a href="https://econgrowth.github.io/tag/macroeconomics.html">
Macroeconomics
</a>
</li>
<li class="list-group-item tag-4">
Expand Down
4,832 changes: 4,832 additions & 0 deletions GIS with Python (24-10735's conflicted copy 2024-03-03).html

Large diffs are not rendered by default.

3,039 changes: 3,039 additions & 0 deletions GIS with Python 2 (24-10735's conflicted copy 2024-03-03).html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions GIS with Python 2.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ <h1 id="Plot-Rasters">Plot Rasters<a class="anchor-link" href="#Plot-Rasters">&#
<span class="c1">#headers = {&#39;User-Agent&#39;: &#39;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36&#39;}</span>
<span class="n">headers</span> <span class="o">=</span> <span class="p">{</span><span class="s1">&#39;User-Agent&#39;</span><span class="p">:</span> <span class="s1">&#39;Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36&#39;</span><span class="p">,</span> <span class="s1">&#39;Accept&#39;</span><span class="p">:</span> <span class="s1">&#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;</span><span class="p">}</span>

<span class="n">url</span> <span class="o">=</span> <span class="s1">&#39;https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip&#39;</span>
<span class="n">url</span> <span class="o">=</span> <span class="s1">&#39;https://naturalearth.s3.amazonaws.com/10m_cultural/ne_10m_admin_0_countries.zip&#39;</span>
<span class="n">r</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">url</span><span class="p">,</span> <span class="n">headers</span><span class="o">=</span><span class="n">headers</span><span class="p">)</span>
<span class="n">countries</span> <span class="o">=</span> <span class="n">gp</span><span class="o">.</span><span class="n">read_file</span><span class="p">(</span><span class="n">io</span><span class="o">.</span><span class="n">BytesIO</span><span class="p">(</span><span class="n">r</span><span class="o">.</span><span class="n">content</span><span class="p">))</span>
<span class="c1">#countries = gpd.read_file(&#39;https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip&#39;)</span>
Expand Down Expand Up @@ -2952,8 +2952,8 @@ <h4 id="Create-union-of-all-African-countries'-georasters">Create union of all A
<li class="list-group-item"><a href="https://econgrowth.github.io/"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group " id="tags">
<li class="list-group-item tag-1">
<a href="https://econgrowth.github.io/tag/macroeconomics.html">
Macroeconomics
<a href="https://econgrowth.github.io/tag/ipython.html">
IPython
</a>
</li>
<li class="list-group-item tag-1">
Expand All @@ -2962,8 +2962,8 @@ <h4 id="Create-union-of-all-African-countries'-georasters">Create union of all A
</a>
</li>
<li class="list-group-item tag-1">
<a href="https://econgrowth.github.io/tag/ipython.html">
IPython
<a href="https://econgrowth.github.io/tag/macroeconomics.html">
Macroeconomics
</a>
</li>
<li class="list-group-item tag-4">
Expand Down
Loading

0 comments on commit 682d572

Please sign in to comment.