visib.Rd
layer with turbine visibility mapped
visib
A shapefile with 4 columns
unique turbine id
visibility class (0 to 6)
Candeeiros WF monitoring
if (FALSE) { library(genestdwp) library(sf) library(ggplot2) summary(visib) ggplot() + geom_sf(aes(fill = as.numeric(area)), size = .5, data = visib) + theme_void() }