Tagged Questions

8
votes
2answers
381 views

Find all coordinates within a circle in geographic data in python

I've got millions of geographic points. For each one of these, I want to find all "neighboring points," i.e., all other points within some radius, say a few hundred meters. There is a naive O(N^2) ...
1
vote
2answers
542 views

java api for simple gis computations

I am trying to develop some simple location logic in the server-side portion of a java servlet-based webapp. There are really just two operations that I'm interested in: Given a start point ...
0
votes
1answer
68 views

Probability of intersection of two users with horizontal accuracy and vision area

I'm receiving data from GPS and store them in MySQL database. I have following columns: User ID (int) Latitude (double) Longitude (double) Horizontal Accuracy (double) Horizontal accuracy is ...
0
votes
0answers
86 views

GeoDjango - Good Gis Shape Fie for US regions - states, cities, zip codes, towns

Just wondering which shp file is best for searching places within a certain data(city name, zip code, etc). I have House model that has the address and PointField x and y. Planning on using ...