cloudnetpy 1.80.7__py3-none-any.whl → 1.80.8__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/plotting.py +1 -1
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.80.7.dist-info → cloudnetpy-1.80.8.dist-info}/METADATA +1 -1
- {cloudnetpy-1.80.7.dist-info → cloudnetpy-1.80.8.dist-info}/RECORD +8 -8
- {cloudnetpy-1.80.7.dist-info → cloudnetpy-1.80.8.dist-info}/WHEEL +0 -0
- {cloudnetpy-1.80.7.dist-info → cloudnetpy-1.80.8.dist-info}/entry_points.txt +0 -0
- {cloudnetpy-1.80.7.dist-info → cloudnetpy-1.80.8.dist-info}/licenses/LICENSE +0 -0
- {cloudnetpy-1.80.7.dist-info → cloudnetpy-1.80.8.dist-info}/top_level.txt +0 -0
cloudnetpy/plotting/plotting.py
CHANGED
@@ -185,7 +185,7 @@ class FigureData:
|
|
185
185
|
if self.file_type == "cpr-simulation":
|
186
186
|
height = self.file.variables["height_sat"][:]
|
187
187
|
if self.options.plot_above_ground:
|
188
|
-
height -= self.file.variables["altitude"][:]
|
188
|
+
height -= ma.median(self.file.variables["altitude"][:])
|
189
189
|
return height * con.M_TO_KM
|
190
190
|
if self.file_type == "model":
|
191
191
|
height = ma.mean(self.file.variables["height"][:], axis=0) # height AGL
|
cloudnetpy/version.py
CHANGED
@@ -9,7 +9,7 @@ cloudnetpy/metadata.py,sha256=CFpXmdEkVPzvLPv2xHIR-aMMQ-TR26KfESYw-98j7sk,7213
|
|
9
9
|
cloudnetpy/output.py,sha256=aA0H8AGaKY_uyeINSdHpeCEEC5y6BIc4URrtkzAakNA,15368
|
10
10
|
cloudnetpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
cloudnetpy/utils.py,sha256=NaHYGZpzS3D9X6CDjG5y53WKFNjjEzsToHlo46lb43M,32174
|
12
|
-
cloudnetpy/version.py,sha256=
|
12
|
+
cloudnetpy/version.py,sha256=ZKIwukgo0kpn0RUEJPzVjWI6TOlZqAnWsJeXFQGAHCo,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
|
@@ -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=XgO57C43gRXyui0z8KLRX5sbqjbuE2vI5YM9SbqekBE,38652
|
107
107
|
cloudnetpy/products/__init__.py,sha256=cBJdJBYltz5ZTKDqnRo-0StytAZK8gE3RYxxriFA4ak,295
|
108
108
|
cloudnetpy/products/classification.py,sha256=ruICP8gj2GES4f85bMwm28NXgqOBrLw57_19fOfRAvM,8405
|
109
109
|
cloudnetpy/products/der.py,sha256=MU2LySuX9TQgZ3UVQBk-MN_t9f1vBLwcdZfFVqyTzF4,12963
|
@@ -117,10 +117,10 @@ cloudnetpy/products/lwc.py,sha256=REYAg4AoQy7pmIbthZvvPrVtXMy2dvuivKMkd1EdGSo,19
|
|
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.8.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.8.dist-info/METADATA,sha256=yIJ6VtxQlEaCGLq40VQD_YKtqztk-fdF2fyAE9blMjY,5803
|
123
|
+
cloudnetpy-1.80.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
124
|
+
cloudnetpy-1.80.8.dist-info/entry_points.txt,sha256=HhY7LwCFk4qFgDlXx_Fy983ZTd831WlhtdPIzV-Y3dY,51
|
125
|
+
cloudnetpy-1.80.8.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
126
|
+
cloudnetpy-1.80.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|