How can I use geodjango to search by city and state or zip code in my django application?I am very new to geodjango and just trying to wrap my head around what would be involved in开发者_如何学Go this
I am trying to put a SHP file into my PostGIS database, the the data is just a little off. I think this is because I am using the wrong SRID. The contents of the PRJ file are as follows:
I have a collection of Point objects. I want to find the furthest distance between any two points. Imagine a circle enclosing all of these points. I want to know the diameter of that circle. How can I