d_convert_weewx {htsr}R Documentation

Convert a weewx data base into a htsr sqlite base

Description

Convert a weewx data base into a tshm sqlite base

Usage

d_convert_weewx(fsq, db.weewx, sta, name_st, tzo = "CET", bku = TRUE)

Arguments

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)

Author(s)

P. Chevallier - Feb 2018 - Jan 2022

See Also

d_inventory or ds_inventory list the content of the data base ; d_exp_hts to extract time-series.

Examples

## Not run: 

d_imp_weewx("foo.sqlite","weewx.sql")

## End(Not run)


[Package htsr version 1.2.0 Index]