Tagged Questions

0
votes
2answers
49 views

Python sort dictionary of Lat / Lons for Footprint

I am calculating satellite coverage footprints on the surface of an ellipsoid and my function returns a list of Lat / Lons that looks like below. It is a python list of dictionaries. Now if I scatter ...
0
votes
1answer
83 views

Solr 3.4 Geodist function, incorrect/ or unwanted results

I'm having a problem with Solr 3.4, I'm using it's spacial search functions like Geodist, and Geofilt. Everything seems ok and the results are return supposedly sorted by distance form a given center ...
0
votes
1answer
2k views

Distance between two locations using Latitude and Longitude way off what Google says

I've spent a few days trying to figure this one out and can't seem to pinpoint the problems. I have a SQL 2005 database storing latitude and longitude as Decimal(18,8), all of which I received by ...