dbFetchMultipleSensors: Fetch all data from multiple sensors for a specified time...

Description Usage Arguments Details Value

Description

dbFetchMultipleSensors returns a dataframe from an SQLite database for mulitple senosrs for a specified time period

Usage

1
dbFetchMultipleSensors(db, sensors, start_time, end_time)

Arguments

db

wind database to query

sensors

list of sensors to extract info for

start_time

format is '2011-08-15 06:00:00'

end_time

format is '2011-08-15 06:00:00'

Details

This function returns a dataframe of raw, 30-s wind data for multiple sensors for a specified time period.

Value

dataframe with id, date/time, speed, gust, direction, and quality


nwagenbrenner/windtools documentation built on May 24, 2019, 10:56 a.m.