surface_to_grid3d: Interpolate grid(df) to 3D grid

Description Usage Arguments Details References Examples

View source: R/surface_to_grid3d.R

Description

interpolate DEM to necessary grid of corresponding layer

Usage

1
surface_to_grid3d(surface_grid, grid_discr, depth_split, Bd_x, Bd_y)

Arguments

grid_discr

vector of discretization of new grid in (x,y,z).

Bd_x, y

Vector, containing min and max coordinates of buildings x and y coordinates. They only need to be supplied, if no surface grid is given as input.

grid_cords

coordinates of the original hydrus mesh.

data_input

data to be interpolated. in fomat of the hydrus mesh.

Details

missing

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

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