views:

61

answers:

3

Can I use GeoDjango with GAE / BigTable?

+3  A: 

No. You can't use Django models on App Engine, and therefore, can't use anything else that uses them, such as django.contrib.gis.

Nick Johnson
Thanks, more on this can be found here: http://www.allbuttonspressed.com/projects/djangoappengine
skrat
+3  A: 

Another limitation is that the GEOS and GDAL libs aren't available on App Engine.

sgillies
A: 

You might be interested in geohash: read a previous answer of mine.

Emilien