openclimatefix/eumetsat-iodc
收藏资源简介:
--- 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
许可证:MIT **数据集信息** 本数据集包含印度洋上空欧洲气象卫星应用组织(EUMETSAT)的地球静止轨道卫星采集的卫星数据与图像,该数据集的更多详情可参阅[此处](https://navigator.eumetsat.int/product/EO:EUM:DAT:MSG:HRSEVIRI-IODC)。 本数据集同时包含高分辨率可见光(High Resolution Visible)与非高分辨率可见光图像,图像采集间隔最小为15分钟。 **数据获取方式** 可通过如下示例代码通过互联网延迟加载单个文件: 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") 有关该数据集的更多获取细节可参阅[此处](https://github.com/huggingface/datasets/issues/4096)。
数据集许可证
- 许可证类型: MIT



