Skip to content

Calculate Earth orientation parameters from IERS tables in Julia

License

Notifications You must be signed in to change notification settings

standardgalactic/EarthOrientation.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EarthOrientation.jl

Calculate Earth orientation parameters from IERS tables in Julia.

Build Status Coverage Stable Dev DOI

Installation

The package can be installed through Julia's package manager:

pkg> add EarthOrientation

Quickstart

Fetch the latest IERS tables:

using EarthOrientation
EarthOrientation.update()

Get the current Earth orientation parameters, e.g. for polar motion:

xp, yp = polarmotion(now()) # arcseconds

Or the current difference between UT1 and UTC and the associated prediction error:

ΔUT1 = getΔUT1(now()) # seconds
ΔUT1_err = getΔUT1_err(now()) # seconds

About

Calculate Earth orientation parameters from IERS tables in Julia

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%