Tagged Questions
4
votes
1answer
622 views
Best GeoDjango MySQL workaround for distance queries
I'm using mysql 5.1.50, so the distance QuerySet method is not available to me.
Here is my model:
class Location(models.Model):
name = models.CharField(max_length='100')
point = ...
2
votes
1answer
780 views
Loading Tiger 2010 Edge Shape File w/ ogr2ogr Produces Reversed Latitude and Longitude
I'm attempting to build a MySQL database that will allow me to reverse geo-code addresses using the MBR functions within MySQL. I've downloaded the latest set (2010) of TIGER edge shape files from ...