compute ABIMO variable STR_FLGES (street area of block area)
Usage
makeSTR_FLGES(
rawdir,
subcatchmSPobject,
rasterData,
overlayName,
targetValue,
mask,
add_streets_outside_subcatchments = FALSE
)
Arguments
- rawdir
rawdir
- subcatchmSPobject
subcatchmSPobject
- rasterData
rasterData
- overlayName
overlayName
- targetValue
targetValue
- mask
mask
- add_streets_outside_subcatchments
boolean (TRUE/FALSE), if TRUE: as is done for Berlin, street area outside of the subcatchment polygons is distributed among the polygons in proportion to their area. thus: street area of polygon = internal street area + allocated external street area, if FALSE: only street area within subcatchments are counted (default: FALSE)