hydromt_wflow.WflowModel.clip_staticmaps¶
- WflowModel.clip_staticmaps(region, buffer=0, align=None, crs=4326)[source]¶
Clip staticmaps to subbasin.
- Parameters
region (dict) – See
models.wflow.WflowModel.setup_basemaps()
buffer (int, optional) – Buffer around subbasin in number of pixels, by default 0
align (float, optional) – Align bounds of region to raster with resolution <align>, by default None
crs (int, optional) – Default crs of the staticmaps to clip.
- Returns
Clipped staticmaps.
- Return type
xarray.DataSet