Code Monkey home page Code Monkey logo

tdms-conver's Introduction

TDMS-Conver

standard-readme compliant

背景

在使用NI的相关传感器采集数据时,一般的保存格式为.tdms,然而这种格式可能不方便用Python直接处理和阅读, 故推出了TDMS-Conver来将.tdms格式文件转换为.xlsx格式的Excel文件便于读写。

安装

这个项目基于Python3。请确保你本地安装的Python版本大于3。

$ pip install TDMS-Conver
$ # pip3 install TDMS-Conver # 如果使用的是pip3

示例

TDMS-Conver可以实现单个文件的转换和文件夹的转换。

# 文件夹
tdms-conver ./data-dir
# 文件
tdms-conver ./data-dir/data.tdms
# 指定保存目录
tdms-conver ./data-dir -s ./output 

更多

维护者

@Littleor

如何贡献

非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。

标准 Readme 遵循 Contributor Covenant 行为规范。

使用许可

MIT © Littleor

tdms-conver's People

Contributors

littleor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.