timo ijäs data analytics and interactivity for cgi climate map challenge#5
Open
himotimo wants to merge 6 commits into
Open
timo ijäs data analytics and interactivity for cgi climate map challenge#5himotimo wants to merge 6 commits into
himotimo wants to merge 6 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My application visualizes weather data from the Finnish Meteorological Institute API. The data is from the past seven days and is loaded on launch. The point of this application is visual and statistical analysis of climate data.
The application creates clickable markers, which open a popup. The popup shows the weather station name, a bar graph of precipitation, and line graph of climate temperature. Hover your mouse on the elements to see specific data values.
The application also features a heatmap presentation that uses temperature data. The heatmap shows a heatmap of temperatures at a certain point in time. To change the time which is represented on the heatmap, use the in the sidebar. The slider works in increments of six hours.
I intended to use inverse distance weighted interpolation to represent temperature changes between the weather station. However, implementing the method proved difficult with react-leaflet. The idea of using an interactive slider to change the visualization and analytical side of the map was intriguing, so I decided to settle with heatmap, even though it is not ideal.
As for the goals of this challenge, I have cleared parts 1, 2, and Data-Analysis part of 3. CI-pipeline is not implemented.
This was my first touch to react, HTML and Leaflet. I found the challenge inspiring and fun, and I will definitely keep practicing.