geoid-toolkit


Namegeoid-toolkit JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/tsutterley/geoid-toolkit
SummaryReads gravity model coefficients and calculates geoid heights
upload_time2022-12-16 21:56:38
maintainer
docs_urlNone
authorTyler Sutterley
requires_python
licenseMIT
keywords static gravity field geoid height physical geodesy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============
geoid-toolkit
=============

|Language|
|License|
|PyPI Version|
|Documentation Status|
|Binder|
|Pangeo|
|zenodo|

.. |Language| image:: https://img.shields.io/pypi/pyversions/geoid-toolkit?color=green
   :target: https://www.python.org/

.. |License| image:: https://img.shields.io/github/license/tsutterley/geoid-toolkit
   :target: https://github.com/tsutterley/geoid-toolkit/blob/main/LICENSE

.. |PyPI Version| image:: https://img.shields.io/pypi/v/geoid-toolkit.svg
   :target: https://pypi.python.org/pypi/geoid-toolkit/

.. |Documentation Status| image:: https://readthedocs.org/projects/geoid-toolkit/badge/?version=latest
   :target: https://read-grace-harmonics.readthedocs.io/projects/geoid-toolkit/en/latest/?badge=latest

.. |Binder| image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/tsutterley/geoid-toolkit/main

.. |Pangeo| image:: https://img.shields.io/static/v1.svg?logo=Jupyter&label=PangeoBinderAWS&message=us-west-2&color=orange
   :target: https://aws-uswest2-binder.pangeo.io/v2/gh/tsutterley/geoid-toolkit/main?urlpath=lab

.. |zenodo| image:: https://zenodo.org/badge/199943310.svg
   :target: https://zenodo.org/badge/latestdoi/199943310

Python tools for obtaining and working with static gravity field coefficients
and calculating geoid heights

- `GFZ International Centre for Global Earth Models (ICGEM) <http://icgem.gfz-potsdam.de>`_

Dependencies
############

- `cartopy: Python package designed for geospatial data processing <https://scitools.org.uk/cartopy>`_
- `gdal: Pythonic interface to the Geospatial Data Abstraction Library (GDAL) <https://pypi.python.org/pypi/GDAL>`_
- `h5py: Python interface for Hierarchal Data Format 5 (HDF5) <https://www.h5py.org/>`_
- `lxml: processing XML and HTML in Python <https://pypi.python.org/pypi/lxml>`_
- `matplotlib: Python 2D plotting library <https://matplotlib.org>`_
- `netCDF4: Python interface to the netCDF C library <https://unidata.github.io/netcdf4-python/>`_
- `numpy: Scientific Computing Tools For Python <https://www.numpy.org>`_
- `pyproj: Python interface to PROJ library <https://pypi.org/project/pyproj/>`_
- `python-dateutil: powerful extensions to datetime <https://dateutil.readthedocs.io/en/stable/>`_

References
##########

    Drewes, Kuglitsch, Ad\ |aacute|\ m and R\ |oacute|\ zsa "The Geodesist's Handbook 2016",
    Journal of Geodesy, 90, 907-1205 (2016).
    `doi:10.1007/s00190-016-0948-z <https://doi.org/10.1007/s00190-016-0948-z>`_

    Hofmann-Wellenhof and Moritz, "Physical Geodesy" (2005).
    `doi:10.1007/978-3-211-33545-1 <https://doi.org/10.1007/978-3-211-33545-1>`_

    Holmes and Featherstone, "A Unified Approach to the Clenshaw Summation and
    the Recursive Computation of Very High Degree and Order Normalised
    Associated Legendre Functions", Journal of Geodesy (2002).
    `doi:10.1007/s00190-002-0216-2 <https://doi.org/10.1007/s00190-002-0216-2>`_

    Ince, Barthelmes, Rei\ |szlig|\ land, Elger, F\ |ouml|\ rste, Flechtner, and Schuh,
    "ICGEM -- 15 years of successful collection and distribution of global
    gravitational models, associated services, and future plans"
    Earth System Science Data, 11, 647--674 (2019).
    `doi:10.5194/essd-11-647-2019 <https://doi.org/10.5194/essd-11-647-2019>`_

    Jekeli, "Alternative Methods to Smooth the Earth's Gravity Field", (1981).

    Moazezi and Zomorrodian, "GGMCalc a software for calculation of the geoid
    undulation and the height anomaly using the iteration method, and
    classical gravity anomaly", Earth Science Informatics (2012).
    `doi:10.1007/s12145-012-0102-2 <https://doi.org/10.1007/s12145-012-0102-2>`_

    Tscherning and Poder, "Some Geodetic Applications of Clenshaw Summation",
    Bollettino di Geodesia e Scienze, (1982)

    Wahr, Molenaar and Frank, "Time variability of the Earth's gravity field:
    Hydrological and oceanic effects and their possible detection using
    GRACE", Journal of Geophysical Research: Solid Earth, 103(B12),
    30205-30229, `doi:10.1029/98JB02844 <https://doi.org/10.1029/98JB02844>`_

Download
########

| The program homepage is:
| https://github.com/tsutterley/geoid-toolkit
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/geoid-toolkit/archive/main.zip

Disclaimer
##########

This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
This program is not sponsored or maintained by the Universities Space Research Association (USRA),
the Center for Space Research at the University of Texas (UTCSR), the Jet Propulsion Laboratory (JPL),
the German Research Centre for Geosciences (GeoForschungsZentrum, GFZ) or NASA.
It is provided here for your convenience but *with no guarantees whatsoever*.

License
#######

The content of this project is licensed under the `Creative Commons Attribution 4.0 Attribution license <https://creativecommons.org/licenses/by/4.0/>`_ and the source code is licensed under the `MIT license <LICENSE>`_.

.. |aacute|    unicode:: U+00E1 .. LATIN SMALL LETTER A WITH ACUTE
.. |oacute|    unicode:: U+00F3 .. LATIN SMALL LETTER O WITH ACUTE
.. |szlig|    unicode:: U+00DF .. LATIN SMALL LETTER SHARP S
.. |ouml|    unicode:: U+00F6 .. LATIN SMALL LETTER O WITH DIAERESIS

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tsutterley/geoid-toolkit",
    "name": "geoid-toolkit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "static gravity field,geoid height,physical geodesy",
    "author": "Tyler Sutterley",
    "author_email": "tsutterl@uw.edu",
    "download_url": "https://files.pythonhosted.org/packages/af/ea/d3b564b81a48549f79d4301e0dcefc82a1e09269b28c5cdf0ef4da35fd1e/geoid-toolkit-1.1.1.tar.gz",
    "platform": null,
    "description": "=============\ngeoid-toolkit\n=============\n\n|Language|\n|License|\n|PyPI Version|\n|Documentation Status|\n|Binder|\n|Pangeo|\n|zenodo|\n\n.. |Language| image:: https://img.shields.io/pypi/pyversions/geoid-toolkit?color=green\n   :target: https://www.python.org/\n\n.. |License| image:: https://img.shields.io/github/license/tsutterley/geoid-toolkit\n   :target: https://github.com/tsutterley/geoid-toolkit/blob/main/LICENSE\n\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/geoid-toolkit.svg\n   :target: https://pypi.python.org/pypi/geoid-toolkit/\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/geoid-toolkit/badge/?version=latest\n   :target: https://read-grace-harmonics.readthedocs.io/projects/geoid-toolkit/en/latest/?badge=latest\n\n.. |Binder| image:: https://mybinder.org/badge_logo.svg\n   :target: https://mybinder.org/v2/gh/tsutterley/geoid-toolkit/main\n\n.. |Pangeo| image:: https://img.shields.io/static/v1.svg?logo=Jupyter&label=PangeoBinderAWS&message=us-west-2&color=orange\n   :target: https://aws-uswest2-binder.pangeo.io/v2/gh/tsutterley/geoid-toolkit/main?urlpath=lab\n\n.. |zenodo| image:: https://zenodo.org/badge/199943310.svg\n   :target: https://zenodo.org/badge/latestdoi/199943310\n\nPython tools for obtaining and working with static gravity field coefficients\nand calculating geoid heights\n\n- `GFZ International Centre for Global Earth Models (ICGEM) <http://icgem.gfz-potsdam.de>`_\n\nDependencies\n############\n\n- `cartopy: Python package designed for geospatial data processing <https://scitools.org.uk/cartopy>`_\n- `gdal: Pythonic interface to the Geospatial Data Abstraction Library (GDAL) <https://pypi.python.org/pypi/GDAL>`_\n- `h5py: Python interface for Hierarchal Data Format 5 (HDF5) <https://www.h5py.org/>`_\n- `lxml: processing XML and HTML in Python <https://pypi.python.org/pypi/lxml>`_\n- `matplotlib: Python 2D plotting library <https://matplotlib.org>`_\n- `netCDF4: Python interface to the netCDF C library <https://unidata.github.io/netcdf4-python/>`_\n- `numpy: Scientific Computing Tools For Python <https://www.numpy.org>`_\n- `pyproj: Python interface to PROJ library <https://pypi.org/project/pyproj/>`_\n- `python-dateutil: powerful extensions to datetime <https://dateutil.readthedocs.io/en/stable/>`_\n\nReferences\n##########\n\n    Drewes, Kuglitsch, Ad\\ |aacute|\\ m and R\\ |oacute|\\ zsa \"The Geodesist's Handbook 2016\",\n    Journal of Geodesy, 90, 907-1205 (2016).\n    `doi:10.1007/s00190-016-0948-z <https://doi.org/10.1007/s00190-016-0948-z>`_\n\n    Hofmann-Wellenhof and Moritz, \"Physical Geodesy\" (2005).\n    `doi:10.1007/978-3-211-33545-1 <https://doi.org/10.1007/978-3-211-33545-1>`_\n\n    Holmes and Featherstone, \"A Unified Approach to the Clenshaw Summation and\n    the Recursive Computation of Very High Degree and Order Normalised\n    Associated Legendre Functions\", Journal of Geodesy (2002).\n    `doi:10.1007/s00190-002-0216-2 <https://doi.org/10.1007/s00190-002-0216-2>`_\n\n    Ince, Barthelmes, Rei\\ |szlig|\\ land, Elger, F\\ |ouml|\\ rste, Flechtner, and Schuh,\n    \"ICGEM -- 15 years of successful collection and distribution of global\n    gravitational models, associated services, and future plans\"\n    Earth System Science Data, 11, 647--674 (2019).\n    `doi:10.5194/essd-11-647-2019 <https://doi.org/10.5194/essd-11-647-2019>`_\n\n    Jekeli, \"Alternative Methods to Smooth the Earth's Gravity Field\", (1981).\n\n    Moazezi and Zomorrodian, \"GGMCalc a software for calculation of the geoid\n    undulation and the height anomaly using the iteration method, and\n    classical gravity anomaly\", Earth Science Informatics (2012).\n    `doi:10.1007/s12145-012-0102-2 <https://doi.org/10.1007/s12145-012-0102-2>`_\n\n    Tscherning and Poder, \"Some Geodetic Applications of Clenshaw Summation\",\n    Bollettino di Geodesia e Scienze, (1982)\n\n    Wahr, Molenaar and Frank, \"Time variability of the Earth's gravity field:\n    Hydrological and oceanic effects and their possible detection using\n    GRACE\", Journal of Geophysical Research: Solid Earth, 103(B12),\n    30205-30229, `doi:10.1029/98JB02844 <https://doi.org/10.1029/98JB02844>`_\n\nDownload\n########\n\n| The program homepage is:\n| https://github.com/tsutterley/geoid-toolkit\n| A zip archive of the latest version is available directly at:\n| https://github.com/tsutterley/geoid-toolkit/archive/main.zip\n\nDisclaimer\n##########\n\nThis project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.\nThis program is not sponsored or maintained by the Universities Space Research Association (USRA),\nthe Center for Space Research at the University of Texas (UTCSR), the Jet Propulsion Laboratory (JPL),\nthe German Research Centre for Geosciences (GeoForschungsZentrum, GFZ) or NASA.\nIt is provided here for your convenience but *with no guarantees whatsoever*.\n\nLicense\n#######\n\nThe content of this project is licensed under the `Creative Commons Attribution 4.0 Attribution license <https://creativecommons.org/licenses/by/4.0/>`_ and the source code is licensed under the `MIT license <LICENSE>`_.\n\n.. |aacute|    unicode:: U+00E1 .. LATIN SMALL LETTER A WITH ACUTE\n.. |oacute|    unicode:: U+00F3 .. LATIN SMALL LETTER O WITH ACUTE\n.. |szlig|    unicode:: U+00DF .. LATIN SMALL LETTER SHARP S\n.. |ouml|    unicode:: U+00F6 .. LATIN SMALL LETTER O WITH DIAERESIS\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Reads gravity model coefficients and calculates geoid heights",
    "version": "1.1.1",
    "split_keywords": [
        "static gravity field",
        "geoid height",
        "physical geodesy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b35753eb74102c86b2ebcb306da4f1f5",
                "sha256": "f1bf7ef5f22ac5e5bdc241e56da3500ad7d8fdd3069bf8c4fa08cd4a3c6e5b7b"
            },
            "downloads": -1,
            "filename": "geoid_toolkit-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b35753eb74102c86b2ebcb306da4f1f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 75553,
            "upload_time": "2022-12-16T21:56:36",
            "upload_time_iso_8601": "2022-12-16T21:56:36.865508Z",
            "url": "https://files.pythonhosted.org/packages/b2/c0/6616284c6a39ba0470af3ebe2c1c1a4baf580dc655ac4e635df1e67e419e/geoid_toolkit-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "8c881512c3a333ab3b35d3e11888e24c",
                "sha256": "8792429f980ef9d917082b03685518953b70bd67aae796e11520d3de432f1bed"
            },
            "downloads": -1,
            "filename": "geoid-toolkit-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8c881512c3a333ab3b35d3e11888e24c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 50423,
            "upload_time": "2022-12-16T21:56:38",
            "upload_time_iso_8601": "2022-12-16T21:56:38.913473Z",
            "url": "https://files.pythonhosted.org/packages/af/ea/d3b564b81a48549f79d4301e0dcefc82a1e09269b28c5cdf0ef4da35fd1e/geoid-toolkit-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-16 21:56:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tsutterley",
    "github_project": "geoid-toolkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "geoid-toolkit"
}
        
Elapsed time: 0.02021s