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 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") -> dict:
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.Dataset
1136
- An xarray Dataset with observed timeseries input data for both reference lines and reference points.
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rashdf
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: Read data from HEC-RAS HDF files.
5
5
  Project-URL: repository, https://github.com/fema-ffrd/rashdf
6
6
  Classifier: Development Status :: 4 - Beta
@@ -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=IjOdh95fCsLd7bUmHvjQ4fdoqgMjCh1L4MvKu6o2Lv0,59524
5
+ rashdf/plan.py,sha256=FUfLhGs0a87GKaNzR9sdm1qzYVhpXhq_cHTlP4oRJo8,59530
6
6
  rashdf/utils.py,sha256=Cba6sULF0m0jg6CQass4bPm2oxTd_avoe1pRQxq082c,10896
7
- rashdf-0.7.0.dist-info/LICENSE,sha256=L_0QaLpQVHPcglVjiaJPnOocwzP8uXevDRjUPr9DL1Y,1065
8
- rashdf-0.7.0.dist-info/METADATA,sha256=DAmUtjj2amZAyyoQHbsNEf9pLm5DBLG6JY9xTypwjTc,5986
9
- rashdf-0.7.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
10
- rashdf-0.7.0.dist-info/entry_points.txt,sha256=LHHMR1lLy4wRyscMuW1RlYDXemtPgqQhNcILz0DtStY,36
11
- rashdf-0.7.0.dist-info/top_level.txt,sha256=SrmLb6FFTJtM_t6O1v0M0JePshiQJMHr0yYVkHL7ztk,11
12
- rashdf-0.7.0.dist-info/RECORD,,
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