db.raster2grid {RGeostats} | R Documentation |
Read the contents of a Raster File and create into a new Db file
db.raster2grid(filename, lat.min = NA, lat.max = NA, lon.min = NA, lon.max = NA)
filename |
Name fo the External Raster File to be loaded |
lat.min |
Minimum latitude value |
lat.max |
Maximum latitude value |
lon.min |
Minimum longitude value |
lon.max |
Maximum longitude value |
A list containing two elements:
The db-class
file, organized as a grid, which contains
the grid information
The projection definition (using the PROJ4 convention)