get_tower_spec: Get specification of a tower

View source: R/powerlines-find_transmissiontowers.R

get_tower_specR Documentation

Get specification of a tower

Description

Return the specifications of a given tower type i.e. size range, width range, tension, number of wire. If type is contains the specifications of a non supported type it checks the validity of the specification

Usage

get_tower_spec(type)

Arguments

type

one of "waist-type" "double-circuit" or "waist-type-small" or a list

Value

A list

See Also

Other electrical network: classify_transmissiontowers(), classify_wires(), track_wires()

Examples

specs = get_tower_spec("waist-type")

# Create new specs
new_specs = specs
new_specs$width = c(20, 25)

# Validate this specs
 get_tower_spec(new_specs)

Jean-Romain/lidRplugins documentation built on Feb. 8, 2023, 5:39 a.m.