db.read {RGeostats}R Documentation

Read a Db from an ASCII file (RGeostats format)

Description

Read a Db from an ASCII file (RGeostats format)

Usage

db.read(filename, must.grid = -1, must.noproj=TRUE)

Arguments

filename

Name of the ASCII file containing the information of the Db

must.grid

Required file organization:

  • 0 : Set of isolated points

  • 1 : Regular grid

  • -1 : No specific organization

must.noproj

The data coordinates are stored internally in the initial reference system. Similarly, they are also written in the ASCII file in the initial reference system. This is why the coordinates must NOT be converted when read back: the flag must be switch ON.

Details

Format of the ASCII file:

If the Db is a grid file, the header contains:

The set of values

Value

The newly created Db structure


[Package RGeostats version 14.0.10 Index]