Datasets:
DOI:
License:
metadata
license: mit
Dataset information
This dataset consists of satellite data/images from a geostationary EUMETSAT satellite above the Indian Ocean, more information on this dataset can be found here. This dataset contains both High Resolution Visible (HRV) and non HRV images, with images being at a minimum 15 minutes apart.
How to access this data
Individual files can be lazily opened over the internet using code such as the example below:
import xarray as xr
import ocf_blosc2 # can be found here https://github.com/openclimatefix/ocf_blosc2
ds = xr.open_dataset("zip:///::https://huggingface.co/datasets/openclimatefix/eumetsat-iodc/resolve/main/data/2023/08/08/202308080100_nonhrv.zarr.zip", engine="zarr")
So more information here on how to access this data