Re: [google-appengine] api method to find records within x miles of geo location

2011-05-16 Thread Ikai Lan (Google)
We do not currently support geospatial queries. You'll want to star the issues here that fit your needs: http://code.google.com/p/googleappengine/issues/list?can=2q=geocolspec=ID+Type+Component+Status+Stars+Summary+Language+Priority+Owner+Logcells=tiles Alternatively, I'm told that Fusion

Re: [google-appengine] api method to find records within x miles of geo location

2011-05-16 Thread Malcolm MacKinnon
You may want to check out these links: Read the following GettingStarted section. http://code.google.com/p/geopy/wiki/GettingStarted Using the above tool, you can write a python script to put your lat, lng values in the datastore . Read this, and it will show you how.

Re: [google-appengine] api method to find records within x miles of geo location

2011-05-16 Thread Ross M Karchner
It's limited, but I just finished a project (my prof even gave me an A!) using GeoModel, and I've decided it's a Good Thing: http://code.google.com/p/geomodel/ On Wed, May 11, 2011 at 10:53 PM, Shash Joshi sh...@perfode.com wrote: I saw the documentation on bigtable fields, one of them is

Re: [google-appengine] api method to find records within x miles of geo location

2011-05-16 Thread Stephen
On Thu, May 12, 2011 at 3:53 AM, Shash Joshi sh...@perfode.com wrote: I saw the documentation on bigtable fields, one of them is geographical point. Is there an function to find all records within a certain radius of given lat and long. The new full text search api will support proximity

[google-appengine] api method to find records within x miles of geo location

2011-05-13 Thread Shash Joshi
I saw the documentation on bigtable fields, one of them is geographical point. Is there an function to find all records within a certain radius of given lat and long. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,