ISG-ICS / cloudberry

Big Data Visualization
http://cloudberry.ics.uci.edu
91 stars 82 forks source link

Map Animation #638

Closed sophiewu6 closed 3 years ago

sophiewu6 commented 5 years ago

Overview

The goal is to generate an animation on TwitterMap to visualize how the number of tweets changes over time.

Plan

ToDo List

Progress

Reference

sophiewu6 commented 5 years ago

Even though the time series result is already cached, countmap is still sending queries to Cloudberry because map result is not cached. Queries are sliced, which results in multiple returns of timeSeriesResult, and significantly slows down calculation and animation.

Solution: Will look into the PR about caching state/county/city population to avoid sending queries to Cloudberry, so we can just do the calculation in the frontend. Hopefully this will make both map animation and time series range change faster.

XinyueHan7 commented 5 years ago

Case 1: Measles outbreak

rockland

In October 2018, there's a measles outbreak in Rockland County, New York. The time slider animation shows this sudden change in the popularity of discussion during that time range. Link to CNN news of measles outbreak: https://www.cnn.com/2019/04/09/health/measles-new-york-emergency-bn/index.html

Case 2: Notre Dame

NotreDame

When searching for Notre Dame, normally it’s popular only in Indiana because there is a university with this name there, but in April 2019, when Notre Dame in France was burned, the popularity in other states suddenly went up.

baiqiushi commented 3 years ago

Done.