Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsutterley/timescale
Python tools for time and astronomical calculations
https://github.com/tsutterley/timescale
astronomy earth-orientation time
Last synced: 6 days ago
JSON representation
Python tools for time and astronomical calculations
- Host: GitHub
- URL: https://github.com/tsutterley/timescale
- Owner: tsutterley
- License: mit
- Created: 2023-08-21T19:19:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T00:46:48.000Z (7 days ago)
- Last Synced: 2024-11-08T01:37:11.530Z (7 days 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|
|zenodo|.. |License| image:: https://img.shields.io/github/license/tsutterley/timescale
:target: https://github.com/tsutterley/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.. |zenodo| image:: https://zenodo.org/badge/681330279.svg
:target: https://zenodo.org/badge/latestdoi/681330279Python tools for time and astronomical calculations
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/tsutterley/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/tsutterley/timescale
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/timescale/archive/main.zipDisclaimer
##########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*.Credits
#######This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
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 `_.