doppy 0.4.1__tar.gz → 0.4.2__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.
- {doppy-0.4.1 → doppy-0.4.2}/Cargo.lock +2 -2
- {doppy-0.4.1 → doppy-0.4.2}/Cargo.toml +1 -1
- {doppy-0.4.1 → doppy-0.4.2}/PKG-INFO +1 -1
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/raw/halo_sys_params.py +6 -6
- {doppy-0.4.1 → doppy-0.4.2}/LICENSE +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/README.md +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doppy_rs/Cargo.toml +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doppy_rs/src/lib.rs +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doppy_rs/src/raw/halo_hpl.rs +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doppy_rs/src/raw/wls70.rs +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doppy_rs/src/raw.rs +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doprs/.gitignore +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doprs/Cargo.toml +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doprs/src/lib.rs +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doprs/src/raw/error.rs +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doprs/src/raw/halo_hpl.rs +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doprs/src/raw/wls70.rs +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/crates/doprs/src/raw.rs +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/pyproject.toml +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/__init__.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/__main__.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/bench.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/data/__init__.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/data/api.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/data/cache.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/data/exceptions.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/defaults.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/exceptions.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/netcdf.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/options.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/product/__init__.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/product/stare.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/product/stare_depol.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/product/wind.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/py.typed +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/raw/__init__.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/raw/halo_bg.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/raw/halo_hpl.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/raw/windcube.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/src/doppy/raw/wls70.py +0 -0
- {doppy-0.4.1 → doppy-0.4.2}/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.4.
|
|
109
|
+
version = "0.4.2"
|
|
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.4.
|
|
118
|
+
version = "0.4.2"
|
|
119
119
|
dependencies = [
|
|
120
120
|
"chrono",
|
|
121
121
|
"rayon",
|
|
@@ -20,8 +20,8 @@ class HaloSysParams:
|
|
|
20
20
|
internal_relative_humidity: npt.NDArray[np.float64] # dim: (time, )
|
|
21
21
|
supply_voltage: npt.NDArray[np.float64] # dim: (time, )
|
|
22
22
|
acquisition_card_temperature: npt.NDArray[np.float64] # dim: (time, )
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
platform_pitch_angle: npt.NDArray[np.float64] # dim: (time, ), unit: degrees
|
|
24
|
+
platform_roll_angle: npt.NDArray[np.float64] # dim: (time, ), unit: degrees
|
|
25
25
|
|
|
26
26
|
@classmethod
|
|
27
27
|
def from_src(cls, data: str | Path | bytes | BufferedIOBase) -> HaloSysParams:
|
|
@@ -47,8 +47,8 @@ class HaloSysParams:
|
|
|
47
47
|
np.concatenate(tuple(r.internal_relative_humidity for r in raws)),
|
|
48
48
|
np.concatenate(tuple(r.supply_voltage for r in raws)),
|
|
49
49
|
np.concatenate(tuple(r.acquisition_card_temperature for r in raws)),
|
|
50
|
-
np.concatenate(tuple(r.
|
|
51
|
-
np.concatenate(tuple(r.
|
|
50
|
+
np.concatenate(tuple(r.platform_pitch_angle for r in raws)),
|
|
51
|
+
np.concatenate(tuple(r.platform_roll_angle for r in raws)),
|
|
52
52
|
)
|
|
53
53
|
|
|
54
54
|
def __getitem__(
|
|
@@ -62,8 +62,8 @@ class HaloSysParams:
|
|
|
62
62
|
self.internal_relative_humidity[index],
|
|
63
63
|
self.supply_voltage[index],
|
|
64
64
|
self.acquisition_card_temperature[index],
|
|
65
|
-
self.
|
|
66
|
-
self.
|
|
65
|
+
self.platform_pitch_angle[index],
|
|
66
|
+
self.platform_roll_angle[index],
|
|
67
67
|
)
|
|
68
68
|
raise TypeError
|
|
69
69
|
|
|
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
|
|
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
|