@@ -70,8 +70,8 @@ The data is transmitted as High Rate transmissions in 12 spectral channels
7070(11 low and one high resolution).
7171See https://user.eumetsat.int/catalogue/EO:EUM:DAT:MSG:HRSEVIRI-IODC"""
7272 file_filter_regex="\S+\.nat$"
73- dimensions=["time", "y_geostationary", "x_geostationary", "channel"]
7473 encoding {
74+ _ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
7575 # Data variables
7676 data { dtype=float16, fill_value=NaN, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1] }
7777 instrument { dtype=<U26, chunks=[10000] }
@@ -98,8 +98,8 @@ The data is transmitted as High Rate transmissions in 12 spectral channels
9898(11 low and one high resolution).
9999See https://user.eumetsat.int/catalogue/EO:EUM:DAT:MSG:HRSEVIRI"""
100100 file_filter_regex="\S+\.nat$"
101- dimensions=["time", "y_geostationary", "x_geostationary", "channel"]
102101 encoding {
102+ _ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
103103 # Data variables
104104 data { dtype=float16, fill_value=NaN, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1] }
105105 instrument { dtype=<U26, chunks=[10000] }
@@ -127,8 +127,8 @@ The data is transmitted as High Rate transmissions in 16 spectral channels
127127See https://user.eumetsat.int/catalogue/EO:EUM:DAT:0662"""
128128 # Return only files covering the top of the UK
129129 file_filter_regex="\S+BODY\S+00(?:[3][2-9]|40).nc$"
130- dimensions=["time", "y_geostationary", "x_geostationary", "channel"]
131130 encoding {
131+ _ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
132132 # Data variables
133133 data { dtype=float16, fill_value=NaN, chunks=[1, 400, 400, -1], shards=[1, -1, -1, -1] }
134134 instrument { dtype=<U26, chunks=[10000] }
0 commit comments