Skip to content

TileDB-Inc/TileDB-CF-Py

Repository files navigation

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.

TileDB Quick Links

Getting Started

Quick Installation

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

pip install tiledb-cf

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.