跳转到主要内容

加载、管理和绘制岩土数据,包括GEF和DTS测量

项目描述

一个Python包,用于加载原始DTS文件,执行校准,并绘制结果

  • 免费软件:BSD 3-Clause License

安装

pip install geotechnicalprofile

pip上的当前版本是vv0.3.0。这可能与这个仓库的提交有几次差异。要从github直接安装以获取最新的更改。

通过示例学习

通过点击启动binder按钮在线交互式运行示例笔记本。

文档

https://python-geotechnical-profile.readthedocs.io/

开发

要运行所有测试,请运行

tox

要提升版本和文档

git status          # to make sure no unversioned modifications are in the repository
tox                 # Performes tests and creates documentation and runs notebooks
git status          # Only notebook related files should be shown
git add --all       # Add all notebook related files to local version
git commit -m "Updated notebook examples to reflect recent changes"
bumpversion patch   # (major, minor, patch)
git push
rm -rf build        # Clean local folders (not synced) used for pip wheel
rm -rf src/*.egg-info
rm -rf dist/*
python setup.py clean --all sdist bdist_wheel
twine upload --repository-url https://upload.pypi.org/legacy/ dist/geotechnicalprofile*

变更日志

0.1.0 (2018-10-03)

  • 首次在PyPI上发布。

项目详情


下载文件

下载适用于您平台的文件。如果您不确定要选择哪一个,请了解更多关于 安装软件包 的信息。

源分布

geotechnicalprofile-0.3.0.tar.gz (247.9 kB 查看哈希)

上传于

构建分发

geotechnicalprofile-0.3.0-py2.py3-none-any.whl (12.2 kB 查看哈希值)

上传于 Python 2 Python 3

由以下支持