planetarypy / planetaryimage

Python PDS and Isis Cube file parser.
BSD 3-Clause "New" or "Revised" License
40 stars 20 forks source link

Support gz compressed images #42

Closed godber closed 9 years ago

godber commented 9 years ago

This is not part of the PDS spec, but sometimes PDS images are gzip compressed to save space. Planetary image should be able to open these. Assume the filenames end with .gz.

godber commented 9 years ago

I have accepted this merge request, nice work @bvnayak and great feedback @wtolson.