o3soil


Nameo3soil JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryA toolkit of extensions for using o3seespy for geotechnical simulations
upload_time2024-11-21 20:08:14
maintainerNone
docs_urlNone
authorMaxim Millen
requires_python>=3
licenseMIT with OpenSees License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ******
o3soil
******

A toolkit of extensions for using o3seespy for geotechnical simulations


Package overview
================

o3soil is high-level package that takes advantage of several libraries to perform geotechnical analyses
without rewriting common functions.

The package is based on the generic ``sfsimodels`` package soil object (``sfsimodels.Soil()``), soil
profile object (``sfsimodels.SoilProfile()``) and building object (``sfsimodels.Building()``), as well as the
the acceleration time series object from the eqsig package (``eqsig.AccSignal()``).
These objects allow soil, building and ground shaking to be defined in an agnostic way which is compatible
with other software and Python packages and export them to json file format.
The toolkits in this package convert the generic objects into o3seespy objects and run an OpenSees analysis.

The eco-system of Python packages that relate to this package are outlined in the figure below.

.. image:: https://eng-tools.github.io/static/img/package-space.svg
    :width: 80%
    :align: center
    :alt: Geotechnical Python packages


Key areas:
----------

 - Site response analysis
 - Seismic Soil-foundation-structure interaction
 - Foundation bearing capacity
 - Liquefaction triggering
 - Element test behaviour
 - Lateral spreading


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "o3soil",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": null,
    "author": "Maxim Millen",
    "author_email": "maxim.millen@canterbury.ac.nz",
    "download_url": "https://files.pythonhosted.org/packages/ff/a2/ffce6b560116ed7a04d09461f6f327fdc755c3a5d97a50f0dcc9b0117496/o3soil-0.0.7.tar.gz",
    "platform": null,
    "description": "******\no3soil\n******\n\nA toolkit of extensions for using o3seespy for geotechnical simulations\n\n\nPackage overview\n================\n\no3soil is high-level package that takes advantage of several libraries to perform geotechnical analyses\nwithout rewriting common functions.\n\nThe package is based on the generic ``sfsimodels`` package soil object (``sfsimodels.Soil()``), soil\nprofile object (``sfsimodels.SoilProfile()``) and building object (``sfsimodels.Building()``), as well as the\nthe acceleration time series object from the eqsig package (``eqsig.AccSignal()``).\nThese objects allow soil, building and ground shaking to be defined in an agnostic way which is compatible\nwith other software and Python packages and export them to json file format.\nThe toolkits in this package convert the generic objects into o3seespy objects and run an OpenSees analysis.\n\nThe eco-system of Python packages that relate to this package are outlined in the figure below.\n\n.. image:: https://eng-tools.github.io/static/img/package-space.svg\n    :width: 80%\n    :align: center\n    :alt: Geotechnical Python packages\n\n\nKey areas:\n----------\n\n - Site response analysis\n - Seismic Soil-foundation-structure interaction\n - Foundation bearing capacity\n - Liquefaction triggering\n - Element test behaviour\n - Lateral spreading\n\n",
    "bugtrack_url": null,
    "license": "MIT with OpenSees License",
    "summary": "A toolkit of extensions for using o3seespy for geotechnical simulations",
    "version": "0.0.7",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffa2ffce6b560116ed7a04d09461f6f327fdc755c3a5d97a50f0dcc9b0117496",
                "md5": "06c246cad0ec920dfcee72f8bff75ab3",
                "sha256": "981b3c49e537fc8ae65b13ec32ac565929d8f986aa5a15a2a2073feddf6e3a20"
            },
            "downloads": -1,
            "filename": "o3soil-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "06c246cad0ec920dfcee72f8bff75ab3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 27987,
            "upload_time": "2024-11-21T20:08:14",
            "upload_time_iso_8601": "2024-11-21T20:08:14.177431Z",
            "url": "https://files.pythonhosted.org/packages/ff/a2/ffce6b560116ed7a04d09461f6f327fdc755c3a5d97a50f0dcc9b0117496/o3soil-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-21 20:08:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "o3soil"
}
        
Elapsed time: 0.84922s