Skip to main content

Tools for soil liquefaction analysis

Project description

Testing Status PyPi version https://coveralls.io/repos/github/eng-tools/liquepy/badge.svg License

Liquepy

Python tools for solving problems related to soil liquefaction

Installation

pip install liquepy

Contributors

How do I get set up?

  1. Run pip install -r requirements.txt

Code suggestions

  • Implementations of published liquefaction methods should be written as calc_<first_author>[_et_al]_<date>()

  • Plotting and visualisation should be not included in computation objects. Instead plotting functions or objects should receive computation objects as inputs.

Formatting

  • Follow pep8 formatting standard (except for line character limit not strictly observed)

  • Docstrings written in numpy format

  • Tabulated data stored as comma separated or semi-colon separated files (not xlsx or xls)

Testing

Tests are run with pytest

  • Locally run: pytest on the command line.

  • Tests are run on every push using travis, see the .travis.yml file

To test the docs:

  1. Install the check docs package: Run pip install collective.checkdocs

  2. Run the check docs package and fix the errors: Run python setup.py checkdocs

Deployment

To deploy the package to pypi.com you need to:

  1. Push to the pypi branch. This executes the tests on circleci.com

  2. Create a git tag and push to github, run: trigger_deploy.py or manually:

git tag 0.5.2 -m "version 0.5.2"
git push --tags origin pypi
History

0.4.4 (2018-02-27)

  • Changes to BoulangerIdriss2014:

    • Added big_q as a property

    • Modified unit weight calculation (minimum changed from 15kN/m3 to 14.715kN/m3 (lowest value in original study by Roberston (2010)), Added maximum unit weight 19.62kN/m3 (maximum value in study),

    • Changed atmospheric pressure from 100kPa to 101kPa (also added as an optional input)

    • Input magnitude -> m_w

    • Added support for calculation of unit weight using specific weight

    • Optional input s_g to override specific weight of 2.65

    • Optional input s_g_water to override specific weight of water

0.4.5 (2018-02-27)

  • BoulangerIdriss2014 unit weight calculation now uses the specific weight of water a gravity=9.8

  • BoulangerIdriss2014 gwl now is the ground water level during the earthquake, while cpt_gwl is the gwl at cpt measure

  • Added BoulangerIdriss2014CPT which performs BoulangerIdriss2014 but takes CPT as an input

0.4.7 (2018-02-28)

  • run_bi2014 fixed bug where water unit weight was 10 times too big

0.4.8 - 0.4.10 (2018-03-08)

  • Updated docstrings, readme file

  • Fixed number of columns to load on CPT to be 0-3

0.4.11 (2018-03-14)

  • Added plotting functions for CPT

  • Cleaned up names of input motion saving functions, and order of args

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

liquepy-0.4.11.tar.gz (22.7 kB view hashes)

Uploaded Source

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