On 2016-08-15 at 22:07, Ken Mankoff <[email protected]> wrote: > Hi GRASS list, > > I recently upgraded to 7.0.4 and can no longer open NetCDF files. I > re-installed several components at the time of the upgrade, so this > may be a gdal or other software error too. I'm not sure how to debug > this, and hope someone here can help. > > I now get the following error: > > ERROR 4: No such file or directory > ERROR: Unable to open datasource > <NETCDF:foo.nc:var>
This is fixed by compiling gdal 1 with "--with-complete" and then grass with gdal1 not the default gdal2: brew install gdal --with-complete brew install grass-70 --with-netcdf --with-gdal-1 Thanks, -k. _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
