(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=39990346

我创建了一个用于 ADS-B 数据集查询和可视化的 Web 应用程序:https://adsb.exposed/源代码:https://github.com/ClickHouse/adsb.exposed/ 结果大大超出了我的预期,因为 图片非常美丽,数据是一个宝库。它证明了许多不确定的陈述: - 通过像素级别的聚合(而不是六边形或矩形网格)来生成图块是可行的; - 它不需要 JPG/PNG 图块 - 我们可以使用 zstd 压缩传输原始位图数据; - 可以实时进行;

相关文章

原文
I've created a web app for querying and visualization of ADS-B datasets: https://adsb.exposed/

Source code: https://github.com/ClickHouse/adsb.exposed/

The results significantly exceeded my expectations because the pictures are insanely beautiful, and the data is a treasure trove.

It proves many statements that were not certain: - it is feasible to generate tiles by aggregation on a pixel level (instead of hexagons or rectangular grid); - it does not require JPG/PNG tiles - we can transfer raw bitmap data with zstd compression; - it is possible to do it in real time;

联系我们 contact @ memedata.com