d_convert_weewx {htsr} | R Documentation |
Convert a weewx data base into a tshm sqlite base
d_convert_weewx(fsq, db.weewx, sta, name_st, tzo = "CET", bku = TRUE)
fsq |
Full name of the htsr data base |
db.weewx |
Full name of the weewx data base |
sta |
Station id |
name_st |
Station name |
tzo |
Time zone of the weewx data (default = "CET") |
bku |
Backup the data base (default = TRUE) |
P. Chevallier - Feb 2018 - Jan 2022
d_inventory
or ds_inventory
list the content
of the data base ;
d_exp_hts
to extract time-series.
## Not run:
d_imp_weewx("foo.sqlite","weewx.sql")
## End(Not run)