> For some of our calculations, it is much too slow to use distance_spheroid - > the slight loss in accuracy is worth the enormous gain in speed.
I did some performance tests and confirmed your findings. I've created a ticket that includes a patch that changes the default geodetic distance calculation to use `ST_distance_sphere` instead: http://code.djangoproject.com/ticket/6715 My informal tests indicate that calculations are 30-40% faster, with a maximum of 0.25% loss in accuracy. I haven't committed yet because I wanted to solicit comments on the API that enables spheroid calculations. -Justin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---