Top "Latitude-longitude" questions

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

How to get E6 format of Longitude Latitude for Google Maps on Android

how do i find out the SPECIFIC E6 values of longitude latitude of a location. For example, i googled for …

android google-maps latitude-longitude
Taking np.average while ignoring NaN's?

I have a matrix with shape (64,17) correspond to time & latitude. I want to take a weighted latitude average, which …

python numpy latitude-longitude weighted-average
How to get bounds of a google static map?

How to get bounds in degrees of google static map which has been returned, for example, for following request http://…

google-maps map latitude-longitude bounds
Tiger/Lines or shapefiles of USA states and cities?

i've been asked to generate some demographic reports (crime rates, birth/deaths, etc) based on state and cities for the …

latitude-longitude states city tiger-lines
How to get the cell tower area using the CellID and LAC in Android?

I am able to get the Cell Id and LAC(Local Area Code). But don't know how to decode the …

android latitude-longitude cellid
Using Google Weather API with Lat and Lon - how to format?

I want to use the Google Weather API - by passing lat and long values. I am storing these values, …

latitude-longitude google-weather-api
Latitude, Longitude Grabber

What I would like to do is create app where when anyone clicks on the map object and two fields …

javascript google-maps google-maps-api-3 latitude-longitude google-geocoding-api
How to sort array items by longitude latitude distance in javascripts?

I am having following JSON array of 6 locations. Is there any way sort these based on longitude and latitude where …

javascript arrays sorting latitude-longitude geo
How to check if coordinate inside certain area Python

Lets say I have 2 kind of coordinate, first called center_point and second called test_point. I want to know …

python location coordinates latitude-longitude area