hydromt_delft3dfm.workflows.set_xyz_crosssections#
- hydromt_delft3dfm.workflows.set_xyz_crosssections(branches: GeoDataFrame, crosssections: GeoDataFrame)[source]#
Set up xyz crosssections.
xyz crosssections should be points gpd, column z and column order.
- Parameters:
branches (gpd.GeoDataFrame) – The branches.
crosssections (gpd.GeoDataFrame) – The crosssections.
- Returns:
The xyz cross sections.
- Return type:
pd.DataFrame