Commit
·
5f390e9
1
Parent(s):
acd856a
Add zarr import to force check
Browse files- eumetsat_uk_hrv.py +1 -0
eumetsat_uk_hrv.py
CHANGED
@@ -15,6 +15,7 @@
|
|
15 |
"""This dataset consists of HRV channel imagery from the EUMETSAT SEVIRI RSS service covering the UK from 2020-2021"""
|
16 |
import pandas as pd
|
17 |
import xarray
|
|
|
18 |
import datasets
|
19 |
|
20 |
|
|
|
15 |
"""This dataset consists of HRV channel imagery from the EUMETSAT SEVIRI RSS service covering the UK from 2020-2021"""
|
16 |
import pandas as pd
|
17 |
import xarray
|
18 |
+
import zarr
|
19 |
import datasets
|
20 |
|
21 |
|