[postgis-users] Loading raster data into postgis

Bborie Park dustymugs at gmail.com
Mon Mar 2 06:45:56 PST 2015


Try reformatting the path to the file.

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

On Sun, Mar 1, 2015 at 11:40 PM, Ronald Muchini <ronaldmuchini at yahoo.com>
wrote:

> 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 "
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20150302/c016bda4/attachment.html>


More information about the postgis-users mailing list