extract_rasters: Extract data from rasters

View source: R/elevation_calcualtion.R

extract_rastersR Documentation

Extract data from rasters

Description

extract elevations of a line

Usage

extract_rasters(
  infra,
  rast_dem,
  rast_bedrock,
  rast_superficial,
  rast_landcover
)

Arguments

infra

a sf dataframe

rast_dem

stars raster of dem

rast_bedrock

stars raster of bedrock

rast_superficial

stars raster of superficial

rast_landcover

stars raster of landcover

Value

a dataframe of heights


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