cf.netcdf_engine.NetCDF4ScalarToDimConverter

cf.netcdf_engine.NetCDF4ScalarToDimConverter(self, name, domain, dtype, *, registry=None)

Converter for NetCDF scalar (empty) dimensions to a TileDB Dimension.

Attributes

Name Type Description
name Name of the TileDB dimension.
domain The (inclusive) interval on which the dimension is valid.
dtype The numpy dtype of the values and domain of the dimension.