unzips nested zip files
See also
Other helper:
load_catalog_csv_as_DT(),
marco(),
print_error_block(),
print_warning_block(),
process_ras_hdf_to_rasxyz(),
url_exists()
Examples
if (FALSE) { # \dontrun{
if(interactive()){
#EXAMPLE1
database_path <- "G:/data/ras_catalog"
RRASSLER::util_unzip(file.path(database_path,"_temp","BLE",HUCID,glue::glue("{HUCID}_models.zip"),fsep = .Platform$file.sep),is_quiet = FALSE)
#EXAMPLE2
RRASSLER::util_unzip(file.path(database_path,"_temp","M3","A_Clear_FEMA_Effective.zip",fsep = .Platform$file.sep),is_quiet = FALSE)
}
} # }
