d_convert_weewx: Convert a weewx data base into a htsr sqlite base

View source: R/d_convert_weewx.R

d_convert_weewxR Documentation

Convert a weewx data base into a htsr sqlite base

Description

Convert (or update) a weewx data base into a htsr sqlite base

Usage

d_convert_weewx(db.weewx, fsq = NA, update = TRUE, sta = NA, name_st = NA)

Arguments

db.weewx

Full name of the weewx data base

fsq

Full name of the htsr data base

update

(default = TRUE)

sta

Station id (default = NA)

name_st

Station name (default = NA)

Details

If update is TRUE, sta and name_st are unnecessary. I update is FALSE and fsq is NA, fsq is named "weewx.sqlite".

Author(s)

P. Chevallier - Feb 2018 - Sep 2023

Examples

## Not run: 

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

## End(Not run)


htsr documentation built on Oct. 13, 2023, 5:10 p.m.