Josha Inglis
Josha Inglis

Reputation: 1048

Python Geo-database recommendations

I'm in the research phase for a new project, and I'd appreciate some recommendations.

I am looking to implement a geolocated supplier database, preferably in Python, such that I can do a search for a location, and the nearest suppliers will be returned.

Would it be possible to implement something like this in Google App Engine?

Upvotes: 0

Views: 184

Answers (1)

Lipis
Lipis

Reputation: 21835

Yes indeed. You will have to make a use of the Search API and more specifically of the Location-Based Searches.

Upvotes: 1

Related Questions