GitHub - TileDB-Inc/TileDB-CF-Py: TileDB interface with awareness of the CF metadata conventions (original) (raw)

TileDB logo

TileDB-CF-Py

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 library is still under initial development and changes may not be backward compatible.

Getting Started

Quick Installation

This project is available from PyPI and may be installed with pip:

Documentation

Documentation is available at: https://tiledb-inc.github.io/TileDB-CF-Py

Example Notebooks

Example Jupyter notebooks are available in the examples folder.

Development

For information on contributing to this project see the contributing document and the code of conduct.