Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juliaspacemissiondesign/iersconventions.jl
- Owner: JuliaSpaceMissionDesign
- License: mit
- Created: 2023-12-23T08:22:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-05T13:04:43.000Z (3 months ago)
- Last Synced: 2024-11-17T16:11:08.553Z (about 2 months ago)
- Topics: astronomy, earth-rotation, eop, iers, reference-frames
- Language: Julia
- Homepage:
- Size: 584 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Pkgjulia> 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.