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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Mapping 11M points with Tile38 – Mapbox/Geonames

51 点作者 tidwall超过 6 年前

6 条评论

atonse超过 6 年前
I was having a conversation with a coworker and was looking for exactly what Tile38 is, telling them the amazing kinds of realtime-GIS things available out there, and I remember seeing this a while back but didn&#x27;t remember the name. Thanks for jogging my memory.<p>I&#x27;d love to see a writeup on how you efficiently did this (I&#x27;m assuming protobufs?). I&#x27;m constantly telling one of my clients (gov) that it&#x27;s no longer a big deal to show even 10,000 points on a map thanks to Mapbox GL etc in a performant way, without relying on GeoJSON. Now I can show this proof of concept.
评论 #18732015 未加载
spectre256超过 6 年前
The tile38 docs (<a href="https:&#x2F;&#x2F;github.com&#x2F;tidwall&#x2F;tile38" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tidwall&#x2F;tile38</a>) are really good.<p>Lots of animated GIFs combined with great structured text that really helps quickly explain all the complex things that a geospatial index can do.
评论 #18730900 未加载
mistrial9超过 6 年前
well, points for this<p><pre><code> This package provides an in-memory R-Tree implementation for Go, useful as a spatial data structure. It has support for 1-20 dimensions, and can store and search multidimensions interchangably in the same tree. Authors ------- * 1983 Original algorithm and test code by Antonin Guttman and Michael Stonebraker, UC Berkely * 1994 ANCI C ported from original test code by Melinda Green * 1995 Sphere volume fix for degeneracy problem submitted by Paul Brook * 2004 Templated C++ port by Greg Douglas * 2016 Go port by Josh Baker License ------- RTree source code is available under the MIT License.</code></pre>
nouney超过 6 年前
I&#x27;ve been using Tile38 for over a year now. It is amazing.
voltagex_超过 6 年前
This is super impressive. Do you have a write up on the datasets used and the process you went through?
评论 #18730478 未加载
tinfoilboy超过 6 年前
This is super impressive! Nice work.