[postgis-users] netcdf files deprecated in raster2pgsql?
J Payne
drjohnpayne at gmail.com
Wed Aug 21 20:12:14 PDT 2019
Hi all,
I recently discovered that my new version of raster2pgsql doesn't work for importing netcdf files, but an older version I have on my computer does. I'm wondering if netcdf handling has been dropped/deprecated in the later version.
With postgresql version 11.0 and postgis 2.5, this fails:
raster2pgsql -s 4326 -c -F -t 256x256 NETCDF:"[myfile]":p mytable | psql -h localhost -U [user] -d [database]
...but this works with an older version of raster2pgsql that came with PostgreSQL 9.4:
/usr/local/old_pgsql-9.4/bin/raster2pgsql -s 4326 -c -F -t 256x256 NETCDF:"[myfile]":p mytable | psql -h localhost -U [user] -d [database]
I also note that "netcdf" is not included in the list of formats returned by 'raster2pgsql -G' with the new version.
Thanks,
John
More information about the postgis-users
mailing list