tanat package#

Subpackages#

Submodules#

tanat.exceptions module#

Main exceptions module.

All custom exceptions raised by the library inherit from TanaTException.

exception tanat.exceptions.TanaTException[source]#

Bases: Exception

Root exception for all TanaT errors.

tanat.version module#

Version file automatically generated by setuptools-scm via hatch-vcs. https://pypi.org/project/setuptools-scm/ ofek/hatch-vcs Do not track this file and do not edit it manually.

Module contents#

TanaT - Temporal Analysis of Trajectories

tanat.get_workspace()[source]#

Get the active workspace instance.

tanat.set_workspace(path: str)[source]#

Set the active workspace to a new directory.