Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/681330279

Python 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.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*.

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 `_.