From b7dc9dde2ef26f6b64de25c185d76d6d33e56e72 Mon Sep 17 00:00:00 2001 From: bnorgaard <boris.norgaard@uclouvain.be> Date: Sat, 22 Feb 2025 17:16:40 +0100 Subject: [PATCH] slight changes --- docs/source/sentinel_2/s2_prepro_2025.ipynb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/sentinel_2/s2_prepro_2025.ipynb b/docs/source/sentinel_2/s2_prepro_2025.ipynb index 0933bdd..e3ffba6 100644 --- a/docs/source/sentinel_2/s2_prepro_2025.ipynb +++ b/docs/source/sentinel_2/s2_prepro_2025.ipynb @@ -5,13 +5,15 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Preprocessing Sentinel-2 images\n", "\n", "<div class=\"alert alert-success\">\n", + "<h4 class=\"alert-heading\"><strong> Preprocessing Sentinel-2 images\n", + "</strong></h4> \n", + "<hr>\n", "\n", - "### OBJECTIVES\n", + "### **OBJECTIVES**\n", "\n", - "- Resample 20m spatial resolutions bands to 10m (if you want to work with Red, Green, Blue, NIR bands)\n", + "- Resample 20m spatial resolutions bands to 10m (if you want to work with 20m bands)\n", "- Cropping images to the extent of Region of Interest (ROI)\n", "- Apply Scene Classification map (SCL) on reflectance images to mask invalid pixels\n", "- Calculate the fraction of valid pixels in your ROI\n", -- GitLab