iwfm.gis.get_boundary_coords¶ iwfm.gis.get_boundary_coords(elem_nodes, node_coords)[source]¶ Get (x,y) list for the nodes on the bounding polygon. Parameters: elem_nodes (list of lists) – list of nodes for each element node_coords (list of lists) – list of node coordinates Returns: boundary_coords – bounding coordinates for the model Return type: list of tuples