cloudnetpy-qc 1.25.8__py3-none-any.whl → 1.25.9__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.
@@ -1725,4 +1725,8 @@ VARIABLES = {
1725
1725
  comment="SNR threshold used in data screening.",
1726
1726
  dtype=Dtype.FLOAT,
1727
1727
  ),
1728
+ "correction_bits": Variable(
1729
+ long_name="Correction bits",
1730
+ dtype=Dtype.INT,
1731
+ ),
1728
1732
  }
cloudnetpy_qc/version.py CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  MAJOR = 1
4
4
  MINOR = 25
5
- PATCH = 8
5
+ PATCH = 9
6
6
  __version__ = f"{MAJOR}.{MINOR}.{PATCH}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudnetpy_qc
3
- Version: 1.25.8
3
+ Version: 1.25.9
4
4
  Summary: Quality control routines for CloudnetPy products
5
5
  Author-email: Finnish Meteorological Institute <actris-cloudnet@fmi.fi>
6
6
  License: MIT License
@@ -3,14 +3,14 @@ cloudnetpy_qc/coverage.py,sha256=WeLiiGRYIjIvXo2QR7Z03WD_RPaV2D8d1R_oQiX68h8,229
3
3
  cloudnetpy_qc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  cloudnetpy_qc/quality.py,sha256=3-43LU4pzYAryAuAWifkRCxl2XqN7NzAEiYjNnJTOeE,38296
5
5
  cloudnetpy_qc/utils.py,sha256=zFVryl56le2cyfDSCyGCzMHACcsjK7AJZknii1fgfgg,5393
6
- cloudnetpy_qc/variables.py,sha256=c4psfnSTIxTKWGTaWKQmqGIEfIKIDfMDcLC4Zz_jg54,51079
7
- cloudnetpy_qc/version.py,sha256=Wqvfj7wjBAnMKpRt-QXKWxCwzoABbVP9G4m_ssrm__E,102
6
+ cloudnetpy_qc/variables.py,sha256=GIbVYxPyN_X5d5HWR_eV1g6X_8GHCarRWz3nhWkpF3Q,51181
7
+ cloudnetpy_qc/version.py,sha256=jYBo1MdSL5edbSet3i11rIi3JcL5Hzkfo-u_3lYRnGo,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=MGqs7uPH62jVpiN6as3jc5gswQvywjJzU_jzHtQOArA,4455853
10
10
  cloudnetpy_qc/data/data_quality_config.ini,sha256=tQpbRQUlA3iz_8wCRMJfdKrP8ByWiM2SxtqszSoxQeA,1242
11
11
  cloudnetpy_qc/data/standardized-region-list.xml,sha256=gLRE2G7RQLD9hmvW5dTzyK7XPhORxWv2bfbrvAp5Uto,6426
12
- cloudnetpy_qc-1.25.8.dist-info/licenses/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
13
- cloudnetpy_qc-1.25.8.dist-info/METADATA,sha256=L4pF56tRXLBM1YYdcDnQQ2gTtfiu1h8OZE1uqg8fMyU,8193
14
- cloudnetpy_qc-1.25.8.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
15
- cloudnetpy_qc-1.25.8.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
16
- cloudnetpy_qc-1.25.8.dist-info/RECORD,,
12
+ cloudnetpy_qc-1.25.9.dist-info/licenses/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
13
+ cloudnetpy_qc-1.25.9.dist-info/METADATA,sha256=YBdFv8_AFtSLe2nPoW_hup8v0zRNQLk_Xz3TElIdK0w,8193
14
+ cloudnetpy_qc-1.25.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ cloudnetpy_qc-1.25.9.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
16
+ cloudnetpy_qc-1.25.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.4.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5