pygrib
pygrib copied to clipboard
OpenJPEG support?
I'm a little confused. The docs mention support for Jpeg2000 using Jasper or OpenJPEG. As far as I can tell, though:
-
pygrib
uses whatever eccodes provides; eccodes links to either, but in this casepygrib
seems to need to link to neither but only libeccodes. -
ncepgrib2
usesg2clib
, which appears to only use Jasper.
I'm unable to build with only openjpeg installed, and as far as I can tell the code in enc_jpeg2000
and dec_jpeg2000
is only ever going to work with Jasper.
Is there something I'm missing?