doppy 0.1.2__tar.gz → 0.1.4__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.1.2 → doppy-0.1.4}/Cargo.lock +2 -2
- {doppy-0.1.2 → doppy-0.1.4}/Cargo.toml +1 -1
- {doppy-0.1.2 → doppy-0.1.4}/PKG-INFO +1 -1
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/netcdf.py +1 -1
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/product/stare.py +1 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/product/wind.py +1 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/raw/halo_hpl.py +4 -0
- {doppy-0.1.2 → doppy-0.1.4}/LICENSE +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/README.md +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doppy_rs/Cargo.toml +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doppy_rs/src/lib.rs +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doppy_rs/src/raw/halo_hpl.rs +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doppy_rs/src/raw.rs +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doprs/.gitignore +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doprs/Cargo.toml +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doprs/src/lib.rs +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doprs/src/raw/error.rs +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doprs/src/raw/halo_hpl.rs +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/crates/doprs/src/raw.rs +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/pyproject.toml +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/__init__.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/__main__.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/bench.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/data/__init__.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/data/api.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/data/cache.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/data/exceptions.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/defaults.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/exceptions.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/options.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/product/__init__.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/py.typed +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/raw/__init__.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/raw/halo_bg.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/raw/halo_sys_params.py +0 -0
- {doppy-0.1.2 → doppy-0.1.4}/src/doppy/raw/windcube.py +0 -0
|
@@ -106,7 +106,7 @@ checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
|
|
106
106
|
|
|
107
107
|
[[package]]
|
|
108
108
|
name = "doppy_rs"
|
|
109
|
-
version = "0.1.
|
|
109
|
+
version = "0.1.4"
|
|
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.1.
|
|
118
|
+
version = "0.1.4"
|
|
119
119
|
dependencies = [
|
|
120
120
|
"chrono",
|
|
121
121
|
"rayon",
|
|
@@ -106,6 +106,6 @@ def _convert_time(
|
|
|
106
106
|
hours_since_start_of_day = (time - start_of_day).astype(
|
|
107
107
|
np.float64
|
|
108
108
|
) * MICROSECONDS_TO_HOURS
|
|
109
|
-
units = f"hours since {np.datetime_as_string(start_of_day)} 00:00:00 +
|
|
109
|
+
units = f"hours since {np.datetime_as_string(start_of_day)} 00:00:00 +00:00"
|
|
110
110
|
calendar = "standard"
|
|
111
111
|
return hours_since_start_of_day, units, calendar
|
|
@@ -54,6 +54,7 @@ class Wind:
|
|
|
54
54
|
doppy.raw.HaloHpl.merge(_select_raws_for_wind(raws))
|
|
55
55
|
.sorted_by_time()
|
|
56
56
|
.non_strictly_increasing_timesteps_removed()
|
|
57
|
+
.nans_removed()
|
|
57
58
|
)
|
|
58
59
|
if len(raw.time) == 0:
|
|
59
60
|
raise doppy.exceptions.NoDataError("No suitable data for the wind product")
|
|
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
|