After installing TileDB and the Python bindings, from a Python shell:
>>> 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 updated 5 years ago