Metadata-Version: 2.1
Name: pysigmap
Version: 0.1.9
Summary: Application software for calculating the preconsolidation pressure from the incremental loading oedometer testing
Author-email: "Exneyder A. Montoya-Araque" <eamontoyaa@gmail.com>, "A. J. Aparicio-Ortube" <aaparicioo@unal.edu.co>, "D. G. Zapata-Medina" <dgzapata@unal.edu.co>, "L. G. Arboleda-Monsalve" <luis.arboleda@ucf.edu>
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: numpy >=1.19.1
Requires-Dist: matplotlib >=3.2.2
Requires-Dist: scipy >= 1.5.0
Requires-Dist: pandas >= 1.1.1
Requires-Dist: mstools >= 0.1.0
Project-URL: Documentation, https://pysigmap.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/eamontoyaa/pysigmap

========
pySigmaP
========

.. image:: https://img.shields.io/badge/Made%20with-Python3-brightgreen.svg
        :target: https://www.python.org/
        :alt: made-with-python

.. image:: https://img.shields.io/pypi/v/pysigmap.svg
        :target: https://pypi.python.org/pypi/pysigmap

.. image:: https://img.shields.io/badge/License-BSD%202--Clause-brightgreen.svg
        :target: https://github.com/eamontoyaa/pysigmap/blob/master/LICENSE
        :alt: License

.. image:: https://readthedocs.org/projects/pysigmap/badge/?version=latest
        :target: https://pysigmap.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Open-source application software developed in Python3 to determine
the preconsolidation pressure of soils in incremental loading (IL) oedometer
testing. **pySigmaP** includes nine methods such as the method of Casagrande,
Pacheco Silva, Butterfield, Oikawa, Becker et al., Morin, Onitsuka et al.,
Wang and Frost, and Boone.


Features
--------

* `Documentation <https://pysigmap.readthedocs.io>`_
* `PyPI <https://pypi.org/project/pysigmap>`_
* `GitHub <https://github.com/eamontoyaa/pysigmap>`_
* Open source and free software: `BSD-2-Clause License <https://opensource.org/licenses/BSD-2-Clause>`_.


Citation
--------

To cite **pySigmaP** in publications, use:

    Montoya-Araque, E. A., Aparicio-Ortube, A. J., Zapata-Medina, D. G., & Arboleda-Monsalve, L. G. (2022).
    An open-source application software to determine the preconsolidation pressure of soils in incremental
    loading oedometer testing: pySigmaP. SoftwareX, 17, 100990. https://doi.org/10.1016/j.softx.2022.100990

A BibTeX entry for LaTeX users is:

.. code:: bibtex

    @article{MontoyaAraque_etal_2022_art,author = {Montoya-Araque, Exneyder A. and Aparicio-Ortube, A.J. and Zapata-Medina, David G. and Arboleda-Monsalve, Luis G.},
    doi = {10.1016/j.softx.2022.100990},
    issn = {23527110},
    journal = {SoftwareX},
    keywords = {Oedometer testing,Open-source application software,Preconsolidation pressure,Python 3,Soil},
    month = {jan},
    pages = {100990},
    publisher = {Elsevier B.V.},
    title = {{An open-source application software to determine the preconsolidation pressure of soils in incremental loading oedometer testing: pySigmaP}},
    volume = {17},
    year = {2022}
    }

