Package: asteRisk
Type: Package
Title: Computation of Satellite Position
Version: 1.4.5
Authors@R: c(
    person("Rafael", "Ayala", email = "rafaelayalahernandez@gmail.com", 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("David", "Ruiz", email = "druiz@us.es", role = "aut", comment = c(ORCID = "0000-0003-4460-5493")),
    person("Pablo", "Hernandez", email = "pabherser@alum.us.es", role="aut", comment = c(ORCID = "0009-0000-9279-6744")),
    person("Lara", "Selles Vidal", email = "lara.selles@oist.jp", 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. Several of the functionalities of the
    package (including the high-precision numerical orbit propagator) require
    the coefficients and data included in the 'asteRiskData' package, available
    in a 'drat' repository. To install this data package, run 
    'install.packages("asteRiskData", repos="https://rafael-ayala.github.io/drat/")'.
    Felix R. Hoots, Ronald L. Roehrich and T.S. Kelso (1988) <https://celestrak.org/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>.
Acknowledgements: The development of this work is supported by the
        following grants: a KAKENHI Grant-in-Aid for Research Activity
        Start-up Grant Number 21K20645 to Rafael Ayala, a JSPS
        Postdoctoral Fellowship for Research in Japan (Standard) Grant
        Number P20810 to Lara Sellés Vidal (Overseas researcher under
        Postdoctoral Fellowship of Japan Society for the Promotion of
        Science), and grants by the Spanish Ministry of Science and
        Innovation (grant code PID2019-105471RB-I00) and the Regional
        Government of Andalusia (grant code P18-RT-1060) to David Ruiz.
License: GPL-3
Depends: R (>= 4.0)
LinkingTo: Rcpp, RcppParallel, BH, RcppEigen
SystemRequirements: GNU make
Imports: deSolve, nanotime, stats, onion, Rcpp, RcppParallel, utils,
        gsl, polynom, tools, httr
Suggests: asteRiskData, knitr, formatR, webshot, BiocStyle, RUnit,
        plotly, lazyeval, dplyr, ggmap, rmarkdown, markdown
BugReports: https://github.com/Rafael-Ayala/asteRisk/issues
Additional_repositories: https://rafael-ayala.github.io/drat/
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
Maintainer: Rafael Ayala <rafaelayalahernandez@gmail.com>
Repository: CRAN
Packaged: 2025-11-02 01:45:57 UTC; rafael
Author: Rafael Ayala [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9332-4623>),
  Daniel Ayala [aut] (ORCID: <https://orcid.org/0000-0003-2095-1009>),
  David Ruiz [aut] (ORCID: <https://orcid.org/0000-0003-4460-5493>),
  Pablo Hernandez [aut] (ORCID: <https://orcid.org/0009-0000-9279-6744>),
  Lara Selles Vidal [aut] (ORCID:
    <https://orcid.org/0000-0003-2537-6824>)
Date/Publication: 2025-11-02 06:10:50 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-13 04:07:17 UTC; windows
Archs: x64
