mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-14 12:07:45 +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": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 6,
|
"execution_count": null,
|
||||||
"id": "2ad0c20e",
|
"id": "2ad0c20e",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"import geopandas as gpd\n",
|
"import geopandas as gpd\n",
|
||||||
"import rasterio\n",
|
|
||||||
"\n",
|
"\n",
|
||||||
"import matplotlib.pyplot as plt\n",
|
"import matplotlib.pyplot as plt\n"
|
||||||
"import pandas as pd\n"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user