Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliaspacemissiondesign/iersconventions.jl

IERS Conventions made easy.
https://github.com/juliaspacemissiondesign/iersconventions.jl

astronomy earth-rotation eop iers reference-frames

Last synced: about 1 month ago
JSON representation

IERS Conventions made easy.

Awesome Lists containing this project

README

        

# IERSConventions.jl

_IERS Conventions made easy._

[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaspacemissiondesign.github.io/IERSConventions.jl/stable/)
[![Dev Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaspacemissiondesign.github.io/IERSConventions.jl/dev/)
[![Build Status](https://github.com/JuliaSpaceMissionDesign/IERSConventions.jl/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/JuliaSpaceMissionDesign/IERSConventions.jl/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/JuliaSpaceMissionDesign/IERSConventions.jl/branch/main/graph/badge.svg?token=7fj9BjJhKF)](https://codecov.io/gh/JuliaSpaceMissionDesign/IERSConventions.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)

The aim of this package is to provide a set of standardised functions that allow the user to easily handle all the computations related to the IERS, from the earlier 1996 up to the latest 2010 conventions.

## Installation

This package can be installed using Julia's package manager:
```julia
julia> import Pkg

julia> Pkg.add("IERSConventions.jl");
```

## Documentation
For further information on this package and its tutorials please refer to the
[stable documentation](https://juliaspacemissiondesign.github.io/IERSConventions.jl/stable/).

## Support
If you found this package useful, please consider starring the repository. We also encourage you to take a look at other astrodynamical packages of the [JSMD](https://github.com/JuliaSpaceMissionDesign/) organisation.

## Disclaimer
This package is not affiliated with any of the IERS Product Centres.