Skip to content

Commit bfe465b

Browse files
authored
Add compressors option to data configuration
1 parent 3e56e3d commit bfe465b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/satellite_consumer/cmd/application.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ See https://user.eumetsat.int/catalogue/EO:EUM:DAT:MSG:HRSEVIRI-IODC"""
7373
encoding {
7474
_ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
7575
# Data variables
76-
data { dtype=float16, fill_value=NaN, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1] }
76+
data { dtype=float16, fill_value=NaN, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1], compressors=yes }
7777
instrument { dtype=<U26, chunks=[10000] }
7878
satellite_actual_longitude { dtype=float64, chunks=[10000] }
7979
satellite_actual_latitude { dtype=float64, chunks=[10000] }
@@ -101,7 +101,7 @@ See https://user.eumetsat.int/catalogue/EO:EUM:DAT:MSG:HRSEVIRI"""
101101
encoding {
102102
_ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
103103
# Data variables
104-
data { dtype=float16, fill_value=NaN, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1] }
104+
data { dtype=float16, fill_value=NaN, chunks=[1, 464, 464, -1], shards=[1, 3712, 3712, -1], compressors=yes }
105105
instrument { dtype=<U26, chunks=[10000] }
106106
satellite_actual_longitude { dtype=float64, chunks=[10000] }
107107
satellite_actual_latitude { dtype=float64, chunks=[10000] }
@@ -130,7 +130,7 @@ See https://user.eumetsat.int/catalogue/EO:EUM:DAT:0662"""
130130
encoding {
131131
_ARRAY_DIMENSIONS=["time", "y_geostationary", "x_geostationary", "channel"]
132132
# Data variables
133-
data { dtype=float16, fill_value=NaN, chunks=[1, 400, 400, -1], shards=[1, -1, -1, -1] }
133+
data { dtype=float16, fill_value=NaN, chunks=[1, 400, 400, -1], shards=[1, -1, -1, -1], compressors=yes }
134134
instrument { dtype=<U26, chunks=[10000] }
135135
satellite_actual_longitude { dtype=float64, chunks=[10000] }
136136
satellite_actual_latitude { dtype=float64, chunks=[10000] }

0 commit comments

Comments
 (0)