doppy 0.3.6__tar.gz → 0.3.7__tar.gz

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.

Files changed (41) hide show
  1. {doppy-0.3.6 → doppy-0.3.7}/Cargo.lock +2 -2
  2. {doppy-0.3.6 → doppy-0.3.7}/Cargo.toml +1 -1
  3. {doppy-0.3.6 → doppy-0.3.7}/PKG-INFO +1 -1
  4. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/raw/windcube.py +5 -1
  5. {doppy-0.3.6 → doppy-0.3.7}/LICENSE +0 -0
  6. {doppy-0.3.6 → doppy-0.3.7}/README.md +0 -0
  7. {doppy-0.3.6 → doppy-0.3.7}/crates/doppy_rs/Cargo.toml +0 -0
  8. {doppy-0.3.6 → doppy-0.3.7}/crates/doppy_rs/src/lib.rs +0 -0
  9. {doppy-0.3.6 → doppy-0.3.7}/crates/doppy_rs/src/raw/halo_hpl.rs +0 -0
  10. {doppy-0.3.6 → doppy-0.3.7}/crates/doppy_rs/src/raw/wls70.rs +0 -0
  11. {doppy-0.3.6 → doppy-0.3.7}/crates/doppy_rs/src/raw.rs +0 -0
  12. {doppy-0.3.6 → doppy-0.3.7}/crates/doprs/.gitignore +0 -0
  13. {doppy-0.3.6 → doppy-0.3.7}/crates/doprs/Cargo.toml +0 -0
  14. {doppy-0.3.6 → doppy-0.3.7}/crates/doprs/src/lib.rs +0 -0
  15. {doppy-0.3.6 → doppy-0.3.7}/crates/doprs/src/raw/error.rs +0 -0
  16. {doppy-0.3.6 → doppy-0.3.7}/crates/doprs/src/raw/halo_hpl.rs +0 -0
  17. {doppy-0.3.6 → doppy-0.3.7}/crates/doprs/src/raw/wls70.rs +0 -0
  18. {doppy-0.3.6 → doppy-0.3.7}/crates/doprs/src/raw.rs +0 -0
  19. {doppy-0.3.6 → doppy-0.3.7}/pyproject.toml +0 -0
  20. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/__init__.py +0 -0
  21. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/__main__.py +0 -0
  22. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/bench.py +0 -0
  23. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/data/__init__.py +0 -0
  24. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/data/api.py +0 -0
  25. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/data/cache.py +0 -0
  26. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/data/exceptions.py +0 -0
  27. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/defaults.py +0 -0
  28. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/exceptions.py +0 -0
  29. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/netcdf.py +0 -0
  30. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/options.py +0 -0
  31. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/product/__init__.py +0 -0
  32. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/product/stare.py +0 -0
  33. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/product/stare_depol.py +0 -0
  34. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/product/wind.py +0 -0
  35. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/py.typed +0 -0
  36. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/raw/__init__.py +0 -0
  37. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/raw/halo_bg.py +0 -0
  38. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/raw/halo_hpl.py +0 -0
  39. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/raw/halo_sys_params.py +0 -0
  40. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/raw/wls70.py +0 -0
  41. {doppy-0.3.6 → doppy-0.3.7}/src/doppy/utils.py +0 -0
@@ -106,7 +106,7 @@ checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
106
106
 
107
107
  [[package]]
108
108
  name = "doppy_rs"
109
- version = "0.3.6"
109
+ version = "0.3.7"
110
110
  dependencies = [
111
111
  "doprs",
112
112
  "numpy",
@@ -115,7 +115,7 @@ dependencies = [
115
115
 
116
116
  [[package]]
117
117
  name = "doprs"
118
- version = "0.3.6"
118
+ version = "0.3.7"
119
119
  dependencies = [
120
120
  "chrono",
121
121
  "rayon",
@@ -4,6 +4,6 @@ resolver = "2"
4
4
 
5
5
  [workspace.package]
6
6
  edition = "2021"
7
- version = "0.3.6"
7
+ version = "0.3.7"
8
8
  authors = ["Niko Leskinen <niko.leskinen@fmi.fi>"]
9
9
  license-file = "LICENSE"
@@ -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
@@ -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
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes