hydromt_delft3dfm.mesh_utils.mesh1d_nodes_geodataframe#

hydromt_delft3dfm.mesh_utils.mesh1d_nodes_geodataframe(uds_mesh1d: UgridDataset, branches: GeoDataFrame) GeoDataFrame[source]#

Return the nodes of mesh 1D as geodataframe.

Parameters:
  • uds_mesh1d (xu.UgridDataset) – Mesh1d UgridDataset including mesh1d data_vars.

  • branches (gpd.GeoDataFrame) – Branches GeoDataFrame.

Returns:

mesh1d_nodes – Mesh1d nodes GeoDataFrame.

Return type:

gpd.GeoDataFrame