dbFetchWind: Fetch all data from an SQLite database in windtools format...

Description Usage Arguments Details Value

Description

dbFetchWind returns a dataframe from an SQLite database for a specified period of time

Usage

1
dbFetchWind(db, sensors, start_time, end_time, progressBar = FALSE)

Arguments

db

wind database to query

sensors

sensors to extract info for

start_time

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

end_time

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

progressBar

includes progress bar for shiny web interface

Details

This function returns a dataframe of raw, 30-s wind data for sensor for a specified time period in the windtools package format.

Value

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


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