{"id":65311,"library":"hailocab-go-geoindex","title":"Go Geoindex","description":"Package geoindex provides in memory geoindex implementation.","status":"active","version":"0.0.0-20160127134810-64631bfe9711","language":"go","source_language":null,"source_url":"https://github.com/hailocab/go-geoindex","tags":["geo","index","spatial","location"],"install":[{"cmd":"go get github.com/hailocab/go-geoindex","lang":"bash","label":"Install github.com/hailocab/go-geoindex"}],"dependencies":[],"imports":[{"symbol":"geoindex","correct":"github.com/hailocab/go-geoindex"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/hailocab/go-geoindex\"\n)\n\nfunc main() {\n\tidx := geoindex.New(geoindex.DefaultOptions)\n\tidx.Add(\"point1\", 40.7128, -74.0060)\n\tpoints := idx.Nearest(40.7128, -74.0060, 5, geoindex.Km)\n\tfor _, p := range points {\n\t\tfmt.Println(p.Id, p.Lat, p.Lon)\n\t}\n}","lang":"go","description":"Creates an in-memory geo-index and finds nearest points."},"warnings":[],"env_vars":null,"search_vec":"'geo':10 'geoindex':2,4,8 'go':1 'implement':9 'index':11 'locat':13 'memori':7 'packag':3 'provid':5 'spatial':12","created_at":"2026-06-17T17:08:31.284897+00:00","updated_at":"2026-06-17T17:08:31.284897+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/hailocab/go-geoindex","github":"https://github.com/hailocab/go-geoindex","docs":"https://pkg.go.dev/github.com/hailocab/go-geoindex#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}