cloudnetpy-qc 1.30.0__py3-none-any.whl → 1.30.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cloudnetpy_qc/quality.py +2 -2
- cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.30.0.dist-info → cloudnetpy_qc-1.30.1.dist-info}/METADATA +1 -1
- {cloudnetpy_qc-1.30.0.dist-info → cloudnetpy_qc-1.30.1.dist-info}/RECORD +7 -7
- {cloudnetpy_qc-1.30.0.dist-info → cloudnetpy_qc-1.30.1.dist-info}/WHEEL +0 -0
- {cloudnetpy_qc-1.30.0.dist-info → cloudnetpy_qc-1.30.1.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy_qc-1.30.0.dist-info → cloudnetpy_qc-1.30.1.dist-info}/top_level.txt +0 -0
cloudnetpy_qc/quality.py
CHANGED
|
@@ -702,10 +702,10 @@ class TestCompression(Test):
|
|
|
702
702
|
if not var.dimensions:
|
|
703
703
|
continue
|
|
704
704
|
filters = var.filters()
|
|
705
|
-
if not filters["shuffle"]:
|
|
706
|
-
self._add_warning(f"Variable '{key}' is not shuffled.")
|
|
707
705
|
if not filters["zlib"]:
|
|
708
706
|
self._add_warning(f"Variable '{key}' is not compressed.")
|
|
707
|
+
elif not filters["shuffle"]:
|
|
708
|
+
self._add_warning(f"Variable '{key}' is not shuffled.")
|
|
709
709
|
|
|
710
710
|
|
|
711
711
|
class TestBrightnessTemperature(Test):
|
cloudnetpy_qc/version.py
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
cloudnetpy_qc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
cloudnetpy_qc/coverage.py,sha256=sU7MJzoUIdhCAG-SIP4JM1ZVS8IqPgGXAdiwB-cfLqw,2478
|
|
3
3
|
cloudnetpy_qc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
cloudnetpy_qc/quality.py,sha256=
|
|
4
|
+
cloudnetpy_qc/quality.py,sha256=he-FvpNaYP1CYKuQLsvxmcKU1FFdZqbZ4SWPT10_Fhk,41536
|
|
5
5
|
cloudnetpy_qc/utils.py,sha256=zFVryl56le2cyfDSCyGCzMHACcsjK7AJZknii1fgfgg,5393
|
|
6
6
|
cloudnetpy_qc/variables.py,sha256=h_cH0F0nsJZeBWMV-atVDYiRqqaL2Ix2-gfTmhh61V4,53293
|
|
7
|
-
cloudnetpy_qc/version.py,sha256=
|
|
7
|
+
cloudnetpy_qc/version.py,sha256=KCDyb2KLZcSy62iSYzeDx4B5sqfoHAZQg-OT1eqhTU4,102
|
|
8
8
|
cloudnetpy_qc/data/area-type-table.xml,sha256=LQGp6rk8d-jZVjeFWPK_NjG2Kk1atvLlQXmV4UXggKI,17788
|
|
9
9
|
cloudnetpy_qc/data/cf-standard-name-table.xml,sha256=uk6Y5OVRh_2PV_OQe3KITHaRB_rIYh513b31gnPGNXU,4467326
|
|
10
10
|
cloudnetpy_qc/data/data_quality_config.ini,sha256=deAQzo3eMclgIaQTGYGdwLaD_AM9vGDGaf4VvJ_ZQrs,1449
|
|
11
11
|
cloudnetpy_qc/data/standardized-region-list.xml,sha256=gLRE2G7RQLD9hmvW5dTzyK7XPhORxWv2bfbrvAp5Uto,6426
|
|
12
|
-
cloudnetpy_qc-1.30.
|
|
13
|
-
cloudnetpy_qc-1.30.
|
|
14
|
-
cloudnetpy_qc-1.30.
|
|
15
|
-
cloudnetpy_qc-1.30.
|
|
16
|
-
cloudnetpy_qc-1.30.
|
|
12
|
+
cloudnetpy_qc-1.30.1.dist-info/licenses/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
|
|
13
|
+
cloudnetpy_qc-1.30.1.dist-info/METADATA,sha256=GkiNsYPNCh4FLdxMwnXTvXDBm7D5B_Ek1UW3xTc38dY,8584
|
|
14
|
+
cloudnetpy_qc-1.30.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
cloudnetpy_qc-1.30.1.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
|
|
16
|
+
cloudnetpy_qc-1.30.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|