if (FALSE) {
require(IceSat2R)
URL = 'https://icesat-2.gsfc.nasa.gov/sites/default/files/page_files/arcticallorbits.zip'
#..................................
# without downloading the .zip file
#..................................
res_out = vsi_kml_from_zip(icesat_rgt_url = URL,
download_zip = FALSE,
download_method = 'curl',
verbose = TRUE)
str(res_out)
#.............................
# by downloading the .zip file
#.............................
res_out = vsi_kml_from_zip(icesat_rgt_url = URL,
download_zip = TRUE,
download_method = 'curl',
verbose = TRUE)
str(res_out)
}
Run the code above in your browser using DataLab