Skip to content

v0.3.0

Compare
Choose a tag to compare
@thwllms thwllms released this 17 Jun 16:20
· 101 commits to main since this release
af72a1a

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