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.

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

51 pointsby tidwallover 6 years ago

6 comments

atonseover 6 years ago
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 未加载
spectre256over 6 years ago
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 未加载
mistrial9over 6 years ago
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>
nouneyover 6 years ago
I&#x27;ve been using Tile38 for over a year now. It is amazing.
voltagex_over 6 years ago
This is super impressive. Do you have a write up on the datasets used and the process you went through?
评论 #18730478 未加载
tinfoilboyover 6 years ago
This is super impressive! Nice work.