Datasets:

DOI:
License:
eumetsat-iodc / README.md
XciD's picture
XciD HF staff
Squashing commit
d449516 verified
---
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](https://navigator.eumetsat.int/product/EO:EUM:DAT:MSG:HRSEVIRI-IODC).
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](https://github.com/huggingface/datasets/issues/4096) on how to access this data