rashdf 0.7.0__py3-none-any.whl → 0.7.1__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.
- rashdf/plan.py +3 -3
- {rashdf-0.7.0.dist-info → rashdf-0.7.1.dist-info}/METADATA +1 -1
- {rashdf-0.7.0.dist-info → rashdf-0.7.1.dist-info}/RECORD +7 -7
- {rashdf-0.7.0.dist-info → rashdf-0.7.1.dist-info}/LICENSE +0 -0
- {rashdf-0.7.0.dist-info → rashdf-0.7.1.dist-info}/WHEEL +0 -0
- {rashdf-0.7.0.dist-info → rashdf-0.7.1.dist-info}/entry_points.txt +0 -0
- {rashdf-0.7.0.dist-info → rashdf-0.7.1.dist-info}/top_level.txt +0 -0
rashdf/plan.py
CHANGED
|
@@ -1121,7 +1121,7 @@ class RasPlanHdf(RasGeomHdf):
|
|
|
1121
1121
|
"""
|
|
1122
1122
|
return self.reference_timeseries_output(reftype="lines")
|
|
1123
1123
|
|
|
1124
|
-
def observed_timeseries_input(self, vartype: str = "Flow") ->
|
|
1124
|
+
def observed_timeseries_input(self, vartype: str = "Flow") -> xr.DataArray:
|
|
1125
1125
|
"""Return observed timeseries input data for reference lines and points from a HEC-RAS HDF plan file.
|
|
1126
1126
|
|
|
1127
1127
|
Parameters
|
|
@@ -1132,8 +1132,8 @@ class RasPlanHdf(RasGeomHdf):
|
|
|
1132
1132
|
|
|
1133
1133
|
Returns
|
|
1134
1134
|
-------
|
|
1135
|
-
xr.
|
|
1136
|
-
An xarray
|
|
1135
|
+
xr.DataArray
|
|
1136
|
+
An xarray DataArray with observed timeseries input data for reference lines or reference points.
|
|
1137
1137
|
"""
|
|
1138
1138
|
if vartype == "Flow":
|
|
1139
1139
|
output_path = self.OBS_FLOW_OUTPUT_PATH
|
|
@@ -2,11 +2,11 @@ cli.py,sha256=yItWmCxnYLcuOpJVRpUsfv_NLS9IxLjojZB9GrxfKAU,6571
|
|
|
2
2
|
rashdf/__init__.py,sha256=XXFtJDgLPCimqAhfsFz_pTWYECJiRT0i-Kb1uflXmVU,156
|
|
3
3
|
rashdf/base.py,sha256=cAQJX1aeBJKb3MJ06ltpbRTUaZX5NkuxpR1J4f7FyTU,2507
|
|
4
4
|
rashdf/geom.py,sha256=2aTfj6mqZGP6rysflQ5L8FeItlYJsknO00sKHo-yaTw,26090
|
|
5
|
-
rashdf/plan.py,sha256=
|
|
5
|
+
rashdf/plan.py,sha256=FUfLhGs0a87GKaNzR9sdm1qzYVhpXhq_cHTlP4oRJo8,59530
|
|
6
6
|
rashdf/utils.py,sha256=Cba6sULF0m0jg6CQass4bPm2oxTd_avoe1pRQxq082c,10896
|
|
7
|
-
rashdf-0.7.
|
|
8
|
-
rashdf-0.7.
|
|
9
|
-
rashdf-0.7.
|
|
10
|
-
rashdf-0.7.
|
|
11
|
-
rashdf-0.7.
|
|
12
|
-
rashdf-0.7.
|
|
7
|
+
rashdf-0.7.1.dist-info/LICENSE,sha256=L_0QaLpQVHPcglVjiaJPnOocwzP8uXevDRjUPr9DL1Y,1065
|
|
8
|
+
rashdf-0.7.1.dist-info/METADATA,sha256=T9ClhfBiqw26Ib_kWuZln-V2XpbjJ0m3_16FwFI7X24,5986
|
|
9
|
+
rashdf-0.7.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
10
|
+
rashdf-0.7.1.dist-info/entry_points.txt,sha256=LHHMR1lLy4wRyscMuW1RlYDXemtPgqQhNcILz0DtStY,36
|
|
11
|
+
rashdf-0.7.1.dist-info/top_level.txt,sha256=SrmLb6FFTJtM_t6O1v0M0JePshiQJMHr0yYVkHL7ztk,11
|
|
12
|
+
rashdf-0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|