The TileDB-CF-Py library is a Python library for supporting the NetCDF data model in the TileDB storage engine. TileDB-CF-Py provides readers and writers for viewing and manipulating TileDB arrays and groups using TileDB CF Dataspaces - a special TileDB group that follows the requirements in docs/source/tiledb-cf-spec.md.
This project is available from PyPI and may be installed with pip
:
pip install tiledb-cf
Documentation is available at: https://tiledb-inc.github.io/TileDB-CF-Py
Example Jupyter notebooks are available in the examples folder.
For information on contributing to this project see the contributing document and the code of conduct.