available_nominal_orbits {IceSat2R} | R Documentation |
Nominal mission orbits
Description
This function allows the user to view the nominal orbits (all or a selection)
Usage
available_nominal_orbits(
orbit_area = NULL,
technical_specs_url = "https://icesat-2.gsfc.nasa.gov/science/specs",
verbose = FALSE
)
Arguments
orbit_area |
either NULL or a character string specifying the earth partition to use, it can be one of 'antarctic', 'arctic', 'western_hemisphere' and 'eastern_hemisphere' |
technical_specs_url |
a character string specifying the technical specs website |
verbose |
a boolean. If TRUE then information will be printed out in the console |
Value
a list object with the available nominal orbits
References
https://icesat-2.gsfc.nasa.gov/science/specs
Examples
require(IceSat2R)
#.............................
# all available nominal orbits
#.............................
nomin_orb = available_nominal_orbits(verbose = TRUE)
nomin_orb
#........................
# specific nominal orbits
#........................
nomin_orb = available_nominal_orbits(orbit_area = 'arctic',
verbose = TRUE)
nomin_orb
[Package IceSat2R version 1.0.5 Index]