

Istp ( bool, optional) – Whether or not to do checks on the Dataset object to attempt to enforce CDF compliance To_unixtime ( bool, optional) – Whether or not to convert variables named “epoch” or “epoch_X” to CDF_TT2000 from unixtime To_datetime ( bool, optional) – Whether or not to convert variables named “epoch” or “epoch_X” to CDF_TT2000 from datetime objects Xarray_dataset ( xarray.Dataset) – The XArray Dataset object that you’d like to convert into a CDF fileįile_name ( str) – The path to the place the newly created CDF file

This function converts XArray Dataset objects into CDF files. xarray_to_cdf ( xarray_dataset, file_name, from_unixtime = False, from_datetime = False, istp = True, record_dimensions =, compression = 0 ) ¶
