This is a large pull request that adds the features needed to convert a NetCDF group to a TileDB group. It mostly consists of new code with few changes to the exists core library (moved from tiledb/cf/__init__.py to tiledb/cf/core.py).
Summary:
Adds external facing classes:
ArrayCreator
DataspaceCreator
DataspaceConverter
NetCDF4ConverterEngine
Adds external facing functions:
from_netcdf
from_netcdf_group
Adds additional classes and functions to support new external facing
classes and function.
This is a large pull request that adds the features needed to convert a NetCDF group to a TileDB group. It mostly consists of new code with few changes to the exists core library (moved from
tiledb/cf/__init__.py
totiledb/cf/core.py
).Summary:
Adds external facing classes:
Adds external facing functions:
Adds additional classes and functions to support new external facing classes and function.
Updates API docs and testing to support new code.