pywfm.IWFMModel.get_boundary_nodes#

IWFMModel.get_boundary_nodes(subregions=False, remove_duplicates=False)#

Return nodes that make up the boundary of an IWFM model

Parameters:
  • subregions (boolean, default=False) – if True will return the nodes for the model subregion boundaries if False will return the nodes for the model boundary

  • remove_duplicates (boolean, default=False) – if True will return only the unique nodes if False will return the start and end nodes

Returns:

DataFrame of Node IDs for the model boundary

Return type:

pd.DataFrame