surface_grid: Surface grid

Description Usage Arguments Details Value References Examples

View source: R/surface_grid.R

Description

Generates a 2d grid of the surface of topography at the observatory building. This is done on basis of a DEM or assuming a flat surface.

Usage

1
2
surface_grid(DEM, grid_domain_x, grid_domain_y, grid_discretization, input_dir,
  output_dir, ...)

Arguments

DEM

Character string, containing the name of the DEM-file to use. If left empty, a flat topography with value 0 (zero) will be assumed.

grid_domain_x

test

input_dir

Character string, specifying the path of the directory where the DEM-file is located.

output_dir

Character string, specifying the path of the directory where output should be stored.

Details

missing

Value

Returns a data.frame, which holds topographical information, including x,y coordinates, from the area of the SG building.

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

marcianito/hygra documentation built on Aug. 3, 2020, 7:47 p.m.