cloudnetpy-qc 1.27.0__py3-none-any.whl → 1.27.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/data/data_quality_config.ini +8 -0
- cloudnetpy_qc/quality.py +0 -6
- cloudnetpy_qc/version.py +1 -1
- {cloudnetpy_qc-1.27.0.dist-info → cloudnetpy_qc-1.27.1.dist-info}/METADATA +1 -1
- {cloudnetpy_qc-1.27.0.dist-info → cloudnetpy_qc-1.27.1.dist-info}/RECORD +8 -8
- {cloudnetpy_qc-1.27.0.dist-info → cloudnetpy_qc-1.27.1.dist-info}/WHEEL +0 -0
- {cloudnetpy_qc-1.27.0.dist-info → cloudnetpy_qc-1.27.1.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy_qc-1.27.0.dist-info → cloudnetpy_qc-1.27.1.dist-info}/top_level.txt +0 -0
|
@@ -58,9 +58,17 @@ air_temperature = 184.0, 329.85
|
|
|
58
58
|
relative_humidity = 0, 1.05
|
|
59
59
|
wind_speed = 0, 100
|
|
60
60
|
wind_direction = 0, 360
|
|
61
|
+
|
|
62
|
+
[mwr-l1c]
|
|
63
|
+
zenith_angle = -1, 91
|
|
64
|
+
|
|
61
65
|
[mwr-single]
|
|
66
|
+
elevation_angle = -1, 91
|
|
62
67
|
relative_humidity = -0.2, 2
|
|
68
|
+
|
|
63
69
|
[mwr-multi]
|
|
70
|
+
elevation_angle = -1, 91
|
|
64
71
|
relative_humidity = -0.2, 2
|
|
72
|
+
|
|
65
73
|
[radar]
|
|
66
74
|
wind_direction = -0.1, 360.1
|
cloudnetpy_qc/quality.py
CHANGED
|
@@ -224,12 +224,6 @@ class FindVariableOutliers(Test):
|
|
|
224
224
|
self._add_info(msg)
|
|
225
225
|
|
|
226
226
|
def _get_limits(self, key: str) -> tuple[float, float] | None:
|
|
227
|
-
if key == "zenith_angle" and self.product in (
|
|
228
|
-
Product.MWR_L1C,
|
|
229
|
-
Product.MWR_SINGLE,
|
|
230
|
-
Product.MWR_MULTI,
|
|
231
|
-
):
|
|
232
|
-
return None
|
|
233
227
|
if key == "height" and self.product == Product.CPR:
|
|
234
228
|
return None
|
|
235
229
|
if key == "air_pressure":
|
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=s4ILSFHlD5-pHG9QiKE4leinUjWmLRib61QQ70Q1IJA,2305
|
|
3
3
|
cloudnetpy_qc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
cloudnetpy_qc/quality.py,sha256=
|
|
4
|
+
cloudnetpy_qc/quality.py,sha256=eghzD8qBwDSwHRXA-Iu-Y7X9Y3BSamM_g1Sf3ADXwgo,39407
|
|
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=
|
|
7
|
+
cloudnetpy_qc/version.py,sha256=GWTJMeoqMdpAz2aWkx1axX77qK4GpV2FBhZemAqNV48,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
|
-
cloudnetpy_qc/data/data_quality_config.ini,sha256=
|
|
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.27.
|
|
13
|
-
cloudnetpy_qc-1.27.
|
|
14
|
-
cloudnetpy_qc-1.27.
|
|
15
|
-
cloudnetpy_qc-1.27.
|
|
16
|
-
cloudnetpy_qc-1.27.
|
|
12
|
+
cloudnetpy_qc-1.27.1.dist-info/licenses/LICENSE,sha256=P0wszB7Cq2M390SKaqT4DGvECfwGOMdTTdxsWBpEUUc,1094
|
|
13
|
+
cloudnetpy_qc-1.27.1.dist-info/METADATA,sha256=08qY9-AZhFj9_f_D7MKaXETrd9GOTZ9lGSn7uCkecd4,8340
|
|
14
|
+
cloudnetpy_qc-1.27.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
cloudnetpy_qc-1.27.1.dist-info/top_level.txt,sha256=shrf8A1KyrrnhbHocc4gHmTl38YY-DHflgf-gXiKnKs,14
|
|
16
|
+
cloudnetpy_qc-1.27.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|