- 22 Oct, 2021 4 commits
-
-
Pithon Kabiro authored
... for use in the y-axis text of charts
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Move creation of the combined names + symbols array to the if/else block
-
Pithon Kabiro authored
- Create a copy of the array passed in as an argument, which will be modified in place - Replace 'forEach' method with 'filter' method for brevity
-
- 19 Oct, 2021 4 commits
-
-
Pithon Kabiro authored
Check the length of the correct array
-
Pithon Kabiro authored
Refactor the logic for creating the metadata for the temperature difference (dT, VL-RL) of a single building into a new function
-
Pithon Kabiro authored
Refactor the logic for calculating the timestamps & values for the temperature difference (dT, VL-RL) of a single building into a new function
-
Pithon Kabiro authored
We were using the original VL observations array in the 'map' array method. Updated to use the final version of VL observations array
-
- 11 Oct, 2021 2 commits
-
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Confirm that the selected drop-dowwn options are valid before fetching the observations
-
- 30 Sep, 2021 5 commits
-
-
Pithon Kabiro authored
Create a full title for line and column charts. Ensure that title contains all the selected data points when aggregation is selected. Before this fix, only the first data point was included
-
Pithon Kabiro authored
Function uses options from drop-down list that have been selected by a user to populate the appropriate observations and then draw the appropriate chart
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
- 24 Sep, 2021 8 commits
-
-
Pithon Kabiro authored
Plot line charts using daily minimum and monthly maximum values
-
Pithon Kabiro authored
Add two new aggregation type strings. Now there a four supported aggregation type strings
-
Pithon Kabiro authored
These functions wrap the logic of the two functions that calculate the minimum or maximum observation values for an interval delimited by calendar dates as well as delimited by calendar months
-
Pithon Kabiro authored
Calculate the minimum and maximum of observation values for a monthly interval
-
Pithon Kabiro authored
Calculate the minimum and maximum of observation values for a daily interval
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
- 22 Sep, 2021 6 commits
-
-
Pithon Kabiro authored
-
Pithon Kabiro authored
It is assumed that this chart type will be used for visualizing aggregated results
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
- 14 Sep, 2021 10 commits
-
-
Pithon Kabiro authored
- Move the function within the module file - Add documentation to the function
-
Pithon Kabiro authored
Currently, this function is only available in the scope of the function that formats observations for the scatter plot chart. Remove the missing observations from the first (larger) array.
-
Pithon Kabiro authored
Currently, this function is only available in the scope of the function that formats observations for the scatter plot chart. Get the index of the observations that are available in the first array but are missing from the second array.
-
Pithon Kabiro authored
Currently, this function is only available in the scope of the function that formats observations for the scatter plot chart. Get the timestamp of the observations that are available in the first array but are missing from the second.
-
Pithon Kabiro authored
The function paramaters are two observation arrays which are responses from a SensorThings API instance. The logic of the function is based on the premise that the first input observation array is the larger of the two.
-
Pithon Kabiro authored
Create a temporary function that wraps the scatter plot drawing logic
-
Pithon Kabiro authored
... from multiple datastreams. Its single parameter is an array of strings representing the building, sensor and sampling rate.
-
Pithon Kabiro authored
Retrieves metadata from an array of Datastream URL strings
-
Pithon Kabiro authored
Add parameters to function that hold information about the two series. Remove hardcoded arrays used for testing.
-
Pithon Kabiro authored
Add weather station information
-
- 24 Aug, 2021 1 commit
-
-
Pithon Kabiro authored
-