You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2020. It is now read-only.
*[Code Challenge 1: VISUAL REPRESENTATION OF TOPCODER ACTIVITY ](https://www.topcoder.com/challenge-details/30057746/)
8
+
9
+
### Code Challenge 1: VISUAL REPRESENTATION OF TOPCODER ACTIVITY Results
10
+
This challenge resulted in 4 visually appealing solutions. The winning solution by choke68 was the only one that used the real data stream. The live app can be seen [here](https://coronav2-choke68.herokuapp.com/)> As you can see from the image below this solution is a rotating global that monetarily highlights activity by 3 concentric yellow rings that fade in and fade out in about a second as the globe turns. It is interesting but does not show all the activity at a single view. It requires the animation and to watch over a period of time to get a sense of the activity. By looking at the source of this submission you can see that choke68 took a static list of 15000 cites that are already geocoded so they could be mapped by the streaming data that contained the city names. The local pseudo geocoding service will allow for great performance when there are a large number of data points.
Another submission by daft300punk has really nice visuals but does not use the real data stream, However daft300punk did a great job representing what we wanted with the filtering. See the screenshot below.
0 commit comments