A Python package to calculate consolidation of sediment particles in soil suspensions. The code is being developed by Ismail Myouri for the MUDNET group at Delft Technical University and DELTARES, The Netherlands. The consoil package can be used under the conditions of the GPLv3 license.
Features
Basic classes for sedimentation.
Installation
To use the package consoil, install it in a Python environment:
(env) pip install consoil
or
(env) conda install consoil
This should automatically install the dependency packages matplotlib , scipy and pandas, if they haven’t been installed already. If you are installing by hand, ensure that these packages are installed as well.
Example use
import numpy as np
from consoil.constants import *
from consoil import *
import matplotlib
import matplotlib.pyplot as plt
from pathlib import Path
matplotlib.use("Qt5Agg")
DATADIR = Path(__file__).parent
consoil pages
PyPi: consoil Python package
BitBucket: consoil source code
ReadTheDocs: consoil documentation
References
…
Release files for consoil 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| consoil-0.0.1.tar.gz | 23.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| consoil-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 50.1 kB
Release files / consoil-0.0.1.tar.gz
| Download URL | consoil-0.0.1.tar.gz |
|---|---|
| Size | 23.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cd616259d58fbfc8582590365400e83c224be2ded362b376eb105036febe5cc6
|
|
BLAKE2b-256 checksum How to use checksums |
81bbb24c14ab809435e5369e312aa390864019d6925329502d533c8bb512a084
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|
Release files / consoil-0.0.1-py3-none-any.whl
| Download URL | consoil-0.0.1-py3-none-any.whl |
|---|---|
| Size | 26.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
66c77b1774e5a2425fc3c5a59b9c70accd039299242478a13d5f9d2b33f2a14d
|
|
BLAKE2b-256 checksum How to use checksums |
d1a297da4c99d4301a70f0129701a319c54d2be7384adf387f3ca8560852fb9f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|