Skip to content

Repository files navigation

Science Dates & Times

image Language grade: Python Actions Status PyPi Download stats

Date & time conversions used in the sciences. The assumption is that datetimes are timezone-naive, as this is required in Numpy et al for numpy.datetime64.

Install

python -m pip install sciencedates

Usage

Datetime => Year, DayOfYear

import sciencedates as sd

T = '2013-07-02T12'
yeardoy, utsec = sd.datetime2yd(T)

Results in year,DayOfYear; UTC fraction of day [seconds]

(2013102, 72000.0)

Julia

Julia examples are provided

Matlab / GNU Octave

Matlab / GNU Octave examples are provided

Fortran

Fortran examples are provided. For Python-like modern Fortran datetime, see Datetime-Fortran.

About

Date conversions used in the sciences.

Topics

Resources

Code of conduct

Contributing

Stars

6 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages