Load, manage, and plot geotechnical data, including GEF and DTS measurements
Project description
A Python package to load raw DTS files, perform a calibration, and plot the result
Free software: BSD 3-Clause License
Installation
pip install dtscalibration
Learn by examples
Interactively run the example notebooks online by clicking the launch-binder button.
Documentation
Development
To run the all tests run:
tox
To bump version and docs:
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/dtscalibration*
Changelog
0.1.0 (2018-10-03)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geotechnicalprofile-0.1.0.tar.gz
(244.0 kB
view details)
Built Distribution
File details
Details for the file geotechnicalprofile-0.1.0.tar.gz
.
File metadata
- Download URL: geotechnicalprofile-0.1.0.tar.gz
- Upload date:
- Size: 244.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
65b8c2934025c0115dfdb5f066bc8b150436737d62c0ed478dd746fda8181b09
|
|
MD5 |
d7521e8a56f932c6aeacc447aea4d83e
|
|
BLAKE2b-256 |
b89e80096462c27da9937dc39b923dc93431748cc59cf05c795c52d4115a6c86
|
File details
Details for the file geotechnicalprofile-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: geotechnicalprofile-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d7b2c87c871d99c384cf4752ecac961015c58ef2b8d7d3517d1508942c35d149
|
|
MD5 |
2c743de6725c6dc6dabd5311737a219c
|
|
BLAKE2b-256 |
96bb0dc936b298c870434892e7c4b697b5921945d50b425526a14bce574c98de
|