# CM SAF CLARA-A3 Cloud Cover Tiles # Python dependencies # CDS API client cdsapi>=0.7.0 # Data processing xarray>=2024.1.0 netCDF4>=1.6.0 dask>=2024.1.0 # Geospatial rioxarray>=0.15.0 rasterio>=1.3.0 pyproj>=3.6.0 # GDAL (for gdal2tiles) # Note: Install GDAL system-wide first, then: # pip install GDAL==$(gdal-config --version) GDAL>=3.0.0 # Image processing Pillow>=10.0.0 numpy>=1.24.0 # Visualization (for colormap) matplotlib>=3.8.0 # Progress bar tqdm>=4.66.0