hydromt.data_catalog.drivers.GeoDatasetDriver.write#

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

Write out a GeoDataset to file.

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

args: