cf.NetCDF4ConverterEngine
cf.NetCDF4ConverterEngine(self, default_input_file=None, default_group_path=None)
Converter for NetCDF to TileDB using netCDF4.
This class is used to generate and copy data to a TileDB group or array from a NetCDF file. The converter can be auto-generated from a NetCDF group, or it can be manually defined.
This is a subclass of tiledb.cf.DataspaceCreator
. See tiledb.cf.DataspaceCreator
for documentation of additional properties and methods.