rasterize_glinet: Rasterize the network

Description Usage Arguments Value Author(s)

Description

This function converts the glinet network into raster, with raster values representing either the network geometry or the vertex weights as well.

Usage

1
rasterize_glinet(net, cellsize, use_vertex_weights = TRUE)

Arguments

net

The glinet object.

cellsize

The cellsize of the output raster.

use_vertex_weights

If TRUE (default), the raster values represent vertext weights. If FALSE, the raster values represent binary information about the network location.

Value

A raster::RasterLayer object.

Author(s)

Vojta Barták


vojta-bartak/glinet documentation built on Nov. 29, 2021, 6:21 p.m.