Writers#

write_nc(ds, file_path, *[, compress, ...])

Write xarray.Dataset and/or xarray.DataArray to netcdf file.

write_region(region, file_path, *[, ...])

Write the model region to a file.

write_toml(path, data)

Write a dictionary to a toml formatted file.

write_xy(path, gdf[, fmt])

Write geopandas.GeoDataFrame with Point geometries to point xy files.

write_yaml(path, data)

Write a dictionary to a yaml formatted file.