TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Interactive Data Visualization of Geospatial Data

76 点作者 adilmoujahid将近 9 年前

3 条评论

petepete将近 9 年前
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 未加载
tmostak将近 9 年前
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>.
markovbling将近 9 年前
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?