doppy 0.3.6__cp310-abi3-macosx_10_12_x86_64.whl → 0.3.7__cp310-abi3-macosx_10_12_x86_64.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.

Potentially problematic release.


This version of doppy might be problematic. Click here for more details.

doppy/raw/windcube.py CHANGED
@@ -160,7 +160,11 @@ def _from_vad_or_dbs_src(nc: Dataset) -> WindCube:
160
160
  for i, group in enumerate(
161
161
  nc[group] for group in (nc.variables["sweep_group_name"][:])
162
162
  ):
163
- time_list.append(_extract_datetime64_or_raise(group["time"], time_reference))
163
+ time_reference_ = time_reference
164
+ if time_reference is None and "time_reference" in group.variables:
165
+ time_reference_ = group["time_reference"][:]
166
+
167
+ time_list.append(_extract_datetime64_or_raise(group["time"], time_reference_))
164
168
  radial_wind_speed_list.append(
165
169
  _extract_float64_or_raise(group["radial_wind_speed"])
166
170
  )
doppy/rs.abi3.so CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: doppy
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Programming Language :: Python :: 3.10
@@ -1,7 +1,7 @@
1
- doppy-0.3.6.dist-info/METADATA,sha256=rIdxynFJ0EY_sbL0ATtBX4OTvQfS6zcsPeqTI6FG8eU,4182
2
- doppy-0.3.6.dist-info/WHEEL,sha256=-Y1xyYTN3M_8ej0ZmEausOjKRIhVhpqcBKtfhemr-pc,105
3
- doppy-0.3.6.dist-info/entry_points.txt,sha256=9b_Ca7vJoh6AwL3W8qAPh_UmJ_1Pa6hi-TDfCTDjvSk,43
4
- doppy-0.3.6.dist-info/licenses/LICENSE,sha256=V-0iroMNMI8ctnLgUau1kdFvwhkYhr9vi-5kWKxw2wc,1089
1
+ doppy-0.3.7.dist-info/METADATA,sha256=t2JLzMaPRYhH3qKTg_tRHAqyTyQFxB_A1V6zjY7pd0Y,4182
2
+ doppy-0.3.7.dist-info/WHEEL,sha256=-Y1xyYTN3M_8ej0ZmEausOjKRIhVhpqcBKtfhemr-pc,105
3
+ doppy-0.3.7.dist-info/entry_points.txt,sha256=9b_Ca7vJoh6AwL3W8qAPh_UmJ_1Pa6hi-TDfCTDjvSk,43
4
+ doppy-0.3.7.dist-info/licenses/LICENSE,sha256=V-0iroMNMI8ctnLgUau1kdFvwhkYhr9vi-5kWKxw2wc,1089
5
5
  doppy/options.py,sha256=73BDODO4OYHn2qOshhwz6u6G3J1kNd3uj6P0a3V4HBE,205
6
6
  doppy/__init__.py,sha256=Z9aEUlbPRWRUAoB8_-djkgrJuS4-6pjem4-mVSB6Z9I,191
7
7
  doppy/product/wind.py,sha256=hkSzAyi4tfPoGwUx8iE3l65oCDyzl_tRgtF2loxaEpY,16557
@@ -23,7 +23,7 @@ doppy/raw/__init__.py,sha256=AMHyONuH0aUJUQz20EhlANaq9UjWJtSZf7kWUVx3ZjA,228
23
23
  doppy/raw/wls70.py,sha256=PMyr_JYTiKuYv1JpWHgVX6OA5zU83DOnr8vBCxFyFAw,7420
24
24
  doppy/raw/halo_bg.py,sha256=8t9j-SUF1yJht3vrT6KAYJQyxcg3W-0zr8h0jAEhWes,5815
25
25
  doppy/raw/halo_hpl.py,sha256=YFTepAWXvIfAVGgLZCadsc1d-VaOh7j2RB3cpb6Sv6k,18486
26
- doppy/raw/windcube.py,sha256=LO5TXxWGdVxYD-kGwjaIebwEnEegB0AyxMXynkdrJqE,9952
26
+ doppy/raw/windcube.py,sha256=nqO4--ICw3XshxyTHgfaEZa2DTPAh5EqRk_zM3KuK4M,10127
27
27
  doppy/__main__.py,sha256=zrKQJVj0k0ypBQCGK65Czt9G9FZ_qx3ussw6Q9VJ14g,346
28
- doppy/rs.abi3.so,sha256=sJc44vpekTdry6zsIVs23pn1DrByFH2V2lE58_JsWE0,2682528
29
- doppy-0.3.6.dist-info/RECORD,,
28
+ doppy/rs.abi3.so,sha256=Yoop7QxUgkNpRsN5B7qHeA3yVHjjzPd-lWizt998fbs,2682528
29
+ doppy-0.3.7.dist-info/RECORD,,
File without changes