latitude-longitude Questions

2

Solved

I have a latitude/longitude decimal coordinates that I would like to convert to points that will fit within the area of the iPad coordinate system. My code takes in a latitude/longitude coordinat...

3

I would like to be more specific about what I want to do. I get coordinates in ECI and I need to get the latitude and longitude from this. How can I do? I was searching but I could'nt find anything...

11

Solved

Given a series of GPS coordinate pairs, I need to calculate the area of a polygon (n-gon). This is relatively small (not larger than 50,000 sqft). The geocodes are created by applying an affine tra...
Polo asked 18/5, 2010 at 21:27

23

Solved

Bearing in mind that I'll be performing calculations on lat / long pairs, what datatype is best suited for use with a MySQL database?
Goodfellowship asked 1/10, 2008 at 19:18

32

Solved

How do I calculate distance between two GPS coordinates (using latitude and longitude)?
Asberry asked 13/12, 2008 at 22:12

19

Solved

Given the latitude and longitude of a location, how does one know what time zone is in effect in that location? In most cases, we are looking for an IANA/Olson time zone id, although some services ...
Servomechanism asked 18/4, 2013 at 15:24

13

I am searching the place in my apps using the google autocomplete place api and now I want to get latitude and longitude of the place that i have searched. How to get latitude and longitude from th...

12

I'm trying to get latitude and longitude from Autocomplete Google Maps API without showing the map. In my script autocompletion works well, but I can't get the latitude and longitude. <scr...

4

it is possible? i tryed: from geopy.point import Point from geopy import geocoders [...] p = Point(Latitude, Longitude) lat, lon, altitude = p height_metres = altitude but height_metres is alwa...
Reddick asked 22/10, 2013 at 8:50

6

Solved

I have file with latitude and longitude values, that i want to convert the x and y in km using Python. I want to measure the distance from each point. for instance I make the first points of latitu...
Aggiornamento asked 7/7, 2014 at 18:11

2

Solved

I have a csv of about 100 million logs. Where one of the column is address and I am trying to get latitude and longitude of the address. I want to try something like mentioned in the Solution , But...
Raffin asked 19/5, 2017 at 5:18

5

How can I find out which NSTimeZone a given longitude and latitude fall in?
Dishwater asked 8/2, 2012 at 6:43

49

Solved

How do I calculate the distance between two points specified by latitude and longitude? For clarification, I'd like the distance in kilometers; the points use the WGS84 system and I'd like to unde...
Portaltoportal asked 26/8, 2008 at 12:50

6

Solved

Is there a fast way to convert latitude and longitude coordinates to State codes in R? I've been using the zipcode package as a look up table but it's too slow when I'm querying lots of lat/long va...
Argot asked 5/1, 2012 at 23:36

15

Solved

Given an existing point in lat/long, distance in (in KM) and bearing (in degrees converted to radians), I would like to calculate the new lat/long. This site crops up over and over again, but I jus...
Furnishings asked 28/8, 2011 at 16:56

7

How to get bounds in degrees of google static map which has been returned, for example, for following request http://maps.googleapis.com/maps/api/staticmap?center=0.0,0.0&zoom=10&size=640x...
Chromomere asked 20/9, 2012 at 6:43

15

Solved

I'm calculating the distance between two GeoCoordinates. I'm testing my app against 3-4 other apps. When I'm calculating distance, I tend to get an average of 3.3 miles for my calculation whereas o...
Dilworth asked 16/6, 2011 at 2:9

8

Solved

please shed some light on this situation Right now i have two array having latitude and longitude of nearby places and also have the user location latiude and longiude now i want to calculate the ...
Chamfron asked 8/11, 2011 at 11:22

7

I am newbie to PostgreSQL and PostGIS. I want to store latitude and longitude values in PostgreSQL 9.1.1 database table. I will calculate distance between two points, find nearer points by using th...
Someway asked 16/11, 2011 at 11:11

3

I'm storing latitude and longitude and the problem I'm having is when it is being stored it gets rounded up, which isn't what I want. Otherwise those field values become incorrect when using the la...
Braunstein asked 12/6, 2019 at 2:32

2

Solved

What SELECT query should be used to extract latitude and longitude from a point? I cannot use PostGIS. Example point (point type value) stored in the database: my_point -------------- (50.850,...
Colonnade asked 28/8, 2013 at 15:12

4

Solved

I am creating a portal using MySQL, JavaScript and Ajax and I want to fetch user's location in terms of latitude and longitude. if it is not possible to fetch the location without asking then once ...
Semibreve asked 14/10, 2014 at 6:59

17

Solved

I have given a location defined by latitude and longitude. Now i want to calculate a bounding box within e.g. 10 kilometers of that point. The bounding box should be defined as latmin, lngmin and ...
Exosmosis asked 26/10, 2008 at 17:0

1

I'm using Google map and after adding lot of marker i want to move camera to newLatLngBounds to show all the marker visible to user. But i'm facing this Error. Error using newLatLngBounds(LatLngBo...

14

Solved

Is there a way to get a city name from a latitude and longitude point using the google maps api for javascript? If so could I please see an example?

© 2022 - 2024 — McMap. All rights reserved.