Giter VIP home page Giter VIP logo

yadg's Introduction

DOI Documentation PyPi version Github link Github status

yet another datagram

Set of tools to process raw instrument data according to a dataschema into a standardised form called datagram, annotated with metadata, provenance information, timestamps, units, and uncertainties. Developed by the Materials for Energy Conversion lab at Empa (Dübendorf, CH) and by the ConCat lab at Technische Universität Berlin (Berlin, DE).

schema to datagram with yadg

Capabilities:

  • Parsing tabulated data using CSV parsing functionality, including Bronkhorst and DryCal output formats.
  • Parsing chromatography data from gas and liquid chromatography, including several Agilent, Masshunter, and Fusion formats.
  • Parsing reflection coefficient traces from network analysers.
  • Parsing potentiostat files for electrochemistry applications. Supports BioLogic file formats.
  • Parsing spectroscopy files including common XPS, XRD and MS formats.

Features:

  • timezone-aware timestamping using Unix timestamps
  • automatic uncertainty determination using data contained in the raw files, instrument specification, or last significant digit
  • uncertainty propagation to derived quantities
  • tagging of data with units
  • extensive dataschema and datagram validation using provided specifications
  • mandatory metadata (such as provenance) is enforced

The full list of capabilities and features is listed in the project documentation.

Installation:

The released versions of yadg are available on the Python Package Index (PyPI) under yadg. Those can be installed using:

    pip install yadg

If you wish to install the current development version as an editable installation, check out the master branch using git, and install yadg as an editable package using pip:

   git clone [email protected]:dgbowl/yadg.git
   cd yadg
   pip install -e .

Additional targets yadg[testing] and yadg[docs] are available and can be specified in the above commands, if testing and/or documentation capabilities are required.

Contributors:

Acknowledgements

This project has received funding from the following sources:

  • European Union’s Horizon 2020 programme under grant agreement No 957189.
  • DFG's Emmy Noether Programme under grant number 490703766.

The project is also part of BATTERY 2030+, the large-scale European research initiative for inventing the sustainable batteries of the future.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.