powered by
This function allows the user to view the latest 'Nominal' and 'Time Specfic' orbit metadata (Url, Reference Ground Track Names, Dates and Types)
latest_orbits( technical_specs_url = "https://icesat-2.gsfc.nasa.gov/science/specs", verbose = FALSE )
a 'data.table' object
a character string specifying the technical specs website
a boolean. If TRUE then information will be printed out in the console
https://icesat-2.gsfc.nasa.gov/science/specs
if (FALSE) { require(IceSat2R) orbs = latest_orbits(verbose = TRUE) orbs }
Run the code above in your browser using DataLab