Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locate tweets on a map in real-time, re-render after filtering #10

Open
chbrown opened this issue Aug 23, 2013 · 0 comments
Open

Locate tweets on a map in real-time, re-render after filtering #10

chbrown opened this issue Aug 23, 2013 · 0 comments
Assignees

Comments

@chbrown
Copy link
Member

chbrown commented Aug 23, 2013

Desired features:

  1. Enable time-scrubbing
    • With a slider, something like Ushahidi's?
    • Maybe using crossfilter?
  2. UI should allow drag-and-drop of tweets onto map as a way of enabling annotation with geolocation data (or adjust inferred location)

Lessons learned so far / ideas:

  • Heat map should be entirely client-side -- feedback from filtering and reloading should be immediate.
  • Canvas based heatmaps like pa7/heatmap.js and sunng87/heatcanvas are not fast enough.
  • CartoDB does nice heatmaps but they are not quickly filterable from the client-side, as far as I can tell.
    • Also, CartoDB (like Mapbox) is not free.
  • WebGL seems to be the way to go.
@ghost ghost assigned chbrown Aug 23, 2013
@tplagge tplagge closed this as completed Dec 9, 2013
@tplagge tplagge reopened this Dec 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants