cloudnetpy 1.70.0__py3-none-any.whl → 1.70.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/plotting/plot_meta.py +12 -0
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.70.0.dist-info → cloudnetpy-1.70.1.dist-info}/METADATA +1 -1
- {cloudnetpy-1.70.0.dist-info → cloudnetpy-1.70.1.dist-info}/RECORD +8 -8
- {cloudnetpy-1.70.0.dist-info → cloudnetpy-1.70.1.dist-info}/LICENSE +0 -0
- {cloudnetpy-1.70.0.dist-info → cloudnetpy-1.70.1.dist-info}/WHEEL +0 -0
- {cloudnetpy-1.70.0.dist-info → cloudnetpy-1.70.1.dist-info}/entry_points.txt +0 -0
- {cloudnetpy-1.70.0.dist-info → cloudnetpy-1.70.1.dist-info}/top_level.txt +0 -0
cloudnetpy/plotting/plot_meta.py
CHANGED
@@ -221,6 +221,18 @@ ATTRIBUTES = {
|
|
221
221
|
cmap="RdBu_r",
|
222
222
|
plot_range=(-4, 4),
|
223
223
|
),
|
224
|
+
"vm_sat_folded": PlotMeta(
|
225
|
+
cmap="RdBu_r",
|
226
|
+
plot_range=(-4, 4),
|
227
|
+
),
|
228
|
+
"vm_sat_noise": PlotMeta(
|
229
|
+
cmap="RdBu_r",
|
230
|
+
plot_range=(-4, 4),
|
231
|
+
),
|
232
|
+
"vm_sat_vel": PlotMeta(
|
233
|
+
cmap="RdBu_r",
|
234
|
+
plot_range=(-4, 4),
|
235
|
+
),
|
224
236
|
"ier": PlotMeta(
|
225
237
|
plot_range=(2e-5, 6e-5),
|
226
238
|
),
|
cloudnetpy/version.py
CHANGED
@@ -9,7 +9,7 @@ cloudnetpy/metadata.py,sha256=BDEpgwZ58PHznc1gi11gtNNV4kFiMAmlHnF4huTy7nw,5982
|
|
9
9
|
cloudnetpy/output.py,sha256=lq4YSeMT_d-j4rlQkKm9KIZ8boupTBBBKV1eUawpmCI,15672
|
10
10
|
cloudnetpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
cloudnetpy/utils.py,sha256=U0iMIKPiKLrLVAfs_u9pPuoWYW1RJHcM8dbLF9a4yIA,29796
|
12
|
-
cloudnetpy/version.py,sha256=
|
12
|
+
cloudnetpy/version.py,sha256=uTYaidUD6ZKmsNaBsyVb-ftkj4FPdxiz9fF45Whb-NU,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
|
@@ -101,7 +101,7 @@ cloudnetpy/model_evaluation/tests/unit/test_plotting.py,sha256=h9V8JKmrO4v9bOvv-
|
|
101
101
|
cloudnetpy/model_evaluation/tests/unit/test_statistical_methods.py,sha256=Ra3r4V0qbqkpDuaTYvEIbaasl0nZ5gmTLR4eGC0glBQ,9724
|
102
102
|
cloudnetpy/model_evaluation/tests/unit/test_tools.py,sha256=Ia_VrLdV2NstX5gbx_3AZTOAlrgLAy_xFZ8fHYVX0xI,3817
|
103
103
|
cloudnetpy/plotting/__init__.py,sha256=lg9Smn4BI0dVBgnDLC3JVJ4GmwoSnO-qoSd4ApvwV6Y,107
|
104
|
-
cloudnetpy/plotting/plot_meta.py,sha256=
|
104
|
+
cloudnetpy/plotting/plot_meta.py,sha256=RTGpvXXcCUawLasAeiAaCvNxfeUyf9Cd_1nG77kxv5A,17257
|
105
105
|
cloudnetpy/plotting/plotting.py,sha256=z7lf_Ylbs29Xi-gYrxts77x0Ws8c_Xn01GxIp8nNjBE,38379
|
106
106
|
cloudnetpy/products/__init__.py,sha256=2hRb5HG9hNrxH1if5laJkLeFeaZCd5W1q3hh4ewsX0E,273
|
107
107
|
cloudnetpy/products/classification.py,sha256=KwAiBSgFwDqhM114NIgYiUjj8HoYc7gAlc8E1QgcSig,8207
|
@@ -116,9 +116,9 @@ cloudnetpy/products/mie_lu_tables.nc,sha256=It4fYpqJXlqOgL8jeZ-PxGzP08PMrELIDVe5
|
|
116
116
|
cloudnetpy/products/mwr_tools.py,sha256=rd7UC67O4fsIE5SaHVZ4qWvUJTj41ZGwgQWPwZzOM14,5377
|
117
117
|
cloudnetpy/products/product_tools.py,sha256=uu4l6reuGbPcW3TgttbaSrqIKbyYGhBVTdnC7opKvmg,11101
|
118
118
|
docs/source/conf.py,sha256=IKiFWw6xhUd8NrCg0q7l596Ck1d61XWeVjIFHVSG9Og,1490
|
119
|
-
cloudnetpy-1.70.
|
120
|
-
cloudnetpy-1.70.
|
121
|
-
cloudnetpy-1.70.
|
122
|
-
cloudnetpy-1.70.
|
123
|
-
cloudnetpy-1.70.
|
124
|
-
cloudnetpy-1.70.
|
119
|
+
cloudnetpy-1.70.1.dist-info/LICENSE,sha256=wcZF72bdaoG9XugpyE95Juo7lBQOwLuTKBOhhtANZMM,1094
|
120
|
+
cloudnetpy-1.70.1.dist-info/METADATA,sha256=6ah-05EPFvlK9cN2ETAxdUao8WeHhoosoLQl3OVm8LY,5844
|
121
|
+
cloudnetpy-1.70.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
122
|
+
cloudnetpy-1.70.1.dist-info/entry_points.txt,sha256=HhY7LwCFk4qFgDlXx_Fy983ZTd831WlhtdPIzV-Y3dY,51
|
123
|
+
cloudnetpy-1.70.1.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
124
|
+
cloudnetpy-1.70.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|