From 0c7ccbbe9d610ed91dd35593f5bdaf756f638fcb Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 13 Feb 2026 09:38:06 +0100 Subject: [PATCH] =?UTF-8?q?Supprimer=20l'importation=20de=20rasterio=20et?= =?UTF-8?q?=20mettre=20=C3=A0=20jour=20le=20compteur=20d'ex=C3=A9cution=20?= =?UTF-8?q?dans=20le=20notebook=20tp4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- M2/Enjeux Climatiques/tp4.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/M2/Enjeux Climatiques/tp4.ipynb b/M2/Enjeux Climatiques/tp4.ipynb index f7910fa..6e37f9b 100644 --- a/M2/Enjeux Climatiques/tp4.ipynb +++ b/M2/Enjeux Climatiques/tp4.ipynb @@ -2,16 +2,14 @@ "cells": [ { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "2ad0c20e", "metadata": {}, "outputs": [], "source": [ "import geopandas as gpd\n", - "import rasterio\n", "\n", - "import matplotlib.pyplot as plt\n", - "import pandas as pd\n" + "import matplotlib.pyplot as plt\n" ] }, {