wellcadformats


Namewellcadformats JSON
Version 0.3 PyPI version JSON
download
home_page
SummaryRead/write WellCAD's ASCII data file formats
upload_time2023-11-30 02:35:01
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords science geophysics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wellcadformats

Read in export file formats produced by [Advanced Logic Technology (ALT)](http://www.alt.lu/default.htm)'s [WellCAD](http://www.alt.lu/software.htm) software, and provides a few utility functions for the imaging/waveform data formats.

ASCII export formats supported so far:

- .waw - well logs with a single floating point number per depth
- .waf - full-waveform sonic logs - vector array of floating point numbers per depth
- .wai - image log - vector array of integers per depth

The authors of this package have no affiliation with ALT.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wellcadformats",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "science,geophysics",
    "author": "",
    "author_email": "\"Kent Inverarity (SA Govt)\" <kent.inverarity@sa.gov.au>",
    "download_url": "https://files.pythonhosted.org/packages/3c/46/04c1f94d1c27ef8540db5bc87253a1c4cc36376e0c0b8a87e0c6961ba9e8/wellcadformats-0.3.tar.gz",
    "platform": null,
    "description": "# wellcadformats\n\nRead in export file formats produced by [Advanced Logic Technology (ALT)](http://www.alt.lu/default.htm)'s [WellCAD](http://www.alt.lu/software.htm) software, and provides a few utility functions for the imaging/waveform data formats.\n\nASCII export formats supported so far:\n\n- .waw - well logs with a single floating point number per depth\n- .waf - full-waveform sonic logs - vector array of floating point numbers per depth\n- .wai - image log - vector array of integers per depth\n\nThe authors of this package have no affiliation with ALT.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Read/write WellCAD's ASCII data file formats",
    "version": "0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/dew-waterscience/wellcadformats/issues",
        "Homepage": "https://github.com/dew-waterscience/wellcadformats"
    },
    "split_keywords": [
        "science",
        "geophysics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f4f58243e7dc9de2c63fddd1dcb65ef8e38774e359df28070fc90431469ad25",
                "md5": "a5c01e92d7dfe30ca34f5f2f88391e09",
                "sha256": "105347929d3a31d1b264c5e3a73b461d4266a9eb6a05cbce4bee708a176eebeb"
            },
            "downloads": -1,
            "filename": "wellcadformats-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a5c01e92d7dfe30ca34f5f2f88391e09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9869,
            "upload_time": "2023-11-30T02:34:59",
            "upload_time_iso_8601": "2023-11-30T02:34:59.447704Z",
            "url": "https://files.pythonhosted.org/packages/4f/4f/58243e7dc9de2c63fddd1dcb65ef8e38774e359df28070fc90431469ad25/wellcadformats-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c4604c1f94d1c27ef8540db5bc87253a1c4cc36376e0c0b8a87e0c6961ba9e8",
                "md5": "b11204607fccf0bddae49935152dad7b",
                "sha256": "b2989a5e84bce1cfc96420acfed3d63f96f0791dbc827d627eeff3bb7edb5183"
            },
            "downloads": -1,
            "filename": "wellcadformats-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b11204607fccf0bddae49935152dad7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 871014,
            "upload_time": "2023-11-30T02:35:01",
            "upload_time_iso_8601": "2023-11-30T02:35:01.411979Z",
            "url": "https://files.pythonhosted.org/packages/3c/46/04c1f94d1c27ef8540db5bc87253a1c4cc36376e0c0b8a87e0c6961ba9e8/wellcadformats-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-30 02:35:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dew-waterscience",
    "github_project": "wellcadformats",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wellcadformats"
}
        
Elapsed time: 0.15398s