TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Interactive Data Visualization of Geospatial Data

76 pointsby adilmoujahidalmost 9 years ago

3 comments

petepetealmost 9 years ago
This is fantastic. I&#x27;m planning to build something similar in the coming months.<p>Only minor nit pick, not the easiest to read on mobile<p><a href="http:&#x2F;&#x2F;m.imgur.com&#x2F;Uloatup.jpg" rel="nofollow">http:&#x2F;&#x2F;m.imgur.com&#x2F;Uloatup.jpg</a>
评论 #12281655 未加载
tmostakalmost 9 years ago
Very cool! Dc.js is a very powerful and quick way to build interactive crossfiltered charts.<p>At MapD we built our own visualization frontend using Dc.js as a base, except we leverage GPUs on the backend both for SQL and rendering data. The upshot is we can scale to multi-billion row datasets with millisecond response times.<p>You can see an example with 200M streaming geocoded tweets here - <a href="https:&#x2F;&#x2F;www.mapd.com&#x2F;demos&#x2F;tweetmap" rel="nofollow">https:&#x2F;&#x2F;www.mapd.com&#x2F;demos&#x2F;tweetmap</a>.
markovblingalmost 9 years ago
Awesome! The GIF is great but would really love a link to a live demo to play with :)<p>Didn&#x27;t know could do heatmap via leaflet - does it respond to crossfilter filtering?