Python tools for time and astronomical calculations
For more information: see the documentation at timescale.readthedocs.io
From PyPI:
python3 -m pip install timescale
Using conda
or mamba
from conda-forge:
conda install -c conda-forge timescale
mamba install -c conda-forge timescale
Development version from GitHub:
python3 -m pip install git+https://github.com/pyTMD/timescale.git
Alternatively, you can use Pixi for a streamlined workspace environment:
- Install Pixi following the installation instructions
- Clone the project repository:
git clone https://github.com/pyTMD/timescale.git
- Move into the
timescale
directory
cd timescale
- Install dependencies and start a shell to run programs:
pixi shell
- dateutil: powerful extensions to datetime
- lxml: processing XML and HTML in Python
- numpy: Scientific Computing Tools For Python
- scipy: Scientific Tools for Python
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
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
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.
This project contains work and contributions from the scientific community. If you would like to contribute to the project, please have a look at the contribution guidelines, open issues and discussions board.
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.