weldx


Nameweldx JSON
Version 0.6.7 PyPI version JSON
download
home_page
SummaryPython API for the WelDX file format and standard
upload_time2023-08-24 14:58:12
maintainer
docs_urlNone
author
requires_python>=3.9
licenseBSD 3-Clause License Copyright (c) 2020, BAMWelDX All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords welding weldx bam
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WelDX - data and quality standards for welding research data

<hl/>

[![CF](https://anaconda.org/conda-forge/weldx/badges/version.svg)](https://anaconda.org/conda-forge/weldx)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/BAMWelDX/weldx/master?urlpath=lab/tree/tutorials/welding_example_01_basics.ipynb)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5e7ede6d978249a781e5c580ed1c813f)](https://www.codacy.com/gh/BAMWelDX/weldx)
[![DeepSource](https://static.deepsource.io/deepsource-badge-light-mini.svg)](https://deepsource.io/gh/BAMWelDX/weldx/?ref=repository-badge)
[![Documentation](https://readthedocs.org/projects/weldx/badge/?version=latest)](https://weldx.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.5565185.svg)](https://doi.org/10.5281/zenodo.5565185)
[![codecov](https://codecov.io/gh/BAMWelDX/weldx/branch/master/graph/badge.svg)](https://codecov.io/gh/BAMWelDX/weldx)
[![conda build](https://github.com/BAMWelDX/weldx/workflows/conda%20build/badge.svg?branch=master)](https://github.com/BAMWelDX/weldx/actions?query=workflow%3A%22conda+build%22+branch%3Amaster)
[![documentation-gh](https://github.com/BAMWelDX/weldx/workflows/documentation/badge.svg?branch=master)](https://github.com/BAMWelDX/weldx/actions?query=workflow%3Adocumentation+branch%3Amaster)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/BAMWelDX/weldx/master.svg)](https://results.pre-commit.ci/latest/github/BAMWelDX/weldx/master)
[![pytest](https://github.com/BAMWelDX/weldx/workflows/pytest/badge.svg?branch=master)](https://github.com/BAMWelDX/weldx/actions?query=workflow%3Apytest+branch%3Amaster)
[![static analysis](https://github.com/BAMWelDX/weldx/workflows/static%20analysis/badge.svg?branch=master)](https://github.com/BAMWelDX/weldx/actions?query=workflow%3A%22static+analysis%22+branch%3Amaster)

## Overview

Scientific welding data covers a wide range of physical domains and
timescales and are measured using various different sensors. Complex and
highly specialized experimental setups at different welding institutes
complicate the exchange of welding research data further.

The WelDX research project aims to foster the exchange of scientific
data inside the welding community by developing and establishing a new
open source file format suitable for the documentation of experimental
welding data and upholding associated quality standards. In addition to
fostering scientific collaboration inside the national and international
welding community an associated advisory committee will be established
to oversee the future development of the file format. The proposed file
format will be developed with regard to current needs of the community
regarding interoperability, data quality and performance and will be
published under an appropriate open source license. By using the file
format objectivity, comparability and reproducibility across different
experimental setups can be improved.

The project is under active development by the [Welding Technology](https://www.bam.de/Navigation/EN/About-us/Organisation/Organisation-Chart/President/Department-9/Division-93/division93.html)
division at Bundesanstalt für Materialforschung und -prüfung (BAM).

## Features

WelDX provides several Python API to perform standard tasks like
experiment design, data analysis, and experimental data archiving.

### Planning

- Define measurement chains with all involved devices, error sources,
  and metadata annotations.
- Handle complex coordinate transformations needed to describe the
  movement of welding robots, workpieces, and sensors.
- Planing of welding experiments.
- convenient creation of [ISO 9692-1](https://www.iso.org/standard/62520.html) welding groove types.

### Data analysis

- Plotting routines to inspect measurement chains, workpieces (planned
  and welded).
- Analysis functions for standard measurements like track energy,
  welding speed to fill an ISO groove, and more to come.

### Data archiving

The ultimate goal of this project is to store all information about the
experiment in a single file. We choose the popular [ASDF](https://en.wikipedia.org/wiki/Advanced_Scientific_Data_Format)
format for this task. This enables us to store arbitrary binary data,
while maintaining a human readable text based header. All information is
stored in a tree like structure, which makes it convenient to structure
the data in arbitrary complex ways.

The ASDF format and the provided extensions for WelDX types like

- workpiece information (used alloys, geometries)
- welding process parameters (GMAW parameters)
- measurement data
- coordinate systems (robot movement, sensors)

enables us to store the whole experimental pipeline performed in a
modern laboratory.

## Design goals

We seek to provide a user-friendly, well documented programming
interface. All functions and classes in WelDX have attached
documentation about the involved parameters (types and explanation), see
[API docs](https://weldx.readthedocs.io/en/stable/api.html). Further
we provide rich [Jupyter notebook tutorials](https://weldx.readthedocs.io/en/stable/tutorials.html) about the
handling of the basic workflows.

All involved physical quantities used in `weldx` (lengths, angles,
voltages, currents, etc.) should be attached with a unit to ensure
automatic conversion and correct mathematical handling. Units are being
used in all standard features of WelDX and are also archived in the ASDF
files. This is implemented by the popular Python library [Pint](https://pint.readthedocs.io/en/stable/), which flawlessly handles
the creation and conversion of units and dimensions.

## Publications

- Recommendations for an Open Science approach to welding process
  research data. Fabry, C., Pittner, A., Hirthammer, V. et al. *Weld
  World* (2021). <https://doi.org/10.1007/s40194-021-01151-x>

## Installation

The WelDX package can be installed using conda or mamba package manager
from the [Conda-Forge channel](https://conda-forge.org/#about). These managers originate from
the freely available [Anaconda Python stack](https://docs.conda.io/en/latest/miniconda.html). If you do not have
Anaconda or Miniconda installed yet, we ask you to install
`Miniconda-3`. Documentation for the installation procedure can be
found [here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html#regular-installation).
After this step you have access to the conda command and can proceed to
installing the WelDX package.

```console
conda install weldx weldx_widgets -c conda-forge
```

The package is also available on pypi.

```console
pip install weldx weldx-widgets
```

## Documentation

The full documentation is published on readthedocs.org. Click on one of
the following links to get to the desired version:

- [latest](https://weldx.readthedocs.io/en/latest/)
- [stable](https://weldx.readthedocs.io/en/stable/)

## Funding

This research is funded by the Federal Ministry of Education and
Research of Germany under project number 16QK12.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "weldx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "welding,weldx,bam",
    "author": "",
    "author_email": "Cagtay Fabry <cagtay.fabry@bam.de>, Volker Hirthammer <volker.hirthammer@bam.de>, \"Martin K. Scherer\" <martin.scherer@bam.de>",
    "download_url": "https://files.pythonhosted.org/packages/e5/68/69bb579bd4c71257ac38badd86ca0e3f85511c277630440ae19f5266dbc6/weldx-0.6.7.tar.gz",
    "platform": null,
    "description": "# WelDX - data and quality standards for welding research data\n\n<hl/>\n\n[![CF](https://anaconda.org/conda-forge/weldx/badges/version.svg)](https://anaconda.org/conda-forge/weldx)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/BAMWelDX/weldx/master?urlpath=lab/tree/tutorials/welding_example_01_basics.ipynb)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5e7ede6d978249a781e5c580ed1c813f)](https://www.codacy.com/gh/BAMWelDX/weldx)\n[![DeepSource](https://static.deepsource.io/deepsource-badge-light-mini.svg)](https://deepsource.io/gh/BAMWelDX/weldx/?ref=repository-badge)\n[![Documentation](https://readthedocs.org/projects/weldx/badge/?version=latest)](https://weldx.readthedocs.io/en/latest/?badge=latest)\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.5565185.svg)](https://doi.org/10.5281/zenodo.5565185)\n[![codecov](https://codecov.io/gh/BAMWelDX/weldx/branch/master/graph/badge.svg)](https://codecov.io/gh/BAMWelDX/weldx)\n[![conda build](https://github.com/BAMWelDX/weldx/workflows/conda%20build/badge.svg?branch=master)](https://github.com/BAMWelDX/weldx/actions?query=workflow%3A%22conda+build%22+branch%3Amaster)\n[![documentation-gh](https://github.com/BAMWelDX/weldx/workflows/documentation/badge.svg?branch=master)](https://github.com/BAMWelDX/weldx/actions?query=workflow%3Adocumentation+branch%3Amaster)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/BAMWelDX/weldx/master.svg)](https://results.pre-commit.ci/latest/github/BAMWelDX/weldx/master)\n[![pytest](https://github.com/BAMWelDX/weldx/workflows/pytest/badge.svg?branch=master)](https://github.com/BAMWelDX/weldx/actions?query=workflow%3Apytest+branch%3Amaster)\n[![static analysis](https://github.com/BAMWelDX/weldx/workflows/static%20analysis/badge.svg?branch=master)](https://github.com/BAMWelDX/weldx/actions?query=workflow%3A%22static+analysis%22+branch%3Amaster)\n\n## Overview\n\nScientific welding data covers a wide range of physical domains and\ntimescales and are measured using various different sensors. Complex and\nhighly specialized experimental setups at different welding institutes\ncomplicate the exchange of welding research data further.\n\nThe WelDX research project aims to foster the exchange of scientific\ndata inside the welding community by developing and establishing a new\nopen source file format suitable for the documentation of experimental\nwelding data and upholding associated quality standards. In addition to\nfostering scientific collaboration inside the national and international\nwelding community an associated advisory committee will be established\nto oversee the future development of the file format. The proposed file\nformat will be developed with regard to current needs of the community\nregarding interoperability, data quality and performance and will be\npublished under an appropriate open source license. By using the file\nformat objectivity, comparability and reproducibility across different\nexperimental setups can be improved.\n\nThe project is under active development by the [Welding Technology](https://www.bam.de/Navigation/EN/About-us/Organisation/Organisation-Chart/President/Department-9/Division-93/division93.html)\ndivision at Bundesanstalt f\u00fcr Materialforschung und -pr\u00fcfung (BAM).\n\n## Features\n\nWelDX provides several Python API to perform standard tasks like\nexperiment design, data analysis, and experimental data archiving.\n\n### Planning\n\n- Define measurement chains with all involved devices, error sources,\n  and metadata annotations.\n- Handle complex coordinate transformations needed to describe the\n  movement of welding robots, workpieces, and sensors.\n- Planing of welding experiments.\n- convenient creation of [ISO 9692-1](https://www.iso.org/standard/62520.html) welding groove types.\n\n### Data analysis\n\n- Plotting routines to inspect measurement chains, workpieces (planned\n  and welded).\n- Analysis functions for standard measurements like track energy,\n  welding speed to fill an ISO groove, and more to come.\n\n### Data archiving\n\nThe ultimate goal of this project is to store all information about the\nexperiment in a single file. We choose the popular [ASDF](https://en.wikipedia.org/wiki/Advanced_Scientific_Data_Format)\nformat for this task. This enables us to store arbitrary binary data,\nwhile maintaining a human readable text based header. All information is\nstored in a tree like structure, which makes it convenient to structure\nthe data in arbitrary complex ways.\n\nThe ASDF format and the provided extensions for WelDX types like\n\n- workpiece information (used alloys, geometries)\n- welding process parameters (GMAW parameters)\n- measurement data\n- coordinate systems (robot movement, sensors)\n\nenables us to store the whole experimental pipeline performed in a\nmodern laboratory.\n\n## Design goals\n\nWe seek to provide a user-friendly, well documented programming\ninterface. All functions and classes in WelDX have attached\ndocumentation about the involved parameters (types and explanation), see\n[API docs](https://weldx.readthedocs.io/en/stable/api.html). Further\nwe provide rich [Jupyter notebook tutorials](https://weldx.readthedocs.io/en/stable/tutorials.html) about the\nhandling of the basic workflows.\n\nAll involved physical quantities used in `weldx` (lengths, angles,\nvoltages, currents, etc.) should be attached with a unit to ensure\nautomatic conversion and correct mathematical handling. Units are being\nused in all standard features of WelDX and are also archived in the ASDF\nfiles. This is implemented by the popular Python library [Pint](https://pint.readthedocs.io/en/stable/), which flawlessly handles\nthe creation and conversion of units and dimensions.\n\n## Publications\n\n- Recommendations for an Open Science approach to welding process\n  research data. Fabry, C., Pittner, A., Hirthammer, V. et al. *Weld\n  World* (2021). <https://doi.org/10.1007/s40194-021-01151-x>\n\n## Installation\n\nThe WelDX package can be installed using conda or mamba package manager\nfrom the [Conda-Forge channel](https://conda-forge.org/#about). These managers originate from\nthe freely available [Anaconda Python stack](https://docs.conda.io/en/latest/miniconda.html). If you do not have\nAnaconda or Miniconda installed yet, we ask you to install\n`Miniconda-3`. Documentation for the installation procedure can be\nfound [here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html#regular-installation).\nAfter this step you have access to the conda command and can proceed to\ninstalling the WelDX package.\n\n```console\nconda install weldx weldx_widgets -c conda-forge\n```\n\nThe package is also available on pypi.\n\n```console\npip install weldx weldx-widgets\n```\n\n## Documentation\n\nThe full documentation is published on readthedocs.org. Click on one of\nthe following links to get to the desired version:\n\n- [latest](https://weldx.readthedocs.io/en/latest/)\n- [stable](https://weldx.readthedocs.io/en/stable/)\n\n## Funding\n\nThis research is funded by the Federal Ministry of Education and\nResearch of Germany under project number 16QK12.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2020, BAMWelDX All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Python API for the WelDX file format and standard",
    "version": "0.6.7",
    "project_urls": {
        "bug_tracker": "https://github.com/BAMweldx/weldx/issues",
        "changelog": "https://github.com/BAMweldx/weldx/blob/master/CHANGELOG.md",
        "documentation": "https://weldx.readthedocs.io",
        "repository": "https://github.com/BAMweldx/weldx"
    },
    "split_keywords": [
        "welding",
        "weldx",
        "bam"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd8789cee4df3bbc7bc2c4fe9fcd8e7b4c06f86ba5403911ff9da09980987098",
                "md5": "e53ef8956a17dd95ecb6087971d3c305",
                "sha256": "305020b363b639ddf961768b250d2dbee69c7543b7f37d69e25effda663049fc"
            },
            "downloads": -1,
            "filename": "weldx-0.6.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e53ef8956a17dd95ecb6087971d3c305",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 352496,
            "upload_time": "2023-08-24T14:58:10",
            "upload_time_iso_8601": "2023-08-24T14:58:10.661509Z",
            "url": "https://files.pythonhosted.org/packages/cd/87/89cee4df3bbc7bc2c4fe9fcd8e7b4c06f86ba5403911ff9da09980987098/weldx-0.6.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e56869bb579bd4c71257ac38badd86ca0e3f85511c277630440ae19f5266dbc6",
                "md5": "e9dd1f4fda5ec579cd0db35cc916c158",
                "sha256": "d3b278c3e7bdd29a7fb85c37d47efc82aff68fd67c2e83c641d3b06d8338b494"
            },
            "downloads": -1,
            "filename": "weldx-0.6.7.tar.gz",
            "has_sig": false,
            "md5_digest": "e9dd1f4fda5ec579cd0db35cc916c158",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 286544,
            "upload_time": "2023-08-24T14:58:12",
            "upload_time_iso_8601": "2023-08-24T14:58:12.383578Z",
            "url": "https://files.pythonhosted.org/packages/e5/68/69bb579bd4c71257ac38badd86ca0e3f85511c277630440ae19f5266dbc6/weldx-0.6.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-24 14:58:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BAMweldx",
    "github_project": "weldx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "weldx"
}
        
Elapsed time: 0.13025s