On Tue, Aug 16, 2016 at 3:25 PM, Ken Mankoff <[email protected]> wrote: > 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
Glad you found a solution. Please consider to add some notes here: https://grasswiki.osgeo.org/wiki/Compiling_on_MacOSX_using_homebrew Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
