poissonconsulting / tsdbr

R package to create, populate, maintain and query SQLite databases of environmental time series data
https://poissonconsulting.github.io/tsdbr/
Other
1 stars 0 forks source link

finish ts_get_data #2

Closed joethorley closed 6 years ago

joethorley commented 6 years ago

need dynamic query which includes filter station and date time and aggregation by period following by filter on status and possibly join station and parameter and then finally fill missing

also should make sure not too much data.... either in extraction or in fill....

joethorley commented 6 years ago

also needs to set timezone but return minimum possible columns for size perhaps all_columns = FALSE (determines joining or not) also add ts_get_stations just single function and ts_get_parameters also single function

joethorley commented 6 years ago

forget joining - done