Skip to content

Commit 3cf3dfa

Browse files
Update documentation
1 parent 7203d20 commit 3cf3dfa

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

_sources/notebooks/openmeteo_weather_forecast.ipynb

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -619,26 +619,6 @@
619619
"daily_forecast_df.to_csv(output_path, index=False)"
620620
]
621621
},
622-
{
623-
"cell_type": "markdown",
624-
"metadata": {
625-
"id": "3tajc-oHQbWL"
626-
},
627-
"source": [
628-
"----\n",
629-
"\n",
630-
"If you want to give feedback or share your experience with this tutorial, please comment below. (requires GitHub account)\n",
631-
"\n",
632-
"\n",
633-
"<script src='https://utteranc.es/client.js'\n",
634-
" repo='spatialthoughts/geopython-tutorials'\n",
635-
" issue-term='pathname'\n",
636-
" theme='github-light'\n",
637-
" crossorigin='anonymous'\n",
638-
" async>\n",
639-
"</script>"
640-
]
641-
},
642622
{
643623
"cell_type": "markdown",
644624
"metadata": {
@@ -1706,6 +1686,26 @@
17061686
"\n",
17071687
"plt.show()"
17081688
]
1689+
},
1690+
{
1691+
"cell_type": "markdown",
1692+
"metadata": {
1693+
"id": "3tajc-oHQbWL"
1694+
},
1695+
"source": [
1696+
"----\n",
1697+
"\n",
1698+
"If you want to give feedback or share your experience with this tutorial, please comment below. (requires GitHub account)\n",
1699+
"\n",
1700+
"\n",
1701+
"<script src='https://utteranc.es/client.js'\n",
1702+
" repo='spatialthoughts/geopython-tutorials'\n",
1703+
" issue-term='pathname'\n",
1704+
" theme='github-light'\n",
1705+
" crossorigin='anonymous'\n",
1706+
" async>\n",
1707+
"</script>"
1708+
]
17091709
}
17101710
],
17111711
"metadata": {

notebooks/openmeteo_weather_forecast.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -971,15 +971,7 @@ <h2>Get Daily Forecast<a class="headerlink" href="#get-daily-forecast" title="Li
971971
</div>
972972
</div>
973973
</div>
974-
<hr class="docutils" />
975-
<p>If you want to give feedback or share your experience with this tutorial, please comment below. (requires GitHub account)</p>
976-
<script src='https://utteranc.es/client.js'
977-
repo='spatialthoughts/geopython-tutorials'
978-
issue-term='pathname'
979-
theme='github-light'
980-
crossorigin='anonymous'
981-
async>
982-
</script></section>
974+
</section>
983975
<section id="get-hourly-forecast">
984976
<h2>Get Hourly Forecast<a class="headerlink" href="#get-hourly-forecast" title="Link to this heading">#</a></h2>
985977
<p>The OpenMeteo API also offers granuar hourly forecasts by specifying the <code class="docutils literal notranslate"><span class="pre">hourly</span></code> parameter. For this tutorial, we will get hourly forecast for a single day and create a chart with the result.</p>
@@ -1884,7 +1876,15 @@ <h2>Get Hourly Forecast<a class="headerlink" href="#get-hourly-forecast" title="
18841876
<img alt="../_images/ac7937ca605453a50790943063da3ed0d9efbea434fefbd61eccf5215e8f0a67.png" src="../_images/ac7937ca605453a50790943063da3ed0d9efbea434fefbd61eccf5215e8f0a67.png" />
18851877
</div>
18861878
</div>
1887-
</section>
1879+
<hr class="docutils" />
1880+
<p>If you want to give feedback or share your experience with this tutorial, please comment below. (requires GitHub account)</p>
1881+
<script src='https://utteranc.es/client.js'
1882+
repo='spatialthoughts/geopython-tutorials'
1883+
issue-term='pathname'
1884+
theme='github-light'
1885+
crossorigin='anonymous'
1886+
async>
1887+
</script></section>
18881888
</section>
18891889

18901890
<script type="text/x-thebe-config">

0 commit comments

Comments
 (0)