Package: asteRisk
Type: Package
Title: Computation of Satellite Position
Version: 0.99.4
Date: 2021-04-19
Authors@R: c(
    person("Rafael", "Ayala", email = "rafael.ayala@oist.jp", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9332-4623")),
    person("Daniel", "Ayala", email = "dayala1@us.es", role = "aut", comment = c(ORCID = "0000-0003-2095-1009")),
    person("Lara", "Selles Vidal", email = "lara.selles12@imperial.ac.uk", role = "aut", comment = c(ORCID = "0000-0003-2537-6824")))
Description: Provides basic functionalities to calculate the position of
    satellites given a known state vector. The package includes implementations
    of the SGP4 and SDP4 simplified perturbation models to propagate orbital
    state vectors, as well as utilities to read TLE files and convert coordinates
    between different frames of reference.
    Felix R. Hoots, Ronald L. Roehrich and T.S. Kelso (1988) <https://celestrak.com/NORAD/documentation/spacetrk.pdf>.
    David Vallado, Paul Crawford, Richard Hujsak and T.S. Kelso (2012) <doi:10.2514/6.2006-6753>.
    Felix R. Hoots, Paul W. Schumacher Jr. and Robert A. Glover (2014) <doi:10.2514/1.9161>.
License: GPL-3
Suggests: knitr, formatR, webshot, BiocStyle, RUnit, BiocGenerics,
        plotly, lazyeval, dplyr, ggmap, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-04-19 20:43:20 UTC; Rafael
Author: Rafael Ayala [aut, cre] (<https://orcid.org/0000-0002-9332-4623>),
  Daniel Ayala [aut] (<https://orcid.org/0000-0003-2095-1009>),
  Lara Selles Vidal [aut] (<https://orcid.org/0000-0003-2537-6824>)
Maintainer: Rafael Ayala <rafael.ayala@oist.jp>
Repository: CRAN
Date/Publication: 2021-04-19 21:10:02 UTC
