inst/data_files/technical_specs_urls.R

#...............................................
# R script using Github Actions on per day basis
# to update the 'technical_specs_urls.csv' file
#...............................................

pth_orb = file.path('inst', 'data_files', 'technical_specs_urls.csv')
upd_orbs = IceSat2R::latest_orbits(verbose = TRUE)
data.table::fwrite(x = upd_orbs, file = pth_orb, row.names = F)

Try the IceSat2R package in your browser

Any scripts or data that you put into this service are public.

IceSat2R documentation built on April 12, 2025, 1:44 a.m.