Skip to content

Commit

Permalink
Quarto output
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 17, 2024
1 parent bfd3c65 commit 36fff23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
5 changes: 4 additions & 1 deletion notebooks/01_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"metadata": {},
"source": [
"# Classification of Sentinel-2 imagery\n",
"**Finding forests with satelite imagery**\n"
"**Finding forests with satelite imagery**\n",
"\n",
"## Data Acquisition\n",
"In this chapter, we will employ machine learning techniques to classify a scene using satellite imagery. Specifically, we will utilize ``scikit-learn`` to implement two distinct classifiers and subsequently compare their results. To begin, we need to import the following modules.\n"
]
},
{
Expand Down
13 changes: 12 additions & 1 deletion notebooks/02_floodmapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@
"metadata": {},
"source": [
"# Reverend Bayes updates our Belief in Flood Detection\n",
"**How an 275 year old idea helps map the extent of floods**\n"
"**How an 275 year old idea helps map the extent of floods**\n",
"\n",
"![Image from [wikipedia](https://upload.wikimedia.org/wikipedia/commons/d/d4/Thomas_Bayes.gif)](https://upload.wikimedia.org/wikipedia/commons/d/d4/Thomas_Bayes.gif)\n",
"\n",
"```{eval-rst}\n",
".. note::\n",
"\n",
"This notebooks contains interactive element. These interactive element can only be viewed on Binder by clicking on the Binder badge or 🚀 button.\n",
".. include:: ./include-rst.rst\n",
"```\n",
"\n",
"\n"
]
},
{
Expand Down

0 comments on commit 36fff23

Please sign in to comment.