hoàn thành chức năng tính ndvi analysys 2 màn hình

This commit is contained in:
Victor Phan
2025-12-24 13:57:08 +07:00
parent be90d26d24
commit 5342df77b4
25 changed files with 4755 additions and 460 deletions
+5
View File
@@ -0,0 +1,5 @@
import xarray as xr
import rasterio
print(f"xarray version: {xr.__version__}")
print(f"rasterio version: {rasterio.__version__}")