You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
2D Mesh Summary Output Data: ability to export mesh Summary Output data from Plan HDF files. (e.g., Maximum Water Surface, Maximum Face Velocity, Cell Maximum Water Surface Error, etc.)
Summary output data can be exported to pandas DataFrame objects via methods such as: mesh_max_ws, mesh_max_face_v, mesh_max_ws_err, etc.
The methods mesh_cell_points, mesh_cell_polygons, mesh_cell_faces now include available summary output columns in the GeoDataFrame by default when an HDF file is opened with RasPlanHdf.
2D Mesh Timeseries output: ability to export mesh time series output data as xarray DataArray / Dataset objects. New RasPlanHdf methods include:
mesh_timeseries_output: export a specific timeseries output as a DataArray object
mesh_timeseries_output_cells: export cell-based timeseries output data as a Dataset
mesh_timeseries_output_faces: export face-based timeseries output data as a Dataset