Datasets:
DOI:
License:
Dataset Viewer
Full Screen Viewer
Full Screen
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
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
- Downloads last month
- 492