dmna.grid | R Documentation |
Files in DMNA format contain gridded data. The header provides information on the grid definition. This function extracts the horizontal grid definition ans provides a list that may be supplied directly to function write.arcgrid. DMNA is used for example by the German national dispersion model AUSTAL.
dmna.grid(file)
file |
name (and path if necessary) of the file to read |
returns a list of character. List entries are:
xlen |
number of cells in x direction |
ylen |
number of cells in y direction |
xll |
easting of the lower left (i.e. southwest) corner |
yll |
northing of the lower left (i.e. southwest) corner |
delta |
grid node spacing |
This function was added in version 1.3.0.
Clemens Druee
AUSTAL 3.1 model reference (by Ingenieurbuero Janicke)
dmna.grid(system.file("extdata", "example-grid.dmna", package="readmet"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.