Download raster with bounding box from PostGIS (original)
pgGetTerra.RdDownload raster with bounding box from PostGIS (original)
Arguments
- name
 character. Table name in database.
- tile
 Logical. Retrieve data in tiles to avoid overloading the database?
- rast
 character. Name of column which stores raster data. Defaults to "rast"
- bands
 numeric. Which raster bands to return. Default 37:73.
- boundary
 numeric. Vector of length 4 (ymax,ymin,xmax,xmin). Defaults to
NULL.