Currently npzread is "hardwired" to read from a file:
It would be more flexible to expose a version of it that allows reading from an IOStream, e.g., for data loaded from a URL. It would be a simple refactoring of npzread. Would you be open to a PR for that?
Currently
npzreadis "hardwired" to read from a file:NPZ.jl/src/NPZ.jl
Line 271 in 838df34
It would be more flexible to expose a version of it that allows reading from an IOStream, e.g., for data loaded from a URL. It would be a simple refactoring of npzread. Would you be open to a PR for that?