preparing TP3

This commit is contained in:
2026-01-30 13:58:13 +01:00
parent e296508ebb
commit 0a65d41905
3 changed files with 3012 additions and 2613 deletions

View File

@@ -0,0 +1,40 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"id": "3509de47",
"metadata": {},
"outputs": [],
"source": [
"import geopandas as gpd\n",
"import rasterio\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "studies",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}