{ "info": { "author": "Maxim Millen", "author_email": "mmi46@uclive.ac.nz", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering" ], "description": ".. image:: https://travis-ci.org/eng-tools/geofound.svg?branch=master\n :target: https://travis-ci.org/eng-tools/geofound\n :alt: Testing Status\n\n.. image:: https://img.shields.io/pypi/v/geofound.svg\n :target: https://pypi.python.org/pypi/geofound\n :alt: PyPi version\n\n.. image:: https://coveralls.io/repos/github/eng-tools/geofound/badge.svg\n :target: https://coveralls.io/github/eng-tools/geofound\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://github.com/eng-tools/geofound/blob/master/LICENSE\n :alt: License\n\n.. image:: https://circleci.com/gh/eng-tools/geofound.svg?style=svg\n :target: https://circleci.com/gh/eng-tools/geofound\n :alt: Build Status\n\n.. image:: https://zenodo.org/badge/112601559.svg\n :target: https://zenodo.org/badge/latestdoi/112601559\n :alt: DOI\n\n********\ngeofound\n********\n\nA Python package to assess the settlement and bearing capacity of foundations.\n\nHow to Use\n==========\n\nThe geofound package relies on two main Objects, the Foundation object and the Soil object.\n\nThese objects are inherited from the sfsimodels python module.\n\nExamples\n--------\n\n.. code-block:: python\n\n import geofound\n import geofound.settlement\n import geofound.capacity\n\n\n length = 21.7\n width = 1.5 # metres\n depth = 1.5 # metres\n phi = 38\n cohesion = 0\n unit_weight = 18.5 # submerged\n youngs_modulus_soil = 30000\n\n\n fd = geofound.create_foundation(length, width, depth)\n sl = geofound.create_soil(phi, cohesion, unit_weight)\n\n sl.unit_sat_weight = 18.5\n\n q_lim = geofound.capacity.capacity_vesics_1975(sl, fd)\n p_max = q_lim * length * width\n\n print(' ')\n print('Ultimate bearing stress is q_lim = ' + str(round(q_lim,0)) + ' kPa')\n print('Ultimate load is Q_lim = ' + str(round(p_max, 0)) + ' kN')\n\n\nand for settlement.\n\n.. code-block:: python\n\n load = 21484\n s = geofound.settlement.settlement_schmertmann(sl, fd, load, youngs_modulus_soil)\n print(' ')\n print('Settlement is si = ' + str(round(s,2)) + ' m')\n\nUseful material\n===============\n\nhttp://geo.cv.nctu.edu.tw/foundation/download/BearingCapacityOfFoundations.pdf\n\nhttp://geo.cv.nctu.edu.tw/foundation/download/FoundationsSettlements.pdf\n\nhttp://geo.cv.nctu.edu.tw/foundation/download/SchmertmannMethod.pdf\n\nhttp://www.civil.utah.edu/~bartlett/CVEEN5305/Handout%206%20-%20Schmertmann%20CPT%20method%20Example.pdf", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eng-tools/geofound", "keywords": "geotechnical engineering foundations settlement", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "geofound", "package_url": "https://pypi.org/project/geofound/", "platform": "", "project_url": "https://pypi.org/project/geofound/", "project_urls": { "Homepage": "https://github.com/eng-tools/geofound" }, "release_url": "https://pypi.org/project/geofound/1.0.2/", "requires_dist": null, "requires_python": ">=3", "summary": "A package to assess the bearing capacity and settlement of geofound", "version": "1.0.2" }, "last_serial": 5801069, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "2a380567576154c97b49ec7f1ea8e5f0", "sha256": "818fe2b21199d69ba92f2ce4f5fdb0a52a944d5ed22d22d0d4154b494d25d067" }, "downloads": -1, "filename": "geofound-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2a380567576154c97b49ec7f1ea8e5f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6995, "upload_time": "2017-11-30T13:38:32", "url": "https://files.pythonhosted.org/packages/ab/c1/e75b4fce9e780a0a67faf9305c415cd9bab3550325dbceb53675176a86ab/geofound-0.2.1.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "19da25bebac471b2cb12f36bf71c89bf", "sha256": "8b7785d6dc20d8e55d0ff6abfa006cd075ea7bbda03bab0ceea85c09bcc65ff5" }, "downloads": -1, "filename": "geofound-0.2.4.tar.gz", "has_sig": false, "md5_digest": "19da25bebac471b2cb12f36bf71c89bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8103, "upload_time": "2018-01-29T16:30:32", "url": "https://files.pythonhosted.org/packages/e5/cc/b5afc9e33f3cbeead3ff75161e0ad6813ad267e5f59401b6b28d221775be/geofound-0.2.4.tar.gz" } ], "0.3.10": [ { "comment_text": "", "digests": { "md5": "a07caffa4c45adb12469ffaaf5f3c63e", "sha256": "9dcfeb8dbac4af628912eb18be9e186a1401a3cc99a88a8d9dd75d04343f0ea8" }, "downloads": -1, "filename": "geofound-0.3.10.tar.gz", "has_sig": false, "md5_digest": "a07caffa4c45adb12469ffaaf5f3c63e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 10276, "upload_time": "2018-03-27T11:30:22", "url": "https://files.pythonhosted.org/packages/b8/a2/2f7fc787a09577d27a58801e1f6a41c73af89e300c06b3968f62c4d67501/geofound-0.3.10.tar.gz" } ], "0.3.12": [ { "comment_text": "", "digests": { "md5": "12d11dc1915f14323cf1d832a8c63568", "sha256": "4d70665c409a440e95d2acdfb95122fdfd2dff7d3fb4c674039a428ab72b7ea8" }, "downloads": -1, "filename": "geofound-0.3.12.tar.gz", "has_sig": false, "md5_digest": "12d11dc1915f14323cf1d832a8c63568", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 10266, "upload_time": "2018-03-30T18:54:14", "url": "https://files.pythonhosted.org/packages/dd/74/97b1b64678423dbbd0bea72f20e445362bb83d3b083a4f8bf18cb0e62d70/geofound-0.3.12.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "aeddaf50ba2ca0de7e4ac576a076ffff", "sha256": "2d1b4533d1238146972604a7679b7079289d1ae7e12dd02875a11930d4047a68" }, "downloads": -1, "filename": "geofound-0.3.2.tar.gz", "has_sig": false, "md5_digest": "aeddaf50ba2ca0de7e4ac576a076ffff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 9505, "upload_time": "2018-03-20T13:39:34", "url": "https://files.pythonhosted.org/packages/47/56/d48b75ab90486697b4e83f581ca23e66bfcbe00fff932423b0e035a1b9ca/geofound-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "2762e39a0970c460c573f4548155b50d", "sha256": "021065e49ee523f276380f6032da73c8edae4955aed375eb495ebff0356e6fe9" }, "downloads": -1, "filename": "geofound-0.3.3.tar.gz", "has_sig": false, "md5_digest": "2762e39a0970c460c573f4548155b50d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 9361, "upload_time": "2018-03-27T08:55:51", "url": "https://files.pythonhosted.org/packages/e8/25/1e2d2b146aaeb987f5c34540df77ca3e1ccda39c65e33aa57138bd23d719/geofound-0.3.3.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "5b16af722f31deb4041d34cda8769380", "sha256": "8f26168560ce68851515084a2f4ceeda55acf469ac1585387a04bd82f85d01d9" }, "downloads": -1, "filename": "geofound-0.3.5.tar.gz", "has_sig": false, "md5_digest": "5b16af722f31deb4041d34cda8769380", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 9621, "upload_time": "2018-03-27T09:24:43", "url": "https://files.pythonhosted.org/packages/d2/56/0ca5b8ba95871dd0c0a72bf1eb6b9c076d55cbdc5c03f5fa6345569a87b9/geofound-0.3.5.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "92a4511fb5a02570d3f9c547ce5d3fbb", "sha256": "11bacbd36e1e175d5ec96153f6277b9403503250c189d9df7c24730c3fb2b49c" }, "downloads": -1, "filename": "geofound-0.4.0.tar.gz", "has_sig": false, "md5_digest": "92a4511fb5a02570d3f9c547ce5d3fbb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 10492, "upload_time": "2018-04-13T08:44:15", "url": "https://files.pythonhosted.org/packages/6d/ea/93f1bd5cb6bcd5903b26c089648f0cd3032f8d617999b386272e5434e40a/geofound-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "adec4567faadde2f0848ec9ac65462f5", "sha256": "3abc63ea3a78714daa90097e67a350f5b4c6ee13520d512ba49e067f236deb27" }, "downloads": -1, "filename": "geofound-0.4.1.tar.gz", "has_sig": false, "md5_digest": "adec4567faadde2f0848ec9ac65462f5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 10367, "upload_time": "2018-06-05T15:29:59", "url": "https://files.pythonhosted.org/packages/ba/f9/cb731fc9ce57c5c1aff568a004537cebdc9cc69ec3749f401e3497200ff0/geofound-0.4.1.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "66edb87514d889a146dbf57ca84229ce", "sha256": "ac0d444e87f33545be389847fa8b779a3bdd4c97e91fe0e54035ac94674ba349" }, "downloads": -1, "filename": "geofound-0.4.3.tar.gz", "has_sig": false, "md5_digest": "66edb87514d889a146dbf57ca84229ce", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 10843, "upload_time": "2018-07-31T10:53:29", "url": "https://files.pythonhosted.org/packages/61/37/3fcf39db66266f9c773985dfcd532023ad32f0def337237e460abded1dbb/geofound-0.4.3.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "c66678ee6a1c1a18d8d9f2df61b18501", "sha256": "f5ef1d0f59ff7ddb65d6ea99cefce5c7ae150328095593aa0ed279eba3f6053a" }, "downloads": -1, "filename": "geofound-0.4.5.tar.gz", "has_sig": false, "md5_digest": "c66678ee6a1c1a18d8d9f2df61b18501", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 11727, "upload_time": "2018-08-10T10:27:05", "url": "https://files.pythonhosted.org/packages/71/75/98df1263586bd25cbcdc6f40fd41d835977ef40e68107c4ffd120ff39454/geofound-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "1236ecff427bcbf5a1626f30b4734bb8", "sha256": "ea0576b57882dc5abc07d046416302edc1d242507059b8bfc486d2ddf0c7293b" }, "downloads": -1, "filename": "geofound-0.4.6.tar.gz", "has_sig": false, "md5_digest": "1236ecff427bcbf5a1626f30b4734bb8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 13475, "upload_time": "2018-08-16T17:21:35", "url": "https://files.pythonhosted.org/packages/8e/7a/e1034c35fa87facbd82abb198e9e41fe117967669898f9826666d15f476b/geofound-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "0f7a3aea298ca5d8ae2c69ecb2f441e8", "sha256": "a61e50784ba84e042ddc084f6fd775d060d463243e93ea3e2e1f60037014aa6a" }, "downloads": -1, "filename": "geofound-0.4.7.tar.gz", "has_sig": false, "md5_digest": "0f7a3aea298ca5d8ae2c69ecb2f441e8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 13554, "upload_time": "2018-09-26T11:31:15", "url": "https://files.pythonhosted.org/packages/ff/8e/b35a4758d4771e7e523db4ddf16210618aa16de1b905f070ffc2bbe3f7bd/geofound-0.4.7.tar.gz" } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "d2e15275684ea7fa05a80e55ebc2752b", "sha256": "31c3d681844ede1d7dd13f870006432e9e51d09680b9a74e6b4e5595ffc1da0e" }, "downloads": -1, "filename": "geofound-0.4.9.tar.gz", "has_sig": false, "md5_digest": "d2e15275684ea7fa05a80e55ebc2752b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 12978, "upload_time": "2018-10-25T11:11:22", "url": "https://files.pythonhosted.org/packages/d8/82/9389c35705f62399e1d9487b9c765a3df224a500f6b5290f52faf8550b9f/geofound-0.4.9.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "9fec3a1243f04c5feee2dbe916682d1b", "sha256": "9584434d795fcd4932fb2a3821b5e01ce229027461a87a9b1a2383592aa0e19e" }, "downloads": -1, "filename": "geofound-1.0.1.tar.gz", "has_sig": false, "md5_digest": "9fec3a1243f04c5feee2dbe916682d1b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14744, "upload_time": "2019-09-08T23:23:01", "url": "https://files.pythonhosted.org/packages/30/e6/b6d4122aa5286393c24d29172334fdbd0a781398838e152f3175b6430e69/geofound-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "c7b593966d801d68c65f471b2d92b19a", "sha256": "c97dff8192e2d0eb44705c48b8c82bdaaea3f0a7a45442a28ff74446404a37e3" }, "downloads": -1, "filename": "geofound-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c7b593966d801d68c65f471b2d92b19a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14550, "upload_time": "2019-09-08T23:50:58", "url": "https://files.pythonhosted.org/packages/db/21/a94dfb575d71c8bdaa04cf34a9819d89e8bef3ef3822bea346308ac7e91b/geofound-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7b593966d801d68c65f471b2d92b19a", "sha256": "c97dff8192e2d0eb44705c48b8c82bdaaea3f0a7a45442a28ff74446404a37e3" }, "downloads": -1, "filename": "geofound-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c7b593966d801d68c65f471b2d92b19a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14550, "upload_time": "2019-09-08T23:50:58", "url": "https://files.pythonhosted.org/packages/db/21/a94dfb575d71c8bdaa04cf34a9819d89e8bef3ef3822bea346308ac7e91b/geofound-1.0.2.tar.gz" } ] }