The Python Oracle

Google App Engine Geo Query

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Quirky Dreamscape Looping

--

Chapters
00:00 Google App Engine Geo Query
00:20 Accepted Answer Score 1
00:43 Thank you

--

Full question
https://stackoverflow.com/questions/5986...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #googleappengine #geolocation #googleclouddatastore #geospatial

#avk47



ACCEPTED ANSWER

Score 1


Short answer: Yes.

Long answer: GeoPt properties are sorted first by latitude, then by longitude. This query will find entities that fall between the two latitudes, only considering the longitudes if the latitudes are identical.