Skip to main content

A JSON schema-based framework for mapping and structuring experimental data

Project description

TokaMap

TokaMap is a JSON schema-based framework for mapping and structuring experimental data. It provides a standardized way to define how experimental measurements, calculations, and data transformations should be organized and validated.

The Python package contains the following components:

  • tokamap: A module that provides details about the install, such as the schemas directory
  • tokamap.validator: The validation module for ensuring data consistency and correctness

And the following CLI tools:

  • tokamap: Command-line interface for querying details about the install, such as the schemas directory
  • tokamap-validator: Command-line interface for validating TokaMap mappings

Overview

TokaMap defines a set of JSON schemas that allow researchers and engineers to:

  • Map experimental data using structured configuration files
  • Define data sources with standardized parameters and arguments
  • Create expressions and calculations from mapped data
  • Partition and group data based on experimental attributes
  • Validate mappings to ensure data consistency and correctness

Installation

From PyPI

pip install tokamap

From Source

git clone https://github.com/ukaea/tokamap.git
pip install .

TokaMap CLI

Finding the schemas directory:

tokamap --schemas-dir

Checking the installed version:

tokamap --version

TokaMap library

Finding the schemas directory:

from tokamap import schemas_dir

print(schemas_dir())

Checking the installed version:

from tokamap import __version__

print(__version__)

Validation

TokaMap includes a Python validator tool to ensure your mapping files conform to the schemas.

Usage

Validate a TokaMap mapping directory:

tokamap-validator /path/to/mapping/directory

For verbose output:

tokamap-validator -v /path/to/mapping/directory

The validator will:

  1. Check that the configuration file (mappings.cfg.json) exists and is valid
  2. Validate the top-level globals file
  3. Validate each mapping group's globals and mappings files

Validator Requirements

  • Python >= 3.13
  • jsonschema >= 4.25.0

Architecture

The TokaMap system consists of three main schema components:

1. Configuration Schema (mappings.cfg.schema.json)

Defines the top-level configuration structure including:

  • Metadata: Experiment information, author, and version
  • Partitions: Data partitioning rules with selectors (max_below, min_above, exact, closest)
  • Groups: Array of group identifiers

2. Globals Schema (globals.schema.json)

Defines global configuration settings, particularly data source configurations with their associated arguments.

3. Mappings Schema (mappings.schema.json)

Defines the structure for mapping experimental data with five main mapping types:

  • DIMENSION: Maps dimensional probe data
  • VALUE: Maps static values (numbers, strings, arrays, objects)
  • DATA_SOURCE: Maps external data sources with configurable arguments, offsets, scaling, and slicing
  • EXPR: Maps mathematical expressions with parameters
  • CUSTOM: Maps custom functions from external libraries

For more information see the docs.

Contributing

TokaMap is developed to support experimental data mapping workflows. The schemas are designed to be extensible while maintaining validation integrity.

License

See the main project LICENSE file for license information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tokamap-0.3.1.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tokamap-0.3.1-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file tokamap-0.3.1.tar.gz.

File metadata

  • Download URL: tokamap-0.3.1.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for tokamap-0.3.1.tar.gz
Algorithm Hash digest
SHA256 559ae7a0a23a145f28a3096fa47ee738a5dcc2b4d466bc607967df41ae45f04b
MD5 19a2f797212e4dbbbf05cd122758eb45
BLAKE2b-256 772238b9b42cb2ba8330fca96e8d8b35cf42444e48b9102e6e531ba65c012070

See more details on using hashes here.

File details

Details for the file tokamap-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: tokamap-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for tokamap-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0f90fff904d50d3b604e37e83ace646399a1b13217985d01b11d2c4bee332372
MD5 7e469bbdbdf762d841f9732408b1b676
BLAKE2b-256 73227a9bdce98afb35b19a8c42017a3359a95add7df79c64df45378d96807db7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page