hydromt_wflow.workflows.glaciermaps#
- hydromt_wflow.workflows.glaciermaps(gdf, ds_like, id_column='simple_id', elevtn_name='elevtn', logger=<Logger hydromt_wflow.workflows.glaciers (WARNING)>)[source]#
Returns glacier maps (see list below) at model resolution.
The following glacier maps are calculated: - wflow_glacierareas: glacier IDs [ID] - wflow_glacierfrac: area fraction of glacier per cell [-] - wflow_glacierstore: storage (volume) of glacier per cell [mm] :param gdf: GeoDataFrame containing glacier geometries and attributes. :type gdf: geopandas.GeoDataFrame :param ds_like: Dataset at model resolution. :type ds_like: xarray.DataArray :param id_column: Column used for the glacier IDs, see data/data_sources.yml. :type id_column: str, optional, one of “simple_id”, “C3S_id”, “RGI_id”, or “GLIMS_id”
- Returns:
ds_out – Dataset containing gridded glacier data
- Return type: