hydromt_delft3dfm.workflows.get_boundaries_with_nodeid#

hydromt_delft3dfm.workflows.get_boundaries_with_nodeid(branches: GeoDataFrame, network1d_nodes: GeoDataFrame) GeoDataFrame[source]#

Get boundary locations from branches and associate with node IDs.

Parameters:
  • branches (A GeoDataFrame containing the branches of the network.)

  • network1d_nodes (A GeoDataFrame containing the network1d nodes with node IDs.)

Return type:

A GeoDataFrame with boundary locations and their associated node IDs.