create.geotop.meteo.files(x,
format = "%d/%m/%Y %H:%M", file_prefix = "meteo",
file_extension = ".txt", formatter = "%04d",
na = "-9999", col.names = TRUE, row.names = FALSE,
date_field = "Date", sep = ",", quote = FALSE, ...)
as.POSIXlt
. Default is "%d/%m/%Y
%H:%M"
(which is the same format used in
geotop.inpts
keyword InitDateDDMMYYYYhhmm
)geotop.inpts
keyword MeteoFile
)c(".txt")
"%04d"
. See sprintf
."-9999"
.
See write.table
.FALSE
. See write.table
.TRUE
. See write.table
.HeaderDateDDMMYYYYhhmmMeteo
geotop keyword.","
. See
write.table
.TRUE
.
See write.table
.write.table
write.table
,get.geotop.inpts.keyword.value
library(geotopbricks)
data(bondone)
create.geotop.meteo.files(x=meteo)
Run the code above in your browser using DataLab