Python
After installing TileDB and the Python bindings, from a Python shell:
Python
>>> import tiledb
# Print TileDB-Py version
>>> tiledb.__version__
(X, Y, Z)
# Print TileDB core version
>>> tiledb.libtiledb.version()
(X, Y, Z)
# Other TileDB code here...
Last modified 3yr ago