cloudnetpy 1.66.10__py3-none-any.whl → 1.66.11__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 -2
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.66.10.dist-info → cloudnetpy-1.66.11.dist-info}/METADATA +1 -1
- {cloudnetpy-1.66.10.dist-info → cloudnetpy-1.66.11.dist-info}/RECORD +8 -8
- {cloudnetpy-1.66.10.dist-info → cloudnetpy-1.66.11.dist-info}/WHEEL +1 -1
- {cloudnetpy-1.66.10.dist-info → cloudnetpy-1.66.11.dist-info}/LICENSE +0 -0
- {cloudnetpy-1.66.10.dist-info → cloudnetpy-1.66.11.dist-info}/entry_points.txt +0 -0
- {cloudnetpy-1.66.10.dist-info → cloudnetpy-1.66.11.dist-info}/top_level.txt +0 -0
@@ -4,7 +4,7 @@ import numpy as np
|
|
4
4
|
from numpy import ma
|
5
5
|
|
6
6
|
from cloudnetpy import utils
|
7
|
-
from cloudnetpy.constants import MM_H_TO_M_S
|
7
|
+
from cloudnetpy.constants import MM_H_TO_M_S, T0
|
8
8
|
from cloudnetpy.products.product_tools import CategoryBits
|
9
9
|
|
10
10
|
from .disdrometer import Disdrometer
|
@@ -89,7 +89,8 @@ 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
|
+
is_positive_temp = self.tw[:, 0] > T0 + 5 # Filter snowfall
|
93
|
+
return is_rain & is_positive_temp
|
93
94
|
|
94
95
|
def _find_rain_from_radar_echo(self) -> np.ndarray:
|
95
96
|
first_gate_with_data = np.argmin(self.z.mask.all(axis=0))
|
cloudnetpy/version.py
CHANGED
@@ -9,13 +9,13 @@ cloudnetpy/metadata.py,sha256=v_VDo2vbdTxB0zIsfP69IcrwSKiRlLpsGdq6JPI4CoA,5306
|
|
9
9
|
cloudnetpy/output.py,sha256=YrWRBEZg0QNZRVnd9ziAziH-eJSh7O5JuWiH4ZxM0_s,15584
|
10
10
|
cloudnetpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
cloudnetpy/utils.py,sha256=JksYOwf9ORiR_QpoKrTe1JJwXpPYJj-wlwaZKCHoh3o,29744
|
12
|
-
cloudnetpy/version.py,sha256=
|
12
|
+
cloudnetpy/version.py,sha256=KuWR2VQg1sIo8y3SB0GYbGXZ3CoWJEYQBF8aeQNB6cY,73
|
13
13
|
cloudnetpy/categorize/__init__.py,sha256=s-SJaysvVpVVo5kidiruWQO6p3gv2TXwY1wEHYO5D6I,44
|
14
14
|
cloudnetpy/categorize/atmos_utils.py,sha256=9-ymI6i1xASf-XAFyO87FaTfvq6bF89N1i_27OkUp-M,10104
|
15
15
|
cloudnetpy/categorize/attenuation.py,sha256=Y_-fzmQTltWTqIZTulJhovC7a6ifpMcaAazDJcnMIOc,990
|
16
16
|
cloudnetpy/categorize/categorize.py,sha256=UQdgLHTNc-J4-CRK3P1mrGNUMal2cKE6nwE5JYlFMcc,20644
|
17
17
|
cloudnetpy/categorize/classify.py,sha256=qovHgHsMku5kpl3cJxKteNBsG8GAkfI3Zo8QhJwZSFQ,8512
|
18
|
-
cloudnetpy/categorize/containers.py,sha256=
|
18
|
+
cloudnetpy/categorize/containers.py,sha256=evqVQOoUycBtaFeKpms7_NuM9z8jKWq37nLIhoDxa8k,5278
|
19
19
|
cloudnetpy/categorize/disdrometer.py,sha256=keU3pFvKtk840A0oLwAyNDuqOCswBPJEKf2bV0YWyA8,2004
|
20
20
|
cloudnetpy/categorize/droplet.py,sha256=t49KEsH5ZM68JQ4NvAf9kGgQ-evic1T4de2-jgJ2f4M,8683
|
21
21
|
cloudnetpy/categorize/falling.py,sha256=lok0HMi1ewf9pS70mq62nRKL6wJzMyWbYmv1cdwrwnA,4404
|
@@ -115,9 +115,9 @@ cloudnetpy/products/mie_lu_tables.nc,sha256=It4fYpqJXlqOgL8jeZ-PxGzP08PMrELIDVe5
|
|
115
115
|
cloudnetpy/products/mwr_tools.py,sha256=rd7UC67O4fsIE5SaHVZ4qWvUJTj41ZGwgQWPwZzOM14,5377
|
116
116
|
cloudnetpy/products/product_tools.py,sha256=01Zc6xV8CSuYcIcLpchFf5POL3_c629-YMNDZJ51udA,10853
|
117
117
|
docs/source/conf.py,sha256=IKiFWw6xhUd8NrCg0q7l596Ck1d61XWeVjIFHVSG9Og,1490
|
118
|
-
cloudnetpy-1.66.
|
119
|
-
cloudnetpy-1.66.
|
120
|
-
cloudnetpy-1.66.
|
121
|
-
cloudnetpy-1.66.
|
122
|
-
cloudnetpy-1.66.
|
123
|
-
cloudnetpy-1.66.
|
118
|
+
cloudnetpy-1.66.11.dist-info/LICENSE,sha256=wcZF72bdaoG9XugpyE95Juo7lBQOwLuTKBOhhtANZMM,1094
|
119
|
+
cloudnetpy-1.66.11.dist-info/METADATA,sha256=14B95U6O3KWVBIbYuZC15wLgnLukKu_0gzZ749S9ddQ,5785
|
120
|
+
cloudnetpy-1.66.11.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
121
|
+
cloudnetpy-1.66.11.dist-info/entry_points.txt,sha256=HhY7LwCFk4qFgDlXx_Fy983ZTd831WlhtdPIzV-Y3dY,51
|
122
|
+
cloudnetpy-1.66.11.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
123
|
+
cloudnetpy-1.66.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|