1.1 Initially, we had hoped to access the data "live"
This was not possible - so the rest of the presentation/demo will be with a static file.
We'll talk about the cloud access at the end.
Our Focus became how incorporate user input, flexibility, and choice within visualizations.
We will be creating time series charts, so date (which comes in as a string) needed to be converted to "date" format
The user can input a starting and ending date
The user can select how they would like to aggregate the data by choosing a time interval (minute, day, week, month).
Each user selection filters the original dataset
Information from Observable (https://observablehq.com/@observablehq/introduction-to-data)
"That's great - but StREAM Lab manages their data in the cloud (Google Drive) - Can Observable access data on the cloud?"
Short answer: Yes!
https://observablehq.com/@observablehq/cloud-files
Fine Print: Not Really!
Publishing notebooks with cloud files is not supported. This means that it is not possible for multiple users to use the notebook when data is accessed dynamically.
There are solutions available to access dynamic data. However, they are all outside the scope of this project: