===============
model-harmonics
===============
|Language|
|License|
|PyPI Version|
|Documentation Status|
|zenodo|
.. |Language| image:: https://img.shields.io/pypi/pyversions/model-harmonics?color=green
:target: https://www.python.org/
.. |License| image:: https://img.shields.io/github/license/tsutterley/model-harmonics
:target: https://github.com/tsutterley/model-harmonics/blob/main/LICENSE
.. |PyPI Version| image:: https://img.shields.io/pypi/v/model-harmonics.svg
:target: https://pypi.python.org/pypi/model-harmonics/
.. |Documentation Status| image:: https://readthedocs.org/projects/model-harmonics/badge/?version=latest
:target: https://read-grace-harmonics.readthedocs.io/projects/model-harmonics/en/latest/?badge=latest
.. |zenodo| image:: https://zenodo.org/badge/325402443.svg
:target: https://zenodo.org/badge/latestdoi/325402443
Python tools for obtaining and working with model synthetic spherical harmonic coefficients for comparing with data from the the NASA/DLR Gravity Recovery and Climate Experiment (GRACE) and the NASA/GFZ Gravity Recovery and Climate Experiment Follow-On (GRACE-FO) missions
These are extension routines for the set of `read-GRACE-harmonics <https://github.com/tsutterley/read-GRACE-harmonics>`_ tools
Resources
#########
- `NASA GRACE mission site <https://www.nasa.gov/mission_pages/Grace/index.html>`_
- `NASA GRACE-FO mission site <https://www.nasa.gov/missions/grace-fo>`_
- `JPL GRACE Tellus site <https://grace.jpl.nasa.gov/>`_
- `JPL GRACE-FO site <https://gracefo.jpl.nasa.gov/>`_
- `UTCSR GRACE site <http://www.csr.utexas.edu/grace/>`_
- `GRACE at the NASA Physical Oceanography Distributed Active Archive Center (PO.DAAC) <https://podaac.jpl.nasa.gov/grace>`_
- `GRACE at the GFZ Information System and Data Center <http://isdc.gfz-potsdam.de/grace-isdc/>`_
Dependencies
############
- `geoid-toolkit: Python utilities for calculating geoid heights from static gravity field coefficients <https://github.com/tsutterley/geoid-toolkit/>`_
- `read-GRACE-harmonics: Python tools for working with GRACE/GRACE-FO data <https://github.com/tsutterley/read-GRACE-harmonics/>`_
- `pygrib: Python interface for reading and writing GRIB data <https://pypi.python.org/pypi/pygrib>`_
- `cdsapi: Python client libraries for the CDS Web API <https://pypi.org/project/cdsapi/>`_
- `fiona: Python wrapper for vector data access functions from the OGR library <https://fiona.readthedocs.io/en/latest/manual.html>`_
- `pyproj: Python interface to PROJ library <https://pypi.org/project/pyproj/>`_
- `shapely: PostGIS-ish operations outside a database context for Python <http://toblerity.org/shapely/index.html>`_
- `ecmwf-api-client: Python client libraries for the ECMWF Web API <https://software.ecmwf.int/wiki/display/WEBAPI/Web-API+Downloads>`_
References
##########
I. Velicogna, Y. Mohajerani, G. A, F. Landerer, J. Mouginot, B. Noël,
E. Rignot, T. C. Sutterley, M. van den Broeke, J. M. van Wessem, and D. Wiese,
"Continuity of ice sheet mass loss in Greenland and Antarctica from the GRACE
and GRACE Follow‐On missions", *Geophysical Research Letters*, 47,
(2020). `doi:10.1029/2020GL087291 <https://doi.org/10.1029/2020GL087291>`_
T. C. Sutterley, I. Velicogna, and C.-W. Hsu, "Self‐Consistent Ice Mass Balance
and Regional Sea Level From Time‐Variable Gravity", *Earth and Space Science*, 7,
(2020). `doi:10.1029/2019EA000860 <https://doi.org/10.1029/2019EA000860>`_
Download
########
| The program homepage is:
| https://github.com/tsutterley/model-harmonics
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/model-harmonics/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>`_.
Raw data
{
"_id": null,
"home_page": "https://github.com/tsutterley/model-harmonics",
"name": "model-harmonics",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "gravity synthetics,physical geodesy,spherical harmonics",
"author": "Tyler Sutterley",
"author_email": "tsutterl@uw.edu",
"download_url": "https://files.pythonhosted.org/packages/0d/a0/07bb24be5b6af376697acd235d7b267b2581facf96f948de87436e539014/model-harmonics-1.1.0.tar.gz",
"platform": null,
"description": "===============\nmodel-harmonics\n===============\n\n|Language|\n|License|\n|PyPI Version|\n|Documentation Status|\n|zenodo|\n\n.. |Language| image:: https://img.shields.io/pypi/pyversions/model-harmonics?color=green\n :target: https://www.python.org/\n\n.. |License| image:: https://img.shields.io/github/license/tsutterley/model-harmonics\n :target: https://github.com/tsutterley/model-harmonics/blob/main/LICENSE\n\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/model-harmonics.svg\n :target: https://pypi.python.org/pypi/model-harmonics/\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/model-harmonics/badge/?version=latest\n :target: https://read-grace-harmonics.readthedocs.io/projects/model-harmonics/en/latest/?badge=latest\n\n.. |zenodo| image:: https://zenodo.org/badge/325402443.svg\n :target: https://zenodo.org/badge/latestdoi/325402443\n\nPython tools for obtaining and working with model synthetic spherical harmonic coefficients for comparing with data from the the NASA/DLR Gravity Recovery and Climate Experiment (GRACE) and the NASA/GFZ Gravity Recovery and Climate Experiment Follow-On (GRACE-FO) missions\n\nThese are extension routines for the set of `read-GRACE-harmonics <https://github.com/tsutterley/read-GRACE-harmonics>`_ tools\n\nResources\n#########\n\n- `NASA GRACE mission site <https://www.nasa.gov/mission_pages/Grace/index.html>`_\n- `NASA GRACE-FO mission site <https://www.nasa.gov/missions/grace-fo>`_\n- `JPL GRACE Tellus site <https://grace.jpl.nasa.gov/>`_\n- `JPL GRACE-FO site <https://gracefo.jpl.nasa.gov/>`_\n- `UTCSR GRACE site <http://www.csr.utexas.edu/grace/>`_\n- `GRACE at the NASA Physical Oceanography Distributed Active Archive Center (PO.DAAC) <https://podaac.jpl.nasa.gov/grace>`_\n- `GRACE at the GFZ Information System and Data Center <http://isdc.gfz-potsdam.de/grace-isdc/>`_\n\nDependencies\n############\n\n- `geoid-toolkit: Python utilities for calculating geoid heights from static gravity field coefficients <https://github.com/tsutterley/geoid-toolkit/>`_\n- `read-GRACE-harmonics: Python tools for working with GRACE/GRACE-FO data <https://github.com/tsutterley/read-GRACE-harmonics/>`_\n- `pygrib: Python interface for reading and writing GRIB data <https://pypi.python.org/pypi/pygrib>`_\n- `cdsapi: Python client libraries for the CDS Web API <https://pypi.org/project/cdsapi/>`_\n- `fiona: Python wrapper for vector data access functions from the OGR library <https://fiona.readthedocs.io/en/latest/manual.html>`_\n- `pyproj: Python interface to PROJ library <https://pypi.org/project/pyproj/>`_\n- `shapely: PostGIS-ish operations outside a database context for Python <http://toblerity.org/shapely/index.html>`_\n- `ecmwf-api-client: Python client libraries for the ECMWF Web API <https://software.ecmwf.int/wiki/display/WEBAPI/Web-API+Downloads>`_\n\nReferences\n##########\n\n I. Velicogna, Y. Mohajerani, G. A, F. Landerer, J. Mouginot, B. Noël,\n E. Rignot, T. C. Sutterley, M. van den Broeke, J. M. van Wessem, and D. Wiese,\n \"Continuity of ice sheet mass loss in Greenland and Antarctica from the GRACE\n and GRACE Follow\u2010On missions\", *Geophysical Research Letters*, 47,\n (2020). `doi:10.1029/2020GL087291 <https://doi.org/10.1029/2020GL087291>`_\n\n T. C. Sutterley, I. Velicogna, and C.-W. Hsu, \"Self\u2010Consistent Ice Mass Balance\n and Regional Sea Level From Time\u2010Variable Gravity\", *Earth and Space Science*, 7,\n (2020). `doi:10.1029/2019EA000860 <https://doi.org/10.1029/2019EA000860>`_\n\nDownload\n########\n\n| The program homepage is:\n| https://github.com/tsutterley/model-harmonics\n| A zip archive of the latest version is available directly at:\n| https://github.com/tsutterley/model-harmonics/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",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python tools for obtaining and working with model synthetic spherical harmonic coefficients for comparing with data from the NASA/DLR GRACE and NASA/GFZ GRACE Follow-on missions",
"version": "1.1.0",
"split_keywords": [
"gravity synthetics",
"physical geodesy",
"spherical harmonics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e87eb85b2a551e9e0291182d45702ab5e5d81f37e23b066d7ff9a4fa0738850d",
"md5": "deaafaacd78b3eb535e5551b3af11424",
"sha256": "5092db858ae93d7dd0b5de38f8b0c96e1cec41d7fc274a1a3a2407812269a5b6"
},
"downloads": -1,
"filename": "model_harmonics-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "deaafaacd78b3eb535e5551b3af11424",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 346105,
"upload_time": "2023-01-04T01:18:43",
"upload_time_iso_8601": "2023-01-04T01:18:43.552516Z",
"url": "https://files.pythonhosted.org/packages/e8/7e/b85b2a551e9e0291182d45702ab5e5d81f37e23b066d7ff9a4fa0738850d/model_harmonics-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0da007bb24be5b6af376697acd235d7b267b2581facf96f948de87436e539014",
"md5": "814ac26ecfa70fea7afdf6a01a9cb1ef",
"sha256": "406eff30e20cb9d2f7d68d17552ad3c4a83ac05b15a51f040a00ff00355c40c3"
},
"downloads": -1,
"filename": "model-harmonics-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "814ac26ecfa70fea7afdf6a01a9cb1ef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 195195,
"upload_time": "2023-01-04T01:18:44",
"upload_time_iso_8601": "2023-01-04T01:18:44.948267Z",
"url": "https://files.pythonhosted.org/packages/0d/a0/07bb24be5b6af376697acd235d7b267b2581facf96f948de87436e539014/model-harmonics-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-04 01:18:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "tsutterley",
"github_project": "model-harmonics",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "cdsapi",
"specs": []
},
{
"name": "ecmwf-api-client",
"specs": []
},
{
"name": "fiona",
"specs": []
},
{
"name": "geoid-toolkit",
"specs": []
},
{
"name": "gravity-toolkit",
"specs": []
},
{
"name": "pyproj",
"specs": []
},
{
"name": "shapely",
"specs": []
},
{
"name": "scikit-learn",
"specs": []
}
],
"lcname": "model-harmonics"
}