You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
There is a difference between .gz and .zip though. While .gz always represents a single file, .zip is actually a container that can contain multiple files. How should we handle cases where we find more than one file in a .zip archive where we expect only one file? We can either take the first entry in the .zip file or throw an error. I think throwing an error is better than picking up the wrong file silently.
Agreed, I think throwing an error if there is anything but a single ascii
grid would be best.
On Jan 13, 2014 9:29 PM, "Tanmay Mohapatra" [email protected]
wrote:
Agree.
There is a difference between .gz and .zip though. While .gz always
represents a single file, .zip is actually a container that can contain
multiple files. How should we handle cases where we find more than one file
in a .zip archive where we expect only one file? We can either take the
first entry in the .zip file or throw an error. I think throwing an error
is better than picking up the wrong file silently.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/56#issuecomment-32239840
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to read *.zip files in addition to *.gz. The former is likely to be more commonly used by our user base.
The text was updated successfully, but these errors were encountered: