nctoolkit.DataSet.zip

Contents

nctoolkit.DataSet.zip#

DataSet.zip()#

zip: Zip the dataset

This will compress the files within the dataset.

This will occur lazily, so will only occur after everything has been evaluated.

Examples

If you want to zip the files in a dataset, do the following:

>>> ds.zip()