Guest User

Untitled

a guest
Apr 9th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. library(rpostgis)
  2. library('raster')
  3. conn <- dbConnect(drv = "PostgreSQL", host = "localhost", dbname = "epinux", user = "epinux", password = "4_Freedoms")
  4. my_raster <- pgGetRast(conn, "ngubathy")
  5.  
  6. plot(my_raster)
Add Comment
Please, Sign In to add comment