Skip to content

Commit 9c26711

Browse files
Update documentation
1 parent d1aaeb8 commit 9c26711

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
@@ -953,15 +953,7 @@ <h2>Get Daily Forecast<a class="headerlink" href="#get-daily-forecast" title="Li
953953
</div>
954954
</div>
955955
</div>
956-
<hr class="docutils" />
957-
<p>If you want to give feedback or share your experience with this tutorial, please comment below. (requires GitHub account)</p>
958-
<script src='https://utteranc.es/client.js'
959-
repo='spatialthoughts/geopython-tutorials'
960-
issue-term='pathname'
961-
theme='github-light'
962-
crossorigin='anonymous'
963-
async>
964-
</script></section>
956+
</section>
965957
<section id="get-hourly-forecast">
966958
<h2>Get Hourly Forecast<a class="headerlink" href="#get-hourly-forecast" title="Link to this heading">#</a></h2>
967959
<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>
@@ -1866,7 +1858,15 @@ <h2>Get Hourly Forecast<a class="headerlink" href="#get-hourly-forecast" title="
18661858
<img alt="../_images/ac7937ca605453a50790943063da3ed0d9efbea434fefbd61eccf5215e8f0a67.png" src="../_images/ac7937ca605453a50790943063da3ed0d9efbea434fefbd61eccf5215e8f0a67.png" />
18671859
</div>
18681860
</div>
1869-
</section>
1861+
<hr class="docutils" />
1862+
<p>If you want to give feedback or share your experience with this tutorial, please comment below. (requires GitHub account)</p>
1863+
<script src='https://utteranc.es/client.js'
1864+
repo='spatialthoughts/geopython-tutorials'
1865+
issue-term='pathname'
1866+
theme='github-light'
1867+
crossorigin='anonymous'
1868+
async>
1869+
</script></section>
18701870
</section>
18711871

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

0 commit comments

Comments
 (0)