measure_infrastucture: Measure infrastructure

View source: R/measure_infrastucture.R

measure_infrastuctureR Documentation

Measure infrastructure

Description

Internal function that is to be run on row at a time

Usage

measure_infrastucture(
  infra,
  assets,
  assets_parameters,
  components,
  carbon_factors,
  material_sites,
  rast_dem,
  rast_bedrock,
  rast_superficial,
  rast_landcover
)

Arguments

infra

data frame with infrastructure properties

assets

a pre-subset data frame

assets_parameters

a pre-subset data frame

components

a pre-subset data frame

carbon_factors

a pre-subset data frame

material_sites

a data frame of the nearest material sites

rast_dem

path to dem

rast_bedrock

path to bedrock

rast_superficial

path to superfical

rast_landcover

path to landcover

Value

a json string as a character

Examples

## Not run: 
evaluate_materials()

## End(Not run)

SDCA-tool/sdca-package documentation built on Aug. 13, 2022, 5:41 p.m.