> I do have a few basic questions
> - on slide 37, there's a Zipcode model, how does one populate this model?
> Are we using fe_2007_us_zcta500.shp? If so, is there a program which
> converts the zipcode shape from the shape file?

Yes, you use that shapefile.  The script that loads the data is also
in the presentation, go to slide 68 (in the `LayerMapping` section).

> - on slide 41, there is an Address model, does GeoDjango provide geocoding
> which converts it to (lat, lon) for spatial query? If not, does it mean that
> one has to query Google/Yahoo/MSFT WebServices?

No, GeoDjango does not provide geocoding services.  Geopy [1] is a
popular Python geocoding interface.

Regards,
-Justin

[1] http://code.google.com/p/geopy/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to