Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ERROR 4: failed in opening file : GDALOpen failed - 4 failed in opening file :
  2.  
  3. raster2pgsql -s 4236 -I -C -M C:UsersatrivediDesktop56kHeightdt0_E78_N17.dt0 -F -t 10x10 public.demelevation | psql -d abcd
  4.  
  5. gdal_translate -of PNG -outsize 10% 10% "PG:host=localhost port=5432 dbname='abcd' user='postgres' password='password' schema='public' table=demelevation where='filename='"56kHeightdt0_E78_N17.dt0"''" "C:somefile.png"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement