refactor: reorganize project structure by moving core modules and update import paths in API server
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import xarray as xr
|
||||
import rasterio
|
||||
|
||||
print(f"xarray version: {xr.__version__}")
|
||||
print(f"rasterio version: {rasterio.__version__}")
|
||||
Reference in New Issue
Block a user