hydromt.Model.read_maps#
- Model.read_maps(fn: str = 'maps/*.nc', **kwargs) None #
Read model map at <root>/<fn> and add to maps component.
key-word arguments are passed to
read_nc()
- Parameters:
fn (
str
, optional) – filename relative to model root, may contain wildcards, by defaultmaps/\*.nc
kwargs – Additional keyword arguments that are passed to the read_nc function.