https://github.com/pyTMD/timescale
Python tools for time and astronomical calculations
https://github.com/pyTMD/timescale
astronomy earth-orientation time
Last synced: about 1 year ago
JSON representation
Python tools for time and astronomical calculations
- Host: GitHub
- URL: https://github.com/pyTMD/timescale
- Owner: tsutterley
- License: mit
- Created: 2023-08-21T19:19:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T00:46:48.000Z (over 1 year ago)
- Last Synced: 2024-11-08T01:37:11.530Z (over 1 year ago)
- Topics: astronomy, earth-orientation, time
- Language: Python
- Homepage: https://timescale.readthedocs.io
- Size: 5.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
- Citation: CITATION.cff
Awesome Lists containing this project
README
=========
timescale
=========
|License|
|Documentation Status|
|PyPI|
|conda-forge|
|commits-since|
|zenodo|
.. |License| image:: https://img.shields.io/github/license/pyTMD/timescale
:target: https://github.com/pyTMD/timescale/blob/main/LICENSE
.. |Documentation Status| image:: https://readthedocs.org/projects/timescale/badge/?version=latest
:target: https://timescale.readthedocs.io/en/latest/?badge=latest
.. |PyPI| image:: https://img.shields.io/pypi/v/timescale.svg
:target: https://pypi.python.org/pypi/timescale/
.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/timescale
:target: https://anaconda.org/conda-forge/timescale
.. |commits-since| image:: https://img.shields.io/github/commits-since/pyTMD/timescale/latest
:target: https://github.com/pyTMD/timescale/releases/latest
.. |zenodo| image:: https://zenodo.org/badge/681330279.svg
:target: https://zenodo.org/badge/latestdoi/681330279
Python tools for time and astronomical calculations
For more information: see the documentation at `timescale.readthedocs.io `_
Installation
############
From PyPI:
.. code-block:: bash
python3 -m pip install timescale
Using `conda` or `mamba` from conda-forge:
.. code-block:: bash
conda install -c conda-forge timescale
.. code-block:: bash
mamba install -c conda-forge timescale
Development version from GitHub:
.. code-block:: bash
python3 -m pip install git+https://github.com/pyTMD/timescale.git
Dependencies
############
- `dateutil: powerful extensions to datetime `_
- `lxml: processing XML and HTML in Python `_
- `numpy: Scientific Computing Tools For Python `_
- `scipy: Scientific Tools for Python `_
- `setuptools_scm: manager for python package versions using scm metadata `_
References
##########
T. C. Sutterley, T. Markus, T. A. Neumann, M. R. van den Broeke, J. M. van Wessem, and S. R. M. Ligtenberg,
"Antarctic ice shelf thickness change from multimission lidar mapping", *The Cryosphere*,
13, 1801-1817, (2019). `doi: 10.5194/tc-13-1801-2019 `_
Download
########
| The program homepage is:
| https://github.com/pyTMD/timescale
| A zip archive of the latest version is available directly at:
| https://github.com/pyTMD/timescale/archive/main.zip
Disclaimer
##########
This package includes software developed at NASA Goddard Space Flight Center (GSFC) and the University of Washington Applied Physics Laboratory (UW-APL).
It is not sponsored or maintained by the Universities Space Research Association (USRA), AVISO or NASA.
The software is provided here for your convenience but *with no guarantees whatsoever*.
Contributing
############
This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
If you would like to contribute to the project, please have a look at the `open issues `_ and `discussions board `_.
License
#######
The content of this project is licensed under the `Creative Commons Attribution 4.0 Attribution license `_ and the source code is licensed under the `MIT license `_.