Skip to content

Commit 827b20f

Browse files
authored
Change data dtype from float16 to <f2 in configuration
1 parent 490f7f4 commit 827b20f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/satellite_consumer/cmd/application.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See https://user.eumetsat.int/catalogue/EO:EUM:DAT:MSG:MSG15-RSS"""
5858
encoding {
5959
_ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
6060
# Data variables
61-
data { dtype=float16, fill_value=NaN, chunks=[1, 348, 464, -1], shards=[1, 1392, 3712, -1], compressors=yes }
61+
data { dtype="<f2", fill_value=nan, chunks=[1, 348, 464, -1], shards=[1, 1392, 3712, -1], compressors=yes }
6262
instrument { dtype=<U26, chunks=[10000] }
6363
satellite_actual_longitude { dtype=float64, chunks=[10000] }
6464
satellite_actual_latitude { dtype=float64, chunks=[10000] }
@@ -86,7 +86,7 @@ See https://user.eumetsat.int/catalogue/EO:EUM:DAT:MSG:HRSEVIRI-IODC"""
8686
encoding {
8787
_ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
8888
# Data variables
89-
data { dtype=float16, fill_value=NaN, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1], compressors=yes }
89+
data { dtype="<f2", fill_value=nan, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1], compressors=yes }
9090
instrument { dtype=<U26, chunks=[10000] }
9191
satellite_actual_longitude { dtype=float64, chunks=[10000] }
9292
satellite_actual_latitude { dtype=float64, chunks=[10000] }
@@ -114,7 +114,7 @@ See https://user.eumetsat.int/catalogue/EO:EUM:DAT:MSG:HRSEVIRI"""
114114
encoding {
115115
_ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
116116
# Data variables
117-
data { dtype=float16, fill_value=NaN, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1], compressors=yes }
117+
data { dtype="<f2", fill_value=nan, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1], compressors=yes }
118118
instrument { dtype=<U26, chunks=[10000] }
119119
satellite_actual_longitude { dtype=float64, chunks=[10000] }
120120
satellite_actual_latitude { dtype=float64, chunks=[10000] }
@@ -143,7 +143,7 @@ See https://user.eumetsat.int/catalogue/EO:EUM:DAT:0662"""
143143
encoding {
144144
_ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
145145
# Data variables
146-
data { dtype=float16, fill_value=NaN, chunks=[1, 400, 400, -1], shards=[1, -1, -1, -1], compressors=yes }
146+
data { dtype="<f2", fill_value=nan, chunks=[1, 400, 400, -1], shards=[1, -1, -1, -1], compressors=yes }
147147
instrument { dtype=<U26, chunks=[10000] }
148148
satellite_actual_longitude { dtype=float64, chunks=[10000] }
149149
satellite_actual_latitude { dtype=float64, chunks=[10000] }

0 commit comments

Comments
 (0)