Skip to main content

Consolidation and Sedimentation software in Python

Project description

PyPI Documentation Status PyPI - License

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

Author and license

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

consoil-0.0.1.tar.gz (23.3 kB view hashes)

Uploaded Source

Built Distribution

consoil-0.0.1-py3-none-any.whl (26.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page