[postgis-users] Loading raster data into postgis

Ronald Muchini ronaldmuchini at yahoo.com
Sun Mar 1 23:40:44 PST 2015


How can I deal with this,
Loading rasters into postgis from the commandline using the following command

raster2pgsql -s 4326 -I -C -M \D:\WQM\Tb.asc -F -t 100x100 testras|psql -h localhost -p 5432 -d wqr -U postgres;

gives error: "unable to read raster file \D:\WQM\Tb.asc "


More information about the postgis-users mailing list