hydromt_delwaq.workflows.segments.maps_from_hydromodel# hydromt_delwaq.workflows.segments.maps_from_hydromodel(hydromodel, maps: list[str] = ['rivmsk', 'lndslp', 'strord'])[source]# Return maps from hydromodel. Parameters: hydromodel (HydroMT Model) – HydroMT Model class containing the hydromodel to get geometry data from from. maps (list of str) – List of variables from hydromodel to extract and extend. By default [‘rivmsk’, ‘lndslp’, ‘strord’]. Returns: ds_out – Dataset containing gridded maps at model resolution. Return type: xarray.Dataset