Top "Latitude-longitude" questions

Managing data about geographic point locations, using a latitude-longitude pair (degrees north/south, and east/west, respectively) per point.

Latitude/Longitude dataset for country borders

I'm writing a program to display the expected lifetime of our product as it relates to average weather conditions in …

latitude-longitude
Moving lat/lon text columns into a 'point' type column

I've got a table in my MySQL database called house. Within the house table, there are a couple of text …

mysql latitude-longitude point
How do I know if a Lat,Lng point is contained within a circle?

Ok pretty self explanatory. I'm using google maps and I'm trying to find out if a lat,long point is …

google-maps latitude-longitude geometry point curve
Calculate distance given 2 points, latitude and longitude

Possible Duplicate: MySQL latitude and Longitude table setup I know this question has probably been asked many times, I've researched …

mysql maps latitude-longitude
Initialize a CLLocation object in swift with latitude and longitude

In objective C (I have no experience with it) you can initialize a CLLocation object with latitude and longitude likes …

swift latitude-longitude cllocation cllocationdistance cllocationcoordinate2d
How to find my distance to a known location in JavaScript

Using JavaScript in the browser, how can I determine the distance from my current location to another location for which …

javascript geolocation gps distance latitude-longitude
How to convert Vector Layer coordinates into Map Latitude and Longitude in Openlayers

I'm pretty confused. I have a point: x= -12669114.702301 y= 5561132.6760608 That I got from drawing a square on a vector …

openlayers latitude-longitude proj4js
convert latitude and longitude to x and y grid system using python

I have file with latitude and longitude values, that i want to convert the x and y in km I …

python latitude-longitude coordinate-systems
Geographic / geospatial distance between 2 lists of lat/lon points (coordinates)

I have 2 lists (list1, list2) with latitude / longitudes of various locations. One list (list2) has locality names that list1 does …

r distance latitude-longitude
mySQL longitude and latitude query for other rows within x mile radius

I have a database populated with roughly 10k rows currently. All of them have a longitude/latitude based on the …

mysql latitude-longitude