dbFetchSensor: Fetch all data from a single sensor for a specified time...

Description Usage Arguments Details Value

Description

dbFetchSensor returns a dataframe from an SQLite database for a single senosr for a specified time period

Usage

1
dbFetchSensor(db, sensor, start_time, end_time)

Arguments

db

wind database to query

sensor

sensor 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 a single sensor 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.