An error occurred while fetching the assigned milestone of the selected merge_request.
- 14 Sep, 2021 10 commits
-
-
Pithon Kabiro authored
- Move the function within the module file - Add documentation to the function
08df8dd6 -
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.
a2cbd098 -
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.
a9db75af -
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.
11981299 -
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.
60cb21f2 -
Pithon Kabiro authored
Create a temporary function that wraps the scatter plot drawing logic
aa583ae0 -
Pithon Kabiro authored
... from multiple datastreams. Its single parameter is an array of strings representing the building, sensor and sampling rate.
67048cd2 -
Pithon Kabiro authored
Retrieves metadata from an array of Datastream URL strings
eba0a6df -
Pithon Kabiro authored
Add parameters to function that hold information about the two series. Remove hardcoded arrays used for testing.
0c220981 -
Pithon Kabiro authored
Add weather station information
e9ba3745
-