mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-14 08:07:38 +01:00
Supprimer l'importation de rasterio et mettre à jour le compteur d'exécution dans le notebook tp4
This commit is contained in:
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user