cloudnetpy 1.61.1__py3-none-any.whl → 1.61.3__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/disdrometer/thies.py +3 -1
- cloudnetpy/version.py +1 -1
- {cloudnetpy-1.61.1.dist-info → cloudnetpy-1.61.3.dist-info}/METADATA +1 -1
- {cloudnetpy-1.61.1.dist-info → cloudnetpy-1.61.3.dist-info}/RECORD +7 -7
- {cloudnetpy-1.61.1.dist-info → cloudnetpy-1.61.3.dist-info}/LICENSE +0 -0
- {cloudnetpy-1.61.1.dist-info → cloudnetpy-1.61.3.dist-info}/WHEEL +0 -0
- {cloudnetpy-1.61.1.dist-info → cloudnetpy-1.61.3.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,7 @@ import numpy as np
|
|
8
8
|
from cloudnetpy import output
|
9
9
|
from cloudnetpy.cloudnetarray import CloudnetArray
|
10
10
|
from cloudnetpy.constants import MM_TO_M, SEC_IN_HOUR
|
11
|
-
from cloudnetpy.exceptions import DisdrometerDataError
|
11
|
+
from cloudnetpy.exceptions import DisdrometerDataError, ValidTimeStampError
|
12
12
|
from cloudnetpy.instruments import instruments
|
13
13
|
from cloudnetpy.instruments.toa5 import read_toa5
|
14
14
|
|
@@ -157,6 +157,8 @@ class Thies(Disdrometer):
|
|
157
157
|
with open(filename) as file:
|
158
158
|
for line in file:
|
159
159
|
self._read_line(line)
|
160
|
+
if len(self.raw_data["time"]) == 0:
|
161
|
+
raise ValidTimeStampError
|
160
162
|
for key, value in self.raw_data.items():
|
161
163
|
array = np.array(value)
|
162
164
|
if key == "time":
|
cloudnetpy/version.py
CHANGED
@@ -8,7 +8,7 @@ cloudnetpy/metadata.py,sha256=v_VDo2vbdTxB0zIsfP69IcrwSKiRlLpsGdq6JPI4CoA,5306
|
|
8
8
|
cloudnetpy/output.py,sha256=WoVTNuxni0DUr163vZ-_mDr1brXhY15XSlGMrq9Aoqw,14700
|
9
9
|
cloudnetpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
cloudnetpy/utils.py,sha256=0TlHm71YtSrKXBsRKctitnhQrvZPE-ulEVeAQW-oK58,27398
|
11
|
-
cloudnetpy/version.py,sha256=
|
11
|
+
cloudnetpy/version.py,sha256=j5-CDdAsDSNeVW2c3qchPfFYzU-EbVus4d_rAbQtybY,72
|
12
12
|
cloudnetpy/categorize/__init__.py,sha256=gP5q3Vis1y9u9OWgA_idlbjfWXYN_S0IBSWdwBhL_uU,69
|
13
13
|
cloudnetpy/categorize/atmos.py,sha256=fWW8ye_8HZASRAiYwURFKWzcGOYIA2RKeVxCq0lVOuM,12389
|
14
14
|
cloudnetpy/categorize/atmos_utils.py,sha256=wndpwJxc2-QnNTkV8tc8I11Vs_WkNz9sVMX1fuGgUC4,3777
|
@@ -51,7 +51,7 @@ cloudnetpy/instruments/weather_station.py,sha256=gTY3Y5UATqJo9Gld4hm7WdsKBwcF8Wg
|
|
51
51
|
cloudnetpy/instruments/disdrometer/__init__.py,sha256=lyjwttWvFvuwYxEkusoAvgRcbBmglmOp5HJOpXUqLWo,93
|
52
52
|
cloudnetpy/instruments/disdrometer/common.py,sha256=g52iK2aNp3Z88kovUmGVpC54NZomPa9D871gzO0AmQ4,9267
|
53
53
|
cloudnetpy/instruments/disdrometer/parsivel.py,sha256=WiL-vCjw9Gmb5irvW3AXddsyprp8MGOfqcVAlfy0zpc,25521
|
54
|
-
cloudnetpy/instruments/disdrometer/thies.py,sha256=
|
54
|
+
cloudnetpy/instruments/disdrometer/thies.py,sha256=t0RtiDbWkco8I_oJcvlqOEbK3hVdppiD6DzYNpCsqrA,9748
|
55
55
|
cloudnetpy/model_evaluation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
56
56
|
cloudnetpy/model_evaluation/file_handler.py,sha256=oUGIblcEWLLv16YKUch-M5KA-dGRAcuHa-9anP3xtX4,6447
|
57
57
|
cloudnetpy/model_evaluation/metadata.py,sha256=7ZL87iDbaQJIMu8wfnMvb01cGVPkl8RtvEm_tt9uIHE,8413
|
@@ -108,8 +108,8 @@ cloudnetpy/products/mie_lu_tables.nc,sha256=It4fYpqJXlqOgL8jeZ-PxGzP08PMrELIDVe5
|
|
108
108
|
cloudnetpy/products/mwr_tools.py,sha256=PRm5aCULccUehU-Byk55wYhhEHseMjoAjGBu5TSyHao,4621
|
109
109
|
cloudnetpy/products/product_tools.py,sha256=rhx_Ru9FLlQqCNM-awoiHx18-Aq1eBwL9LiUaQoJs6k,10412
|
110
110
|
docs/source/conf.py,sha256=IKiFWw6xhUd8NrCg0q7l596Ck1d61XWeVjIFHVSG9Og,1490
|
111
|
-
cloudnetpy-1.61.
|
112
|
-
cloudnetpy-1.61.
|
113
|
-
cloudnetpy-1.61.
|
114
|
-
cloudnetpy-1.61.
|
115
|
-
cloudnetpy-1.61.
|
111
|
+
cloudnetpy-1.61.3.dist-info/LICENSE,sha256=wcZF72bdaoG9XugpyE95Juo7lBQOwLuTKBOhhtANZMM,1094
|
112
|
+
cloudnetpy-1.61.3.dist-info/METADATA,sha256=dJ8xwncxh3pF3sT4uOHj8dnwHQ0XtJ29kSa2cUZbM2g,5784
|
113
|
+
cloudnetpy-1.61.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
114
|
+
cloudnetpy-1.61.3.dist-info/top_level.txt,sha256=ibSPWRr6ojS1i11rtBFz2_gkIe68mggj7aeswYfaOo0,16
|
115
|
+
cloudnetpy-1.61.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|