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
}

View File

@@ -9,6 +9,7 @@ dependencies = [
"catboost>=1.2.8",
"datasets>=4.4.2",
"faiss-cpu>=1.13.2",
"geopandas>=1.1.2",
"google-api-python-client>=2.188.0",
"google-auth-oauthlib>=1.2.4",
"google-generativeai>=0.8.6",
@@ -31,6 +32,7 @@ dependencies = [
"plotly>=6.3.0",
"polars>=1.37.0",
"pypdf>=6.5.0",
"rasterio>=1.4.4",
"requests>=2.32.5",
"scikit-learn>=1.6.1",
"scipy>=1.15.2",

5583
uv.lock generated

File diff suppressed because it is too large Load Diff