A Python package to load raw DTS files, perform a calibration, and plot the result
Free software: BSD 3-Clause License
Installation
pip install geotechnicalprofile
Current version on pip is vv0.3.0. . This is probably several commits behind this repository. Pip install directly from github to obtain the most recent changes.
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/geotechnicalprofile*
Changelog
0.1.0 (2018-10-03)
First release on PyPI.
Release files for geotechnicalprofile 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| geotechnicalprofile-0.3.0.tar.gz | 247.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| geotechnicalprofile-0.3.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 260.1 kB
Release files / geotechnicalprofile-0.3.0.tar.gz
| Download URL | geotechnicalprofile-0.3.0.tar.gz |
|---|---|
| Size | 247.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
061034bf77265b3df0d95a2612a82d9efaa1cb118e4e772162d38828b91d480d
|
|
BLAKE2b-256 checksum How to use checksums |
fe8355fbcac48958ea383b1650ba4eaa09ad2bb9a45f2394941e39b0680c3e3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / geotechnicalprofile-0.3.0-py2.py3-none-any.whl
| Download URL | geotechnicalprofile-0.3.0-py2.py3-none-any.whl |
|---|---|
| Size | 12.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
5efb54fc2931b77aa41fc63505dd48d58dd78999bb6a4eca49e59fb4ba2bbacf
|
|
BLAKE2b-256 checksum How to use checksums |
6c7aa92ca769c0357605399388933bc493141dfcf7a325969012cd55d04be628
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|