db.read.format {RGeoS}R Documentation

Load a Grid from a specific file into a Db

Description

Load the contents of a specific file into a Db file

Usage

db.read.format(file, db = NA, mode="bmp", verbose = 0, 
radix = NA, modify.target = TRUE)

Arguments

file

Name of the ASCII file containing the information according to a specific format

db

If provided, the contents of the file is added to the already existing db-class. Otherwise a new db-class is created.

mode

Specific format which can be read:

  • bmp Grid stored in an ASCII file according to the BMP format

  • zycor Grid stored in an ASCII file according to the ZYCOR format

  • prop Grid stored in an ASCII .PROP file according to IFPEN format

  • eclipse Grid stored in an ASCII file according to the Eclipse format

verbose

Verbose option

radix

Name given to the new variable stored in the target Db.

modify.target

When TRUE, the variable read is set as new target variable in the output DB.

Value

A db-class organized as a grid


[Package RGeoS version 9.1.1 Index]