cloudnetpy-qc 1.26.2__py3-none-any.whl → 1.26.3__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 CHANGED
@@ -238,7 +238,7 @@ class FindVariableOutliers(Test):
238
238
  if key == "height" and self.product == Product.CPR:
239
239
  return None
240
240
  if key == "air_pressure":
241
- pressure = utils.calc_pressure(self.nc["altitude"][:])
241
+ pressure = utils.calc_pressure(np.mean(self.nc["altitude"][:]))
242
242
  max_diff = pressure * 0.05
243
243
  return (pressure - max_diff, pressure + max_diff)
244
244
  if not DATA_CONFIG.has_option("limits", key):
cloudnetpy_qc/version.py CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  MAJOR = 1
4
4
  MINOR = 26
5
- PATCH = 2
5
+ PATCH = 3
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.26.2
3
+ Version: 1.26.3
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
@@ -1,16 +1,16 @@
1
1
  cloudnetpy_qc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  cloudnetpy_qc/coverage.py,sha256=s4ILSFHlD5-pHG9QiKE4leinUjWmLRib61QQ70Q1IJA,2305
3
3
  cloudnetpy_qc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- cloudnetpy_qc/quality.py,sha256=BCSXoTYclXULM2Vanff4mTHy5mqt8AXI5Q6sFK2UVZg,39581
4
+ cloudnetpy_qc/quality.py,sha256=QI0CzT4CWmaybX0GoN02yUuFrk25aHvIrHppvns9kxA,39590
5
5
  cloudnetpy_qc/utils.py,sha256=zFVryl56le2cyfDSCyGCzMHACcsjK7AJZknii1fgfgg,5393
6
6
  cloudnetpy_qc/variables.py,sha256=GIbVYxPyN_X5d5HWR_eV1g6X_8GHCarRWz3nhWkpF3Q,51181
7
- cloudnetpy_qc/version.py,sha256=dxpu9McdmIO6PnXOWjmokuhXttsX3O0S7OtQnlkIblU,102
7
+ cloudnetpy_qc/version.py,sha256=OBF3AiI0Zm1S3CSLltvH0JVU8JcLvuPln1S9E4TyaZc,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=YEZQuaRCLMamLypsL7hx1aSixZTq5avpX6Xdey2wGP4,1243
11
11
  cloudnetpy_qc/data/standardized-region-list.xml,sha256=gLRE2G7RQLD9hmvW5dTzyK7XPhORxWv2bfbrvAp5Uto,6426
12
- cloudnetpy_qc-1.26.2.dist-info/licenses/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
13
- cloudnetpy_qc-1.26.2.dist-info/METADATA,sha256=MkCw6kPHiHvbTec-4ZV6HtRBhXAtKpAyAyrGyrkJSSU,8340
14
- cloudnetpy_qc-1.26.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- cloudnetpy_qc-1.26.2.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
16
- cloudnetpy_qc-1.26.2.dist-info/RECORD,,
12
+ cloudnetpy_qc-1.26.3.dist-info/licenses/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
13
+ cloudnetpy_qc-1.26.3.dist-info/METADATA,sha256=cVc_WVaqzVJxjjYrvSFcubDUus3Y5u07-ikuFU03bBA,8340
14
+ cloudnetpy_qc-1.26.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ cloudnetpy_qc-1.26.3.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
16
+ cloudnetpy_qc-1.26.3.dist-info/RECORD,,