Closed thwllms closed 5 months ago
Attention: Patch coverage is 99.39394%
with 1 line
in your changes missing coverage. Please review.
Files | Coverage Δ | |
---|---|---|
src/rashdf/geom.py | 81.05% <100.00%> (ø) |
|
src/rashdf/plan.py | 99.43% <100.00%> (+3.27%) |
:arrow_up: |
src/rashdf/utils.py | 90.10% <100.00%> (+0.22%) |
:arrow_up: |
src/cli.py | 88.31% <87.50%> (+0.64%) |
:arrow_up: |
@sray014 @zherbz @slawler this is a pretty large PR and @bates-j is out on leave for a while. Figured we'd have a better chance of keeping stuff moving into main
if I tagged 3 people for potential review instead of 2.
Closes: #37, #38, #39, #40
Maximum Water Surface
Minimum Water Surface
Maximum Face Velocity
Minimum Face Velocity
Cell Maximum Water Surface Error
Cell Cumulative Iteration
Cell Last Iteration
DataFrame
objects are added to theRasPlanHdf
class:mesh_max_ws
mesh_min_ws
mesh_max_face_v
mesh_min_face_v
mesh_max_ws_err
mesh_max_iter
mesh_last_iter
RasPlanHdf
fromRasGeomHdf
are implemented, with ability to include (or exclude) summary the above 2D Summary Output data joined to the GeoDataFrame:mesh_cell_points
mesh_cell_polygons
mesh_cell_faces
src/rashdf/geom.py
Example Usage
API
CLI