cloudnetpy 1.66.13__py3-none-any.whl → 1.66.14__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/instruments/radiometrics.py +7 -4
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.66.13.dist-info → cloudnetpy-1.66.14.dist-info}/METADATA +2 -2
- {cloudnetpy-1.66.13.dist-info → cloudnetpy-1.66.14.dist-info}/RECORD +8 -8
- {cloudnetpy-1.66.13.dist-info → cloudnetpy-1.66.14.dist-info}/LICENSE +0 -0
- {cloudnetpy-1.66.13.dist-info → cloudnetpy-1.66.14.dist-info}/WHEEL +0 -0
- {cloudnetpy-1.66.13.dist-info → cloudnetpy-1.66.14.dist-info}/entry_points.txt +0 -0
- {cloudnetpy-1.66.13.dist-info → cloudnetpy-1.66.14.dist-info}/top_level.txt +0 -0
@@ -186,13 +186,16 @@ class Radiometrics:
|
|
186
186
|
times.append(record.timestamp)
|
187
187
|
lwps.append(float(lwp))
|
188
188
|
iwvs.append(float(iwv))
|
189
|
+
n_time = len(times)
|
189
190
|
self.data["time"] = np.array(times, dtype="datetime64[s]")
|
190
191
|
self.data["lwp"] = np.array(lwps) # mm => kg m-2
|
191
192
|
self.data["iwv"] = np.array(iwvs) * 10 # cm => kg m-2
|
192
|
-
self.data["irt"] = np.array(irts)
|
193
|
-
self.data["temperature"] = np.array(temps)
|
194
|
-
self.data["relative_humidity"] = np.array(rhs) / 100 # % => 1
|
195
|
-
self.data["absolute_humidity"] =
|
193
|
+
self.data["irt"] = np.array(irts[:n_time])
|
194
|
+
self.data["temperature"] = np.array(temps[:n_time])
|
195
|
+
self.data["relative_humidity"] = np.array(rhs[:n_time]) / 100 # % => 1
|
196
|
+
self.data["absolute_humidity"] = (
|
197
|
+
np.array(ahs[:n_time]) / 1000
|
198
|
+
) # g m-3 => kg m-3
|
196
199
|
|
197
200
|
|
198
201
|
class RadiometricsCombined:
|
cloudnetpy/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cloudnetpy
|
3
|
-
Version: 1.66.
|
3
|
+
Version: 1.66.14
|
4
4
|
Summary: Python package for Cloudnet processing
|
5
5
|
Author: Simo Tukiainen
|
6
6
|
License: MIT License
|
@@ -101,7 +101,7 @@ python3 -m pip install --upgrade pip
|
|
101
101
|
python3 -m pip install .
|
102
102
|
```
|
103
103
|
|
104
|
-
|
104
|
+
### Verification
|
105
105
|
|
106
106
|
To verify the installation:
|
107
107
|
|
@@ -9,7 +9,7 @@ cloudnetpy/metadata.py,sha256=DOGt7EQLS-AVJEszrUrpXr3gHVQv655FzeCzKrOPvoU,5477
|
|
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=JksYOwf9ORiR_QpoKrTe1JJwXpPYJj-wlwaZKCHoh3o,29744
|
12
|
-
cloudnetpy/version.py,sha256=
|
12
|
+
cloudnetpy/version.py,sha256=2QGNMZni3ixostxBEdUnnkW51Mi01KeZjZ44M5gaAgU,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
|
@@ -49,7 +49,7 @@ cloudnetpy/instruments/mrr.py,sha256=eeAzCp3CiHGauywjwvMUAFwZ4vBOZMcd3IlF8KsrLQo
|
|
49
49
|
cloudnetpy/instruments/nc_lidar.py,sha256=5gQG9PApnNPrHmS9_zanl8HEYIQuGRpbnzC3wfTcOyQ,1705
|
50
50
|
cloudnetpy/instruments/nc_radar.py,sha256=ctmb0tJHkRoz-Ic8UAw4_v4VfS27r22_4X_1s4mUAas,6990
|
51
51
|
cloudnetpy/instruments/pollyxt.py,sha256=YuVEHr-BX31rtVOFsWGU-SQFAmcxpXL26eyCVMz_9hw,8933
|
52
|
-
cloudnetpy/instruments/radiometrics.py,sha256=
|
52
|
+
cloudnetpy/instruments/radiometrics.py,sha256=troxDHj7DDx04dIj0Qe8pRDWGz7W_qxmq7H620_jE-s,10481
|
53
53
|
cloudnetpy/instruments/rpg.py,sha256=IozvBJ8_qXTPqtp58FQwRsoI5_aI3-kycpXugZkS0d4,17462
|
54
54
|
cloudnetpy/instruments/rpg_reader.py,sha256=ThztFuVrWxhmWVAfZTfQDeUiKK1XMTbtv08IBe8GK98,11364
|
55
55
|
cloudnetpy/instruments/toa5.py,sha256=CfmmBMv5iMGaWHIGBK01Rw24cuXC1R1RMNTXkmsm340,1760
|
@@ -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.14.dist-info/LICENSE,sha256=wcZF72bdaoG9XugpyE95Juo7lBQOwLuTKBOhhtANZMM,1094
|
119
|
+
cloudnetpy-1.66.14.dist-info/METADATA,sha256=EBvDEO2ZIXKdZkYX856_rst7Cy6S4QRThZSh9F75aMI,5806
|
120
|
+
cloudnetpy-1.66.14.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
121
|
+
cloudnetpy-1.66.14.dist-info/entry_points.txt,sha256=HhY7LwCFk4qFgDlXx_Fy983ZTd831WlhtdPIzV-Y3dY,51
|
122
|
+
cloudnetpy-1.66.14.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
123
|
+
cloudnetpy-1.66.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|