cloudnetpy 1.78.2__py3-none-any.whl → 1.78.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/categorize/containers.py +3 -1
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.78.2.dist-info → cloudnetpy-1.78.3.dist-info}/METADATA +1 -1
- {cloudnetpy-1.78.2.dist-info → cloudnetpy-1.78.3.dist-info}/RECORD +8 -8
- {cloudnetpy-1.78.2.dist-info → cloudnetpy-1.78.3.dist-info}/WHEEL +0 -0
- {cloudnetpy-1.78.2.dist-info → cloudnetpy-1.78.3.dist-info}/entry_points.txt +0 -0
- {cloudnetpy-1.78.2.dist-info → cloudnetpy-1.78.3.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy-1.78.2.dist-info → cloudnetpy-1.78.3.dist-info}/top_level.txt +0 -0
@@ -89,7 +89,9 @@ class ClassData:
|
|
89
89
|
rain_from_disdrometer = self._find_rain_from_disdrometer()
|
90
90
|
ind = ~rain_from_disdrometer.mask
|
91
91
|
is_rain[ind] = rain_from_disdrometer[ind]
|
92
|
-
|
92
|
+
mask = ma.getmaskarray(self.tw)
|
93
|
+
first_valid_ind = np.nonzero(np.all(~mask, axis=0))[0][0]
|
94
|
+
is_positive_temp = self.tw[:, first_valid_ind] > T0 + 5 # Filter snowfall
|
93
95
|
return is_rain & is_positive_temp
|
94
96
|
|
95
97
|
def _find_rain_from_radar_echo(self) -> np.ndarray:
|
cloudnetpy/version.py
CHANGED
@@ -9,13 +9,13 @@ cloudnetpy/metadata.py,sha256=lO7BCbVAzFoH3Nq-VuezYX0f7MnbG1Zp11g5GSiuQwM,6189
|
|
9
9
|
cloudnetpy/output.py,sha256=gupxt4f_-eUrFsWMto8tnknoV-p9QauC9L6CJAqBILU,15988
|
10
10
|
cloudnetpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
cloudnetpy/utils.py,sha256=HdcSNIgdxoZlP_jHl66ItheHLw_cDYZb7u6mZ5dfMNE,31952
|
12
|
-
cloudnetpy/version.py,sha256=
|
12
|
+
cloudnetpy/version.py,sha256=pYMEbxEa9ahzrcn_G9DIIY9enBLmzjF9ZpI-AB73HTw,72
|
13
13
|
cloudnetpy/categorize/__init__.py,sha256=s-SJaysvVpVVo5kidiruWQO6p3gv2TXwY1wEHYO5D6I,44
|
14
14
|
cloudnetpy/categorize/atmos_utils.py,sha256=RcmbKxm2COkE7WEya0mK3yX5rzUbrewRVh3ekm01RtM,10598
|
15
15
|
cloudnetpy/categorize/attenuation.py,sha256=Y_-fzmQTltWTqIZTulJhovC7a6ifpMcaAazDJcnMIOc,990
|
16
16
|
cloudnetpy/categorize/categorize.py,sha256=PzkgQ63MtEHlz_0govFkoM6F41OKgQLsxDh7GLQHyrs,20777
|
17
17
|
cloudnetpy/categorize/classify.py,sha256=qovHgHsMku5kpl3cJxKteNBsG8GAkfI3Zo8QhJwZSFQ,8512
|
18
|
-
cloudnetpy/categorize/containers.py,sha256=
|
18
|
+
cloudnetpy/categorize/containers.py,sha256=9nAmI1OnR_uANyTZS1cD4do6NrC90EqliEMVrFnQY24,5398
|
19
19
|
cloudnetpy/categorize/disdrometer.py,sha256=sRSt2B932lrrkvycKoSaKEIaDVfq9Z7uU-4iHRr-fC0,1893
|
20
20
|
cloudnetpy/categorize/droplet.py,sha256=t49KEsH5ZM68JQ4NvAf9kGgQ-evic1T4de2-jgJ2f4M,8683
|
21
21
|
cloudnetpy/categorize/falling.py,sha256=lok0HMi1ewf9pS70mq62nRKL6wJzMyWbYmv1cdwrwnA,4404
|
@@ -117,10 +117,10 @@ cloudnetpy/products/lwc.py,sha256=sl6Al2tuH3KkCBrPbWTmuz3jlD5UQJ4D6qBsn1tt2CQ,18
|
|
117
117
|
cloudnetpy/products/mie_lu_tables.nc,sha256=It4fYpqJXlqOgL8jeZ-PxGzP08PMrELIDVe55y9ob58,16637951
|
118
118
|
cloudnetpy/products/mwr_tools.py,sha256=8HPZpQMTojKZP1JS1S83IE0sxmbDE9bxlaWoqmGnUZE,6199
|
119
119
|
cloudnetpy/products/product_tools.py,sha256=uu4l6reuGbPcW3TgttbaSrqIKbyYGhBVTdnC7opKvmg,11101
|
120
|
-
cloudnetpy-1.78.
|
120
|
+
cloudnetpy-1.78.3.dist-info/licenses/LICENSE,sha256=wcZF72bdaoG9XugpyE95Juo7lBQOwLuTKBOhhtANZMM,1094
|
121
121
|
docs/source/conf.py,sha256=IKiFWw6xhUd8NrCg0q7l596Ck1d61XWeVjIFHVSG9Og,1490
|
122
|
-
cloudnetpy-1.78.
|
123
|
-
cloudnetpy-1.78.
|
124
|
-
cloudnetpy-1.78.
|
125
|
-
cloudnetpy-1.78.
|
126
|
-
cloudnetpy-1.78.
|
122
|
+
cloudnetpy-1.78.3.dist-info/METADATA,sha256=rwmnbibL2ih6Bub0PwnyBbDzEYoSFQLS_IAuERyxDb0,5796
|
123
|
+
cloudnetpy-1.78.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
124
|
+
cloudnetpy-1.78.3.dist-info/entry_points.txt,sha256=HhY7LwCFk4qFgDlXx_Fy983ZTd831WlhtdPIzV-Y3dY,51
|
125
|
+
cloudnetpy-1.78.3.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
126
|
+
cloudnetpy-1.78.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|