Content
This repo contains a collection of tools for working with DSI Quantitys (Vectors [even with only on value]) and list of DSI Quantitys (Tables). As well as the tools needed to generate visualisations of the data. Using Bokeh
Visualisation
Installation
for usage in your project, you can install the package via pip:
pip install dccQuantities
For development, you can clone the repository and install the package in editable mode:
git clone https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities.git
cd dccQuantities
pip install -e .[testing]
Usage
See the examples in the doc
folder for usage of the package.
Future Development
We are looking to restructure the classes used to represent the different dcc quantities. Below is our first draft for what that new class structure might look like: