[GRASS-user] Can't load NetCDF after 7.0.4 upgrade

Ken Mankoff mankoff at gmail.com
Tue Aug 16 06:25:57 PDT 2016


On 2016-08-15 at 22:07, Ken Mankoff <mankoff at gmail.com> 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.


More information about the grass-user mailing list