通用气动测量数据简化工具

aiolos-commissioning-tools的Python项目详细描述


Latest PyPI version

通用气动测量数据简化工具

使用

代码_仪表.计时器在

add the following to any function or scope in a program and the execution time will be logged (must use logging library and add the “code_instrumentation.timer” logger)

>>> from code_instrumentation.timer import timer
>>> _ = timer.Timer()

调试_工具.单位在

the unit conversions are to be used when importing data to convert the data to base SI units. e.g.:

>>> import commissoning_tools.units as units
>>> p = read(data_file_pressures_psi) * units.psi # Yeilds a pressure value in Pascals
>>> t = read(data_file_temperatre_C) + units.celsius # Yeilds a temperature value in Kelvin
base units are:
  • length –> meter, m
  • time –> second, s
  • mass –> kilogram, kg
  • temperature –> Kelvin

derived units use only the base. i.e. velocity is m/s, pressure is Pa (N/m^2)

机组维护

  1. 提交对git的更改:

    $ git add .

    $ git commit -m “commit message”

  2. 增量版本:

    $ bumpversion <major|minor|patch>

  3. 推送至github:

    $ git push <remote_name> <branch_name>

    $ git push origin master

  4. 创建分发存档:

    $ python3 -m pip install –upgrade setuptools wheel

    $ python3 setup.py sdist bdist_wheel

  5. 上传到PyPI:

    $ python3 -m twine upload dist/*

安装

python3 -m pip install aiolos-commissioning-tools

要求

  1. “numpy”
  2. “matplotlib”
  3. “scipy”
  4. “pandas”

版本

8.0.2款

更改:

0.2.5 : added @np.vectorize decorator to fluid_dynamics_relationships functions to accept either scalar or np.ndarray inputs and return the same type

兼容性

许可证

作者

aiolos调试工具是由Christopher Sooriyakumaran编写的。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java将值插入sql表的选定列。使用c等参数#   IF语句的java JList数据添加   java在这种情况下有没有更好的方法来调整哈希值?   java@Valid不会触发@Repository中的验证   java如何在安卓中调整位图的大小   iTextJava。lang.NoClassDefFoundError:com/itextpdf/text/DocumentException   java使用ResourceBundleMessageSource加载一个ressource包(message.properties)的全部内容   java如何通过JasperReports 6动态设置Excel工作表名称。十、   java是编写这个程序的最佳方式   JAVA伊奥。FileNotFoundException:C:\Program Files\Apache软件基金会\Tomcat 8.0\。。\webapps\ROOT\\u cips\config。伊尼   java我正在尝试创建一个TictaToe程序,但是JOptionPane和绘图有问题   垃圾收集为什么java中的finalize()方法不在Finalizer类中?为什么它是在对象类中定义的?   java如何用括号编码替换url中的括号?   java web集成移动应用程序   在netbeans中运行MIDP2应用程序时出现java错误