boule


Nameboule JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryReference ellipsoids for geodesy and geophysics
upload_time2024-10-22 21:35:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD 3-Clause
keywords geophysics geodesy gravity ellipsoid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <img src="https://github.com/fatiando/boule/raw/main/doc/_static/readme-banner.png" alt="Boule">

<h2 align="center">Reference ellipsoids for geodesy and geophysics</h2>

<p align="center">
<a href="https://www.fatiando.org/boule"><strong>Documentation</strong> (latest)</a> •
<a href="https://www.fatiando.org/boule/dev"><strong>Documentation</strong> (main branch)</a> •
<a href="https://github.com/fatiando/boule/blob/main/CONTRIBUTING.md"><strong>Contributing</strong></a> •
<a href="https://www.fatiando.org/contact/"><strong>Contact</strong></a>
</p>

<p align="center">
Part of the <a href="https://www.fatiando.org"><strong>Fatiando a Terra</strong></a> project
</p>

<p align="center">
<a href="https://pypi.python.org/pypi/boule"><img src="http://img.shields.io/pypi/v/boule.svg?style=flat-square" alt="Latest version on PyPI"></a>
<a href="https://github.com/conda-forge/boule-feedstock"><img src="https://img.shields.io/conda/vn/conda-forge/boule.svg?style=flat-square" alt="Latest version on conda-forge"></a>
<a href="https://codecov.io/gh/fatiando/boule"><img src="https://img.shields.io/codecov/c/github/fatiando/boule/main.svg?style=flat-square" alt="Test coverage status"></a>
<a href="https://pypi.python.org/pypi/boule"><img src="https://img.shields.io/pypi/pyversions/boule.svg?style=flat-square" alt="Compatible Python versions."></a>
<a href="https://doi.org/10.5281/zenodo.3530749"><img src="https://img.shields.io/badge/doi-10.5281%2Fzenodo.3530749-blue?style=flat-square" alt="DOI used to cite Boule"></a>
</p>

## About

**Boule** is Python library for representing
[reference ellipsoids](https://en.wikipedia.org/wiki/Reference_ellipsoid),
calculating their gravity fields, and performing some global coordinate
conversions.
"Boule" is also French for "ball" as well as a
[traditional shape of bread resembling a squashed ball](https://en.wikipedia.org/wiki/Boule_(bread)).

Some examples of where Boule can be applied:

* Storing and manipulating ellipsoid parameters for spherical harmonic analysis.
* Calculating normal gravity for generating gravity anomalies and disturbances.
* Modelling in spherical coordinates, which requires geodetic to geocentric
  spherical coordinate conversions.

## Project goals

* Provide a representation of ellipsoid parameters and derived quantities,
  including units and citations.
* Convert between geodetic coordinates and geocentric spherical, topocentric,
  etc.
* Calculate the gravity, gravitational, and centrifugal potential (and its
  derivatives) of ellipsoids in closed form.
* Include a range ellipsoids for the Earth and other planetary bodies.

## Project status

**Boule is ready for use but still changing.**
This means that we sometimes break backwards compatibility as we try to
improve the software based on user experience, new ideas, better design
decisions, etc. Please keep that in mind before you update Boule to a newer
version.

**We welcome feedback and ideas!** This is a great time to bring new ideas on
how we can improve the project.
[Join the conversation](https://www.fatiando.org/contact) or submit
[issues on GitHub](https://github.com/fatiando/boule/issues).

## Getting involved

🗨️ **Contact us:**
Find out more about how to reach us at
[fatiando.org/contact](https://www.fatiando.org/contact/).

👩🏾‍💻 **Contributing to project development:**
Please read our
[Contributing Guide](https://github.com/fatiando/boule/blob/main/CONTRIBUTING.md)
to see how you can help and give feedback.

🧑🏾‍🤝‍🧑🏼 **Code of conduct:**
This project is released with a
[Code of Conduct](https://github.com/fatiando/community/blob/main/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.

> **Imposter syndrome disclaimer:**
> We want your help. **No, really.** There may be a little voice inside your
> head that is telling you that you're not ready, that you aren't skilled
> enough to contribute. We assure you that the little voice in your head is
> wrong. Most importantly, **there are many valuable ways to contribute besides
> writing code**.
>
> *This disclaimer was adapted from the*
> [MetPy project](https://github.com/Unidata/MetPy).

## License

This is free software: you can redistribute it and/or modify it under the terms
of the **BSD 3-clause License**. A copy of this license is provided in
[`LICENSE.txt`](https://github.com/fatiando/boule/blob/main/LICENSE.txt).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "boule",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Leonardo Uieda <leo@uieda.com>",
    "keywords": "geophysics, geodesy, gravity, ellipsoid",
    "author": null,
    "author_email": "The Boule Developers <fatiandoaterra@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6f/cb/ba840a6f38c045310ac223edc799a69842a959f549aeea3fee0644472e83/boule-0.5.0.tar.gz",
    "platform": null,
    "description": "<img src=\"https://github.com/fatiando/boule/raw/main/doc/_static/readme-banner.png\" alt=\"Boule\">\n\n<h2 align=\"center\">Reference ellipsoids for geodesy and geophysics</h2>\n\n<p align=\"center\">\n<a href=\"https://www.fatiando.org/boule\"><strong>Documentation</strong> (latest)</a> \u2022\n<a href=\"https://www.fatiando.org/boule/dev\"><strong>Documentation</strong> (main branch)</a> \u2022\n<a href=\"https://github.com/fatiando/boule/blob/main/CONTRIBUTING.md\"><strong>Contributing</strong></a> \u2022\n<a href=\"https://www.fatiando.org/contact/\"><strong>Contact</strong></a>\n</p>\n\n<p align=\"center\">\nPart of the <a href=\"https://www.fatiando.org\"><strong>Fatiando a Terra</strong></a> project\n</p>\n\n<p align=\"center\">\n<a href=\"https://pypi.python.org/pypi/boule\"><img src=\"http://img.shields.io/pypi/v/boule.svg?style=flat-square\" alt=\"Latest version on PyPI\"></a>\n<a href=\"https://github.com/conda-forge/boule-feedstock\"><img src=\"https://img.shields.io/conda/vn/conda-forge/boule.svg?style=flat-square\" alt=\"Latest version on conda-forge\"></a>\n<a href=\"https://codecov.io/gh/fatiando/boule\"><img src=\"https://img.shields.io/codecov/c/github/fatiando/boule/main.svg?style=flat-square\" alt=\"Test coverage status\"></a>\n<a href=\"https://pypi.python.org/pypi/boule\"><img src=\"https://img.shields.io/pypi/pyversions/boule.svg?style=flat-square\" alt=\"Compatible Python versions.\"></a>\n<a href=\"https://doi.org/10.5281/zenodo.3530749\"><img src=\"https://img.shields.io/badge/doi-10.5281%2Fzenodo.3530749-blue?style=flat-square\" alt=\"DOI used to cite Boule\"></a>\n</p>\n\n## About\n\n**Boule** is Python library for representing\n[reference ellipsoids](https://en.wikipedia.org/wiki/Reference_ellipsoid),\ncalculating their gravity fields, and performing some global coordinate\nconversions.\n\"Boule\" is also French for \"ball\" as well as a\n[traditional shape of bread resembling a squashed ball](https://en.wikipedia.org/wiki/Boule_(bread)).\n\nSome examples of where Boule can be applied:\n\n* Storing and manipulating ellipsoid parameters for spherical harmonic analysis.\n* Calculating normal gravity for generating gravity anomalies and disturbances.\n* Modelling in spherical coordinates, which requires geodetic to geocentric\n  spherical coordinate conversions.\n\n## Project goals\n\n* Provide a representation of ellipsoid parameters and derived quantities,\n  including units and citations.\n* Convert between geodetic coordinates and geocentric spherical, topocentric,\n  etc.\n* Calculate the gravity, gravitational, and centrifugal potential (and its\n  derivatives) of ellipsoids in closed form.\n* Include a range ellipsoids for the Earth and other planetary bodies.\n\n## Project status\n\n**Boule is ready for use but still changing.**\nThis means that we sometimes break backwards compatibility as we try to\nimprove the software based on user experience, new ideas, better design\ndecisions, etc. Please keep that in mind before you update Boule to a newer\nversion.\n\n**We welcome feedback and ideas!** This is a great time to bring new ideas on\nhow we can improve the project.\n[Join the conversation](https://www.fatiando.org/contact) or submit\n[issues on GitHub](https://github.com/fatiando/boule/issues).\n\n## Getting involved\n\n\ud83d\udde8\ufe0f **Contact us:**\nFind out more about how to reach us at\n[fatiando.org/contact](https://www.fatiando.org/contact/).\n\n\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbb **Contributing to project development:**\nPlease read our\n[Contributing Guide](https://github.com/fatiando/boule/blob/main/CONTRIBUTING.md)\nto see how you can help and give feedback.\n\n\ud83e\uddd1\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c\udffc **Code of conduct:**\nThis project is released with a\n[Code of Conduct](https://github.com/fatiando/community/blob/main/CODE_OF_CONDUCT.md).\nBy participating in this project you agree to abide by its terms.\n\n> **Imposter syndrome disclaimer:**\n> We want your help. **No, really.** There may be a little voice inside your\n> head that is telling you that you're not ready, that you aren't skilled\n> enough to contribute. We assure you that the little voice in your head is\n> wrong. Most importantly, **there are many valuable ways to contribute besides\n> writing code**.\n>\n> *This disclaimer was adapted from the*\n> [MetPy project](https://github.com/Unidata/MetPy).\n\n## License\n\nThis is free software: you can redistribute it and/or modify it under the terms\nof the **BSD 3-clause License**. A copy of this license is provided in\n[`LICENSE.txt`](https://github.com/fatiando/boule/blob/main/LICENSE.txt).\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Reference ellipsoids for geodesy and geophysics",
    "version": "0.5.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/fatiando/boule/issues",
        "Changelog": "https://www.fatiando.org/boule/latest/changes.html",
        "Documentation": "https://www.fatiando.org/boule",
        "Source Code": "https://github.com/fatiando/boule"
    },
    "split_keywords": [
        "geophysics",
        " geodesy",
        " gravity",
        " ellipsoid"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ea1fff65b40476cbdd2626aca3f744347921aca9656638277302679c2a608d2",
                "md5": "27d6c472ff820429b79410104631ec31",
                "sha256": "374129df477a4551db9cdfae7fb1578f9d3f1978f826f5d60bd0eab98ba31f15"
            },
            "downloads": -1,
            "filename": "boule-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27d6c472ff820429b79410104631ec31",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 37180,
            "upload_time": "2024-10-22T21:35:42",
            "upload_time_iso_8601": "2024-10-22T21:35:42.026054Z",
            "url": "https://files.pythonhosted.org/packages/3e/a1/fff65b40476cbdd2626aca3f744347921aca9656638277302679c2a608d2/boule-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fcbba840a6f38c045310ac223edc799a69842a959f549aeea3fee0644472e83",
                "md5": "e48c7b46de852de0e17f0fb2deed5021",
                "sha256": "fde5908b8a88f0f05ccbf23f2aa422b9d81a2a3e6ed6c1ce65afda0bb6254717"
            },
            "downloads": -1,
            "filename": "boule-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e48c7b46de852de0e17f0fb2deed5021",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 33514,
            "upload_time": "2024-10-22T21:35:43",
            "upload_time_iso_8601": "2024-10-22T21:35:43.393422Z",
            "url": "https://files.pythonhosted.org/packages/6f/cb/ba840a6f38c045310ac223edc799a69842a959f549aeea3fee0644472e83/boule-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 21:35:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fatiando",
    "github_project": "boule",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "boule"
}
        
Elapsed time: 0.93597s