Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 46123 invoked from network); 19 Mar 2010 17:17:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Mar 2010 17:17:46 -0000 Received: (qmail 43898 invoked by uid 500); 19 Mar 2010 17:17:45 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 43885 invoked by uid 500); 19 Mar 2010 17:17:45 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 43877 invoked by uid 99); 19 Mar 2010 17:17:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Mar 2010 17:17:45 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of peter78@gmail.com designates 209.85.216.202 as permitted sender) Received: from [209.85.216.202] (HELO mail-px0-f202.google.com) (209.85.216.202) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Mar 2010 17:17:38 +0000 Received: by pxi40 with SMTP id 40so2686640pxi.9 for ; Fri, 19 Mar 2010 10:17:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=S6DgSKvslGtDLRbCFI8yqcpneBD8TodEtoL7zOUVJQg=; b=V3fDC0XHNjI4EhkdoWwzw/BoQzgaxhK8HpqofIxgA+IsSxT1IKMD6AFuQxHm7ADQCG FwHyrAqT3vmF4pZhq9y8XO+jnHcYLc/Qbw/Es+1DNIvfzfQj0ycwqUxuDF+vRXb0oH0t JBJCyQKmq5mzsDMB5v8EKoViwzO5hf6VNXI/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=H1UutjQZD7fd/S1rQDuKxUmgEM55qZRdR7TJTlm6S1vusPZkTBQ4+UJw0jLVCcEjWf CyfCmmNbHvHMEu4BNGQv5lRMpqzzghd5o1JMnxFKds+j1DRwdoCjke2utyRFyjQucn2X 3beHzQP+/1N2YlfH3ekV7y0yHYyjGQe59PRAo= MIME-Version: 1.0 Received: by 10.142.56.19 with SMTP id e19mr365384wfa.75.1269019037126; Fri, 19 Mar 2010 10:17:17 -0700 (PDT) In-Reply-To: References: From: Peter Chang Date: Fri, 19 Mar 2010 10:16:57 -0700 Message-ID: <458b8f9e1003191016g6b969b11w6514ed155469153e@mail.gmail.com> Subject: Re: geo coding, long/lats? To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=001636b2bcfdebd2b204822a8443 X-Virus-Checked: Checked by ClamAV on apache.org --001636b2bcfdebd2b204822a8443 Content-Type: text/plain; charset=ISO-8859-1 I'd be curious too. My first instinct is to use some sort of bucketizing algorithm by location which would encapsulate entries near each other (similar coordinates). On Fri, Mar 19, 2010 at 7:06 AM, Joseph Stein wrote: > Hi All, has anyone ever done geo coding to find distance based results > from storing long/lats with a starting long/lat and variable? > > If not then any assistance to pointing me into the cassandra source > code where i could make this type of customized addition as i only > want to get the results for this condition without having to rip out > the entire set of data. > > thanks > > /* > Joe Stein > http://www.linkedin.com/in/charmalloc > */ > --001636b2bcfdebd2b204822a8443 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'd be curious too. My first instinct is to use some sort of bucketizin= g algorithm by location which would encapsulate entries near each other (si= milar coordinates).

On Fri, Mar 19, 2010 = at 7:06 AM, Joseph Stein <cryptcom@gmail.com> wrote:
Hi All, has anyone ever done geo coding to = find distance based results
from storing long/lats with a starting long/lat and variable?

If not then any assistance to pointing me into the cassandra source
code where i could make this type of customized addition as i only
want to get the results for this condition without having to rip out
the entire set of data.

thanks

/*
Joe Stein
http://= www.linkedin.com/in/charmalloc
*/

--001636b2bcfdebd2b204822a8443--