From a0858708f5e69757c8dbb177d8a32cfd333c6772 Mon Sep 17 00:00:00 2001 From: GRUPO3_HACKATHON <ydory007@gmail.com> Date: Mon, 31 Jul 2023 03:46:44 +0000 Subject: [PATCH] Update file hackathon.ipynb --- docs/hackathon.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/hackathon.ipynb b/docs/hackathon.ipynb index a5e3967..86d13fa 100644 --- a/docs/hackathon.ipynb +++ b/docs/hackathon.ipynb @@ -267,9 +267,9 @@ "outputs": [], "source": [ "# Reading green band (band 3), red band (band 4) and near infrared band (band 8) from 'tiff' files\n", - "band3_file = './Files/sentinel_2/banda_3/T17PNK20230427T155529B03_10m.tif'\n", - "band4_file = './Files/sentinel_2/banda_4/T17PNK20230427T155529B04_10m.tif'\n", - "band8_file = './Files/sentinel_2/banda_8/T17PNK20230427T155529B08_10m.tif'\n", + "band3_file = './sentinel_2/banda_3/T17PNK20230427T155529B03_10m.tif'\n", + "band4_file = './sentinel_2/banda_4/T17PNK20230427T155529B04_10m.tif'\n", + "band8_file = './sentinel_2/banda_8/T17PNK20230427T155529B08_10m.tif'\n", "\n", "band_green = readTiffBand(band3_file, 1).astype('float64')\n", "band_red = readTiffBand(band4_file, 1).astype('float64')\n", -- GitLab