I'm using postgres 9.6 with postgis 2.3 and gdal 2.1.2, but I can not connect to a .nc file as a source.
$ gdalinfo --version
GDAL 2.1.2, released 2016/10/24
$ ogrinfo --version
GDAL 2.1.2, released 2016/10/24
./ogr_fdw_info -s /tmp/test/netcdf/test.nc
ERROR 1: Could not conect to source '/tmp/test/netcdf/test.nc'
Did I miss anything with GDAL installation or with fdw? GDAL installation suggested that netcdf was supported during ./configure phase.
Hey,
I'm using postgres 9.6 with postgis 2.3 and gdal 2.1.2, but I can not connect to a .nc file as a source.
Did I miss anything with GDAL installation or with fdw? GDAL installation suggested that netcdf was supported during ./configure phase.
Thanks in advance.