layer with turbine visibility mapped

visib

Format

A shapefile with 4 columns

ag

unique turbine id

visib

visibility class (0 to 6)

Source

Candeeiros WF monitoring

Examples

if (FALSE) { library(genestdwp) library(sf) library(ggplot2) summary(visib) ggplot() + geom_sf(aes(fill = as.numeric(area)), size = .5, data = visib) + theme_void() }