TLE: TLE: Two line element data for earth-orbiting objects at a...

Description Usage Arguments Value Examples

View source: R/TLE.R

Description

The TLE API provides up to date two line element set records, the data is updated daily from CelesTrak and served in JSON format. A two-line element set (TLE) is a data format encoding a list of orbital elements of an Earth-orbiting object for a given point in time.

Usage

1
TLE(satellite_name = NULL, satellite_num = NULL)

Arguments

satellite_name

String. Performing a search by satellite name.

satellite_num

Integer. Retrieving a single TLE record where query is satellite number.

Value

Data of earth-orbiting objects.

Examples

1
2
TLE(satellite_name = "HTV")
TLE(satellite_num = 43553)

Liu-Zhichao/nasaR documentation built on Dec. 16, 2019, 10:48 p.m.