{
data(emisco)
emisco <- st_explode(emisco)
emisco$V8 <- units::set_units(emisco$V8, "g/ms")
Source <- to_rline(Emis = emisco["V8"],
Z_b =0,
Z_e =0,
dCL = 0,
sigmaz0 = 2,
lanes = 1)
head(Source)
write.table(x = Source,
file = paste0(tempdir(), "/Sources.txt"),
row.names = FALSE,
sep = " ",
quote = FALSE)
}
Run the code above in your browser using DataLab