hydromt.data_catalog.drivers.DatasetDriver.write#

DatasetDriver.write(path: str | Path, ds: Dataset, **kwargs) str[source]#

Write out a Dataset to file.

Not all drivers should have a write function, so this method is not abstract.

args: