cloudnetpy 1.80.4__py3-none-any.whl → 1.80.6__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/model.py +3 -5
- cloudnetpy/plotting/plotting.py +1 -0
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.80.4.dist-info → cloudnetpy-1.80.6.dist-info}/METADATA +1 -1
- {cloudnetpy-1.80.4.dist-info → cloudnetpy-1.80.6.dist-info}/RECORD +9 -9
- {cloudnetpy-1.80.4.dist-info → cloudnetpy-1.80.6.dist-info}/WHEEL +0 -0
- {cloudnetpy-1.80.4.dist-info → cloudnetpy-1.80.6.dist-info}/entry_points.txt +0 -0
- {cloudnetpy-1.80.4.dist-info → cloudnetpy-1.80.6.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy-1.80.4.dist-info → cloudnetpy-1.80.6.dist-info}/top_level.txt +0 -0
cloudnetpy/categorize/model.py
CHANGED
@@ -173,8 +173,6 @@ def _find_model_type(file_name: str) -> str:
|
|
173
173
|
|
174
174
|
|
175
175
|
def _find_number_of_valid_profiles(array: np.ndarray) -> int:
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
n_good += 1
|
180
|
-
return n_good
|
176
|
+
mask = ma.getmaskarray(array)
|
177
|
+
all_masked_profiles = np.all(mask, axis=1)
|
178
|
+
return np.count_nonzero(~all_masked_profiles)
|
cloudnetpy/plotting/plotting.py
CHANGED
@@ -550,6 +550,7 @@ class Plot2D(Plot):
|
|
550
550
|
else:
|
551
551
|
vmin, vmax = self._plot_meta.plot_range
|
552
552
|
if self._is_log:
|
553
|
+
self._data = np.maximum(self._data, vmin)
|
553
554
|
self._data, vmin, vmax = lin2log(self._data, vmin, vmax)
|
554
555
|
|
555
556
|
alt = self._screen_data_by_max_y(figure_data)
|
cloudnetpy/version.py
CHANGED
@@ -9,7 +9,7 @@ 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=WczDeGN408XSgGeaRLXFmlLjgAS67lK1osV0YEuKmwo,32027
|
12
|
-
cloudnetpy/version.py,sha256=
|
12
|
+
cloudnetpy/version.py,sha256=Ow1edVHnlCcsj2WN1iez7YMjBFwfS1flp4YWKB1pzVg,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
|
@@ -24,7 +24,7 @@ cloudnetpy/categorize/insects.py,sha256=MrxlWK-5JaMZxCBWFKR_6Kj5TAVXm-s9SVxsvcyN
|
|
24
24
|
cloudnetpy/categorize/itu.py,sha256=ffXK27guyRS4d66VWQ2h4UEGjUIhGjPKbFmj7kh698c,10304
|
25
25
|
cloudnetpy/categorize/lidar.py,sha256=YQrM_LOz8NQrrD9l9HyujV1GSGwkQ8LMqXN13bEJRW4,2605
|
26
26
|
cloudnetpy/categorize/melting.py,sha256=TUoy-nj-BRwEpwZZHEpLH5Mg9gONWWwTKFTiLXNnEmE,6212
|
27
|
-
cloudnetpy/categorize/model.py,sha256=
|
27
|
+
cloudnetpy/categorize/model.py,sha256=6UFy8pc4UnFymU0tUlIy9yCl7EL1lc1v1R5loFtMGgc,6632
|
28
28
|
cloudnetpy/categorize/mwr.py,sha256=YZNbufeVKQBdXJHokD4dGwWdjQICwdHtRVs5EVj1LHs,1637
|
29
29
|
cloudnetpy/categorize/radar.py,sha256=Bc-JkMpU3_wFBo7eMMtlF5oiyTaIwbs_BsAn4dufTsE,15953
|
30
30
|
cloudnetpy/categorize/attenuations/__init__.py,sha256=CWFHVWeTIe2hrZtgkJaX2HGftbuffsFc39Mzv5B0Lw0,1037
|
@@ -103,7 +103,7 @@ cloudnetpy/model_evaluation/tests/unit/test_statistical_methods.py,sha256=Ra3r4V
|
|
103
103
|
cloudnetpy/model_evaluation/tests/unit/test_tools.py,sha256=Ia_VrLdV2NstX5gbx_3AZTOAlrgLAy_xFZ8fHYVX0xI,3817
|
104
104
|
cloudnetpy/plotting/__init__.py,sha256=lg9Smn4BI0dVBgnDLC3JVJ4GmwoSnO-qoSd4ApvwV6Y,107
|
105
105
|
cloudnetpy/plotting/plot_meta.py,sha256=qfyZJNis937uM-NJseer8i4FO7I_v5jhQPyFl5Uszi8,17390
|
106
|
-
cloudnetpy/plotting/plotting.py,sha256=
|
106
|
+
cloudnetpy/plotting/plotting.py,sha256=noUorRi7_8eXOG5lJJS_QSGzr4VNemuPwgGCybbCk8Q,38641
|
107
107
|
cloudnetpy/products/__init__.py,sha256=cBJdJBYltz5ZTKDqnRo-0StytAZK8gE3RYxxriFA4ak,295
|
108
108
|
cloudnetpy/products/classification.py,sha256=KwAiBSgFwDqhM114NIgYiUjj8HoYc7gAlc8E1QgcSig,8207
|
109
109
|
cloudnetpy/products/der.py,sha256=soypE7uSEP4uHUCCQVEhyXsKY6e9mzV9B_2S5GUizqk,12729
|
@@ -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.80.
|
120
|
+
cloudnetpy-1.80.6.dist-info/licenses/LICENSE,sha256=wcZF72bdaoG9XugpyE95Juo7lBQOwLuTKBOhhtANZMM,1094
|
121
121
|
docs/source/conf.py,sha256=IKiFWw6xhUd8NrCg0q7l596Ck1d61XWeVjIFHVSG9Og,1490
|
122
|
-
cloudnetpy-1.80.
|
123
|
-
cloudnetpy-1.80.
|
124
|
-
cloudnetpy-1.80.
|
125
|
-
cloudnetpy-1.80.
|
126
|
-
cloudnetpy-1.80.
|
122
|
+
cloudnetpy-1.80.6.dist-info/METADATA,sha256=ORLrbzkQHblXTHW2vBUA2OvWl7AftxFmxUE-c9mQlXE,5803
|
123
|
+
cloudnetpy-1.80.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
124
|
+
cloudnetpy-1.80.6.dist-info/entry_points.txt,sha256=HhY7LwCFk4qFgDlXx_Fy983ZTd831WlhtdPIzV-Y3dY,51
|
125
|
+
cloudnetpy-1.80.6.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
126
|
+
cloudnetpy-1.80.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|