magicbox
magicbox copied to clipboard
Kepler.gl mobility viz 1: Create a deck.gl visualization
This issue is really and epic story. It involves ingesting, querying, and displaying mobility. We have two types of mobility:
- point
- polygon
and two types of temporal ranges
- historic (actual dates)
- baseline (an aggregation of multiple days)
Sample data
- baseline polygon
- Single day tower to tower mobility generated using weather towers in Brazil and gravity model.
Loading sample [baseline mobility data] map, a user should be able to click on a particular administrative region and see egress from that region to the surrounding regions, and easily determine the locations where more or less individuals are traveling.
Two ways to represent mobility are arrows (width based on amount of travelers) and opacity.