{"id":18821904,"url":"https://github.com/postpdm/earthscipy","last_synced_at":"2026-01-18T12:30:16.194Z","repository":{"id":88691840,"uuid":"64292039","full_name":"postpdm/EarthSciPy","owner":"postpdm","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-27T22:31:58.000Z","size":28,"stargazers_count":3,"open_issues_count":14,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T03:45:46.901Z","etag":null,"topics":["earth-science","python-library"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postpdm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-07-27T08:41:21.000Z","updated_at":"2023-04-14T21:04:22.000Z","dependencies_parsed_at":"2023-09-25T00:40:10.800Z","dependency_job_id":null,"html_url":"https://github.com/postpdm/EarthSciPy","commit_stats":{"total_commits":45,"total_committers":2,"mean_commits":22.5,"dds":"0.15555555555555556","last_synced_commit":"22b9fada37da4bbd642e1541eacd0373b7238b60"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postpdm%2FEarthSciPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postpdm%2FEarthSciPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postpdm%2FEarthSciPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postpdm%2FEarthSciPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postpdm","download_url":"https://codeload.github.com/postpdm/EarthSciPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758900,"owners_count":19692041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["earth-science","python-library"],"created_at":"2024-11-08T00:46:34.996Z","updated_at":"2025-02-20T01:15:09.982Z","avatar_url":"https://github.com/postpdm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EarthSciPy\n\n[![Documentation Status](https://readthedocs.org/projects/earthscipy/badge/?version=latest)](http://earthscipy.readthedocs.io/en/latest/?badge=latest)\n\nPython library for [Earth science](https://en.wikipedia.org/wiki/Earth_science) (main in geology and petro science).\n\n## Requirements\n\nPython 3.3 or above.\n\n## Testing\n\n    python3 -m unittest tests/wells_tests.py\n\n## Usage example\n\n```python \nfrom earthscipy.wells import *\n  \nWF = WellField( \"North\" ) # create wells field\nw = Well( 'N_well#1', 0, 0 ) # create well\nw.add_geometry_step( 10, 0 ) # add inclinometry data\nw.add_geometry_step( 10, 45 )\nw.add_geometry_step( 10, 90 )\nw.add_geometry_step( 100, 0 )\nWF.add_well( w ) # add well to field\n```\n\nSee `examples\\wells_example.py` for more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostpdm%2Fearthscipy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostpdm%2Fearthscipy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostpdm%2Fearthscipy/lists"}