import xarray as xr import rasterio print(f"xarray version: {xr.__version__}") print(f"rasterio version: {rasterio.__version__}")