- 28 Oct, 2021 18 commits
-
-
Pithon Kabiro authored
Link drop-down list and 3d visualization The selected building in the drop-down list should now be highlighted in the Cesium 3d globe See merge request !26
-
Pithon Kabiro authored
Wraps logic of applying styling to selected buildings plus removing duplicate building IDs
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Refactor logic of creating a 3d tilset into a new function
-
Pithon Kabiro authored
Use a third-party library 'SweetAlert' to create popup messages when errors are thrown as a result of attempting to draw charts
-
Pithon Kabiro authored
Update the documentation for the repository See merge request !25
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Add details about the web application
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Update logic for drop-down list Further refactoring of the logic for the drop-down lists into new module files See merge request !24
-
Pithon Kabiro authored
... that conatains information about the SensorThings API server url and Cesium access token
-
Pithon Kabiro authored
This function wraps the logic for drawing column charts based on the selected options for both raw and aggregated observations
-
Pithon Kabiro authored
This function wraps the logic for drawing column charts based on the selected options for both raw and aggregated observations
-
Pithon Kabiro authored
-
- 26 Oct, 2021 10 commits
-
-
Pithon Kabiro authored
Update logic for drop-down list Refactor the logic for the drop-down lists into new module files See merge request !23
-
Pithon Kabiro authored
Use spread operator to replace the references that contain the values for the formatted observations and formatted metadata
-
Pithon Kabiro authored
Use spread operator to replace the references that contain the values for the formatted observations and formatted metadata
-
Pithon Kabiro authored
... and formatting
-
Pithon Kabiro authored
Function that formats observations for line chart or column chart
-
Pithon Kabiro authored
- Rename references - Do not reverse the array of colors
-
Pithon Kabiro authored
Rename references
-
Pithon Kabiro authored
Replace if/else block with ternary operator
-
Pithon Kabiro authored
- Rename function since it supports both line and column charts - Add logic for comparing the lengths of the timestamps and aggregated values arrays - Update the function documentation - Move the function to a different module file
-
Pithon Kabiro authored
... based on selected drop-dowwn options
-
- 22 Oct, 2021 12 commits
-
-
Pithon Kabiro authored
Undo tweak error handling Undo recently added exception capturing, does not work as expected See merge request !22
-
Pithon Kabiro authored
Remove the logic that throws an error if there is a problem fetching metadata and observations. It is currently not working as expected
-
Pithon Kabiro authored
Remove the logic that throws an error if there is a problem fetching metadata and observations. It is currently not working as expected
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Function provides a 'hack' that ensures that the correct phenomenon symbols are displayed by a scatter plot's tooltip
-
Pithon Kabiro authored
Remove intermediate references
-
Pithon Kabiro authored
Tweak error handling Tweak how exceptions are captured by the catch blocks See merge request !21
-
Pithon Kabiro authored
Check the structure of the arrays of observations + metadata. Throw errors if there is a problem fetching metadata and observations
-
Pithon Kabiro authored
-
Pithon Kabiro authored
-
Pithon Kabiro authored
Edit creation of y-axis chart titles Abbreviate the 'temperature' phenomenon names before rendering on chart y-axis See merge request !20
-
Pithon Kabiro authored
... for use in the y-axis text of charts
-