timescale

Python tools for time and astronomical calculations

https://github.com/pytmd/timescale

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary

Keywords

astronomy earth-orientation time
Last synced: 6 months ago · JSON representation ·

Repository

Python tools for time and astronomical calculations

Basic Info
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 0
  • Open Issues: 1
  • Releases: 9
Topics
astronomy earth-orientation time
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License Code of conduct Citation

README.rst

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

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

Owner

  • Name: pyTMD
  • Login: pyTMD
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: timescale
message: Python tools for time and astronomical calculations
type: software
authors:
  - given-names: Tyler
    family-names: Sutterley
    affiliation: University of Washington, Applied Physics Laboratory
  - given-names: Karen
    family-names: Alley
    affiliation: University of Manitoba
  - given-names: Kelly
    family-names: Brunt
    affiliation: NASA Goddard Space Flight Center
  - given-names: Susan
    family-names: Howard
    affiliation: Earth & Space Research
  - given-names: Laurie
    family-names: Padman
    affiliation: Earth & Space Research
  - given-names: Matthew
    family-names: Siegfried
    affiliation: Colorado School of Mines
identifiers:
  - type: doi
    value: 10.5281/zenodo.8284224
    description: Zenodo Archive
repository-code: 'https://github.com/pyTMD/timescale'
url: 'https://timescale.readthedocs.io'
repository: 'https://pypi.org/project/timescale'
repository-artifact: 'https://anaconda.org/conda-forge/timescale'
doi: "10.5281/zenodo.8284224"
version: "0.0.9"
date-released: "2025-07-24"
keywords:
  - Time
  - Leap Seconds
  - TAI
  - GPS
  - UT1
  - TT
license: MIT

GitHub Events

Total
  • Release event: 2
  • Delete event: 40
  • Push event: 56
  • Pull request review event: 2
  • Pull request event: 71
  • Create event: 36
Last Year
  • Release event: 2
  • Delete event: 40
  • Push event: 56
  • Pull request review event: 2
  • Pull request event: 71
  • Create event: 36

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 136
  • Average time to close issues: N/A
  • Average time to close pull requests: about 9 hours
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 126
  • Bot issues: 0
  • Bot pull requests: 105
Past Year
  • Issues: 0
  • Pull requests: 87
  • Average time to close issues: N/A
  • Average time to close pull requests: about 4 hours
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 78
  • Bot issues: 0
  • Bot pull requests: 67
Top Authors
Issue Authors
Pull Request Authors
  • github-actions[bot] (105)
  • tsutterley (31)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 6,154 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 9
  • Total maintainers: 1
pypi.org: timescale

Python tools for time and astronomical calculations

  • Homepage: https://timescale.readthedocs.io
  • Documentation: https://timescale.readthedocs.io
  • License: MIT License Copyright (c) 2023 Tyler C Sutterley Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 0.0.9
    published 7 months ago
  • Versions: 9
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 6,154 Last month
Rankings
Dependent packages count: 7.4%
Downloads: 13.4%
Dependent repos count: 22.3%
Average: 22.4%
Forks count: 30.0%
Stargazers count: 38.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/auto-update-bulletin-a.yml actions
  • actions/checkout v2 composite
  • mamba-org/setup-micromamba v1 composite
  • peter-evans/create-pull-request v3 composite
.github/workflows/auto-update-files.yml actions
  • actions/checkout v2 composite
  • mamba-org/setup-micromamba v1 composite
  • peter-evans/create-pull-request v3 composite
.github/workflows/python-publish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/python-request.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • mamba-org/setup-micromamba v1 composite
doc/environment.yml pypi
  • sphinx-argparse >=0.4
environment.yml pypi
requirements-dev.txt pypi
  • flake8 * development
  • numpy * development
  • pytest >=4.6 development
  • pytest-cov * development
requirements.txt pypi
  • lxml *
  • numpy *
  • python-dateutil *
  • scipy *
  • setuptools_scm *
setup.py pypi