clawpack / clawutil

General utility programs
BSD 3-Clause "New" or "Revised" License
10 stars 31 forks source link

Support gzip/bzip2 unpacking in get_remote_file #143

Closed tovogt closed 4 years ago

tovogt commented 4 years ago

This commit adds automatic unpacking of .gz and .bz2 files in the utility function get_remote_file. Before, those file extensions have been recognized and stripped but no automatic unpacking has been done.

mandli commented 4 years ago

Thanks!