This commit is contained in:
nq
2026-05-03 21:58:47 +03:00
parent fd44235ff4
commit e45d1cb6b4
18 changed files with 1259 additions and 0 deletions

22
requirements.txt Normal file
View File

@@ -0,0 +1,22 @@
# Core GIS / raster stack
rasterio>=1.3.9
pyproj>=3.6.1
shapely>=2.0.2
geopandas>=0.14.4
fiona>=1.9.6
# CV / ML
opencv-python>=4.9.0
numpy>=1.26.4
pandas>=2.2.1
Pillow>=10.2.0
scikit-learn>=1.4.1
ultralytics>=8.2.0
PyYAML>=6.0.1
tqdm>=4.66.2
requests>=2.31.0
beautifulsoup4>=4.12.3
# Reports / QA
matplotlib>=3.8.3
jinja2>=3.1.3