pygrib icon indicating copy to clipboard operation
pygrib copied to clipboard

OpenJPEG support?

Open dopplershift opened this issue 5 years ago • 0 comments

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 case pygrib seems to need to link to neither but only libeccodes.
  • ncepgrib2 uses g2clib, 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?

dopplershift avatar Nov 19 '19 23:11 dopplershift