feat: initial release of GIS classification project with strategy-based classifiers selector

This commit is contained in:
Andrew 2026-03-15 11:35:50 +07:00
commit af365cfe68
14 changed files with 1115 additions and 0 deletions

7
requirements.txt Normal file
View file

@ -0,0 +1,7 @@
rasterio>=1.3.0
geopandas>=0.12.0
shapely>=2.0.0
scikit-learn>=1.3.0
scipy>=1.10.0
numpy>=1.24.0
pandas>=2.0.0