comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: reading data-files from archive?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: reading data-files from archive? [message #56213] Mon, 15 October 2007 00:38 Go to previous message
Maarten[1] is currently offline  Maarten[1]
Messages: 176
Registered: November 2005
Senior Member
On Oct 13, 9:58 am, Andrew_Cool <poo...@gmail.com> wrote:
> On Oct 12, 7:03 pm, Sven Utcke <utcke+n...@informatik.uni-hamburg.de>
> wrote:
>
>> is IDL capable of reading data out of archive-files? What I mean by
>> that, given a somfile.zip or somefile.arc, could I somehow access the
>> /some/path/to/image.tiff stored inside the somfile.zip? If not, would
>> it be easy to add this functionality?
>
> Try the COMPRESS keyword to the Open command??

That will allow transparent reading of gzip files. A gzip file is not
an archive, as the file can only hold a single uncompressed file. zip
files (or tar archive with external compression: .tar.gz, .tar.bz2)
will hold a larger number of files. It is this latter capability the
OP is after. Without shell supprt, I don't think IDL can do this out
of the box. The code would be platform dependent (it would not be too
bad on *nix, I can't comment on running it on Windows).

Maarten
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: large custom crosshair cursor
Next Topic: Export values from plot window

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:09:56 PDT 2025

Total time taken to generate the page: 0.00686 seconds