planetarypy / planetaryimage

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

Support JPEG2000 based products #39

Open godber opened 8 years ago

godber commented 8 years ago

Some products (notably HiRISE) are JPEG2000 encoded. Special support will be needed for these.

Perhaps the OpenJPEG wrapper will help: http://glymur.readthedocs.org/en/latest/introduction.html

wtolson commented 8 years ago

PDS docs on image compression: https://pds.nasa.gov/documents/sr/AppendixI.pdf

AndrewAnnex commented 6 years ago

you should try using GDAL for that, recent improvements to OpenJPEG should make it easier

thareUSGS commented 6 years ago

We have built kakadu (jpeg2000) with a PDS4 "beta" GDAL environment for anaconda.

$ conda install -c usgs-astrogeology gdal-pds4 or install a whole environment with the required packages: $ conda env install usgs-astrogeology/astrogdal The repo for these and future packages/environments are available here: https://anaconda.org/usgs-astrogeology

-Trent

On Thu, Dec 14, 2017 at 11:34 PM, Andrew Annex notifications@github.com wrote:

you should try using GDAL for that, recent improvements to OpenJPEG should make it easier

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/planetarypy/planetaryimage/issues/39#issuecomment-351925879, or mute the thread https://github.com/notifications/unsubscribe-auth/AC86Yg0pRI7_NCkSfKPypJlxRinDsblJks5tAhMIgaJpZM4FgFwW .