<div dir="ltr"><div>Hi Mike,<br><br>Something odd is going on here.  I was able to read that file just fine.  The error you are getting seems to be unrelated to the file you are trying to open, referencing a completely different filename (?)   And I'm not certain how gdal might be involved in this?  <br><br></div>Rick<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 17, 2017 at 9:43 AM, Mike Kay <span dir="ltr"><<a href="mailto:mike.kay@spire.com" target="_blank">mike.kay@spire.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi -<br>
<br>
We are unable to read grids from GRIB2 files using JPEG 2000 packing<br>
using NCL (6.4.0). These data files are readable via a number of other<br>
libraries/tools (PyNIO, ecCodes, NetCDF-Java-based tools (e.g.,<br>
THREDDS, PanoplyJ)).<br>
<br>
The NCL reads always seem to fail within GDAL:<br>
<br>
Example:<br>
ncl 0> nc = addfile("2mtemp-jpeg.grib2","<wbr>r")<br>
ncl 1> data = nc->TMP_P0_L103_GLL0<br>
ERROR 4: `/vsimem/work_grib_0x8d2f761.<wbr>jpc' not recognized as a<br>
supported file format.<br>
dec_jpeg2000: Unable to open JPEG2000 image within GRIB file.<br>
<br>
This was tested on several machines (RHEL-like OSs (CentOS 7.3,<br>
Scientific Linux 7.2)) with identical results using a conda-installed<br>
ncl via either:<br>
<br>
conda create -n ncl_stable -c conda-forge ncl=6.4.0<br>
<br>
or<br>
<br>
conda create -n ncl_stable -c NCAR -c conda-forge -c defaults ncl<br>
<br>
We tested gdal by itself by creating a conda environment using the<br>
same libgdal as installed in the ncl environment (2.2.2) and running a<br>
simple gdal_translate on the data:<br>
<br>
> gdal_translate 2mtemp-jpeg.grib2 2mtemp.tiff<br>
<br>
gdal_translate successfully reads the grid and creates a GeoTIFF.<br>
<br>
I have placed a sample file (2mtemp-jpeg.grib2) in the incoming dir of<br>
the ftp site for you to test against.<br>
<br>
Please let me know if we're missing something obvious here.<br>
<br>
thanks a lot,<br>
-mike<br>
______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>