geoana


Namegeoana JSON
Version 0.6.0 PyPI version JSON
download
home_page
SummaryAnalytic expressions for geophysical responses
upload_time2023-11-02 22:28:05
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2017 SimPEG Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords geophysics electromagnetics gravity magnetics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            | `getting_started`_ | `connecting`_ | `installing`_ | `license`_ | `documentation <https://geoana.simpeg.xyz/>`_ |

geoana
======

.. image:: https://img.shields.io/pypi/v/geoana.svg
    :target: https://pypi.python.org/pypi/geoana
    :alt: Latest PyPI version

.. image:: https://anaconda.org/conda-forge/geoana/badges/version.svg
    :target: https://anaconda.org/conda-forge/geoana
    :alt: Latest conda-forge version

.. image:: https://img.shields.io/github/license/simpeg/geoana.svg
    :target: https://github.com/simpeg/geoana/blob/main/LICENSE
    :alt: MIT license

.. image:: https://codecov.io/gh/simpeg/geoana/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/simpeg/geoana
    :alt: Coverage status


`geoana` is a collection of (mostly) analytic functions in geophysics. We take an object oriented
approach with the aim of having users be able to readily interact with the functions using `Jupyter <https://jupyter.org>`_


.. _getting_started:

Getting started
---------------

- If you do not already have python installed, we recommend downloading and installing it through `anaconda <https://www.anaconda.com/download/>`_
- `installing`_ `geoana`
- Browse the `gallery <https://geoana.simpeg.xyz/auto_examples/>`_ for ideas and example usage
- Read the `documentation <https://geoana.simpeg.xyz/>`_ for more information on the library and what it can do

.. - See the `contributor guide` and `code of conduct` if you are interested in helping develop or maintain geoana

.. _connecting:

Connecting with the community
-----------------------------

geoana is a part of the larger `SimPEG <https://simpeg.xyz>`_ ecosystem. There are several avenues for connecting:

- a discourse website for questions: https://simpeg.discourse.group/
- a youtube channel where meeting recordings are posted: `GeoSci.xyz <https://www.youtube.com/channel/UCBrC4M8_S4GXhyHht7FyQqw>`_
- a slack group for real-time chat with users and developers of SimPEG: http://slack.simpeg.xyz/

.. _installing:

Installing
----------

**geoana** is on conda-forge

.. code:: shell

    conda install -c conda-forge geoana

**geoana** is available on `pypi <https://pypi.org/project/geoana/>`_ and can be installed by opening a command window and running:

.. code::

    pip install geoana


To install from source, you can

.. code::

    git clone https://github.com/simpeg/geoana.git
    python setup.py install

.. _license:

License
-------

geoana is licensed under the `MIT license <https://github.com/simpeg/geoana/blob/master/LICENSE>`_ .

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "geoana",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "geophysics electromagnetics gravity magnetics",
    "author": "",
    "author_email": "SimPEG developers <lindseyheagy@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1c/5e/ead3e55d5051b93efc83210daab6064aa71a007053f91891010c1bb98afb/geoana-0.6.0.tar.gz",
    "platform": null,
    "description": "| `getting_started`_ | `connecting`_ | `installing`_ | `license`_ | `documentation <https://geoana.simpeg.xyz/>`_ |\n\ngeoana\n======\n\n.. image:: https://img.shields.io/pypi/v/geoana.svg\n    :target: https://pypi.python.org/pypi/geoana\n    :alt: Latest PyPI version\n\n.. image:: https://anaconda.org/conda-forge/geoana/badges/version.svg\n    :target: https://anaconda.org/conda-forge/geoana\n    :alt: Latest conda-forge version\n\n.. image:: https://img.shields.io/github/license/simpeg/geoana.svg\n    :target: https://github.com/simpeg/geoana/blob/main/LICENSE\n    :alt: MIT license\n\n.. image:: https://codecov.io/gh/simpeg/geoana/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/simpeg/geoana\n    :alt: Coverage status\n\n\n`geoana` is a collection of (mostly) analytic functions in geophysics. We take an object oriented\napproach with the aim of having users be able to readily interact with the functions using `Jupyter <https://jupyter.org>`_\n\n\n.. _getting_started:\n\nGetting started\n---------------\n\n- If you do not already have python installed, we recommend downloading and installing it through `anaconda <https://www.anaconda.com/download/>`_\n- `installing`_ `geoana`\n- Browse the `gallery <https://geoana.simpeg.xyz/auto_examples/>`_ for ideas and example usage\n- Read the `documentation <https://geoana.simpeg.xyz/>`_ for more information on the library and what it can do\n\n.. - See the `contributor guide` and `code of conduct` if you are interested in helping develop or maintain geoana\n\n.. _connecting:\n\nConnecting with the community\n-----------------------------\n\ngeoana is a part of the larger `SimPEG <https://simpeg.xyz>`_ ecosystem. There are several avenues for connecting:\n\n- a discourse website for questions: https://simpeg.discourse.group/\n- a youtube channel where meeting recordings are posted: `GeoSci.xyz <https://www.youtube.com/channel/UCBrC4M8_S4GXhyHht7FyQqw>`_\n- a slack group for real-time chat with users and developers of SimPEG: http://slack.simpeg.xyz/\n\n.. _installing:\n\nInstalling\n----------\n\n**geoana** is on conda-forge\n\n.. code:: shell\n\n    conda install -c conda-forge geoana\n\n**geoana** is available on `pypi <https://pypi.org/project/geoana/>`_ and can be installed by opening a command window and running:\n\n.. code::\n\n    pip install geoana\n\n\nTo install from source, you can\n\n.. code::\n\n    git clone https://github.com/simpeg/geoana.git\n    python setup.py install\n\n.. _license:\n\nLicense\n-------\n\ngeoana is licensed under the `MIT license <https://github.com/simpeg/geoana/blob/master/LICENSE>`_ .\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2017 SimPEG Team  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Analytic expressions for geophysical responses",
    "version": "0.6.0",
    "project_urls": {
        "Documentation": "https://geoana.simpeg.xyz",
        "Homepage": "https://simpeg.xyz",
        "Repository": "https://github.com/simpeg/geoana.git"
    },
    "split_keywords": [
        "geophysics",
        "electromagnetics",
        "gravity",
        "magnetics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e3a41f98701ca59f23f48d484cc9d752fe60f399024c049460743b647912e30",
                "md5": "116a792607698298e23ae4a2357f6cec",
                "sha256": "a953128789d175cd7482a0047fdbe69fbfd452d25c4fc20d526629918f2a8866"
            },
            "downloads": -1,
            "filename": "geoana-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "116a792607698298e23ae4a2357f6cec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 223038,
            "upload_time": "2023-11-02T22:28:34",
            "upload_time_iso_8601": "2023-11-02T22:28:34.947955Z",
            "url": "https://files.pythonhosted.org/packages/9e/3a/41f98701ca59f23f48d484cc9d752fe60f399024c049460743b647912e30/geoana-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30d6f369418cead9fa82a16c98da1df297130b49ac26dbe36a786d9b448a777f",
                "md5": "0a4c3478d75409465efbd5550eb1aace",
                "sha256": "473e540392eaa3795e8ddfa1c856b146b2dfd33e5972551529ea747934675627"
            },
            "downloads": -1,
            "filename": "geoana-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a4c3478d75409465efbd5550eb1aace",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 221418,
            "upload_time": "2023-11-02T22:28:36",
            "upload_time_iso_8601": "2023-11-02T22:28:36.331951Z",
            "url": "https://files.pythonhosted.org/packages/30/d6/f369418cead9fa82a16c98da1df297130b49ac26dbe36a786d9b448a777f/geoana-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f679bb1ee333b20876c54568d9eb098134a82ad53b7f83dedad38f6e9d08bb0f",
                "md5": "fee0d68cb23a19eb16842cd5b9bd1d77",
                "sha256": "9999840b9587da7458a4a119adfef5c1854e93a038e60a6a45bd22c1e5a6a2f9"
            },
            "downloads": -1,
            "filename": "geoana-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fee0d68cb23a19eb16842cd5b9bd1d77",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 216305,
            "upload_time": "2023-11-02T22:28:37",
            "upload_time_iso_8601": "2023-11-02T22:28:37.864055Z",
            "url": "https://files.pythonhosted.org/packages/f6/79/bb1ee333b20876c54568d9eb098134a82ad53b7f83dedad38f6e9d08bb0f/geoana-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1ab4d745a4f1ddcf07714844f56ced67303db99263e998dabe5cfee924e91d8",
                "md5": "420a6e0ead5865221e0cec95ee694d48",
                "sha256": "8b872d5e2bdf8d004a02d9c4a79e06c3c753cd648c2ca2d8b0d628a7cae61120"
            },
            "downloads": -1,
            "filename": "geoana-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "420a6e0ead5865221e0cec95ee694d48",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 222728,
            "upload_time": "2023-11-02T22:28:39",
            "upload_time_iso_8601": "2023-11-02T22:28:39.561533Z",
            "url": "https://files.pythonhosted.org/packages/b1/ab/4d745a4f1ddcf07714844f56ced67303db99263e998dabe5cfee924e91d8/geoana-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2f9ffd0500e3057075fbe64c713bb03371fd89d254d2de00b0edcc74bbfcdb0",
                "md5": "f32c6008014d93c61dcba15b4ed2cbf4",
                "sha256": "fb51b655d6c93b2e5ffa9784e54bb8aaf13be9d95764646c50426c690715b330"
            },
            "downloads": -1,
            "filename": "geoana-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f32c6008014d93c61dcba15b4ed2cbf4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 223373,
            "upload_time": "2023-11-02T22:28:41",
            "upload_time_iso_8601": "2023-11-02T22:28:41.307735Z",
            "url": "https://files.pythonhosted.org/packages/d2/f9/ffd0500e3057075fbe64c713bb03371fd89d254d2de00b0edcc74bbfcdb0/geoana-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c5eead3e55d5051b93efc83210daab6064aa71a007053f91891010c1bb98afb",
                "md5": "b5d6626719eb6208f582371e2e71afc6",
                "sha256": "4e889997b18ccbfe42e37964e90cdba2418c4cc4d4f2e45e441c47c4a192bcab"
            },
            "downloads": -1,
            "filename": "geoana-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b5d6626719eb6208f582371e2e71afc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 71421,
            "upload_time": "2023-11-02T22:28:05",
            "upload_time_iso_8601": "2023-11-02T22:28:05.155791Z",
            "url": "https://files.pythonhosted.org/packages/1c/5e/ead3e55d5051b93efc83210daab6064aa71a007053f91891010c1bb98afb/geoana-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-02 22:28:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "simpeg",
    "github_project": "geoana",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "geoana"
}
        
Elapsed time: 0.14669s