Top "Coordinates" questions

Refers to a sequence of numbers used to indicate the position of an object relative to an axis.

GPS delta coordinates to meters

Greetings, I have two coordinates: (52.4412396, -6.563223) and (52.8912397, -6.683669) The delta is: (-0.4499999, 0.120446) The distance moved is: sqrt((-0.4499999)^2+(0.120446)^2) =.465840261 How do …

gps coordinates distance delta meter
Angle between 2 GPS Coordinates

I'm working in another iPhone App that uses AR, and I'm creating my own framework, but I'm having trouble trying …

iphone gps coordinates augmented-reality angle
How can I manipulate cartesian coordinates in Python?

I have a collection of basic cartesian coordinates and I'd like to manipulate them with Python. For example, I have …

python coordinates cartesian-coordinates
Android convert Arabic number to English Number

I get the following error from the gps: Fatal Exception: java.lang.NumberFormatException Invalid double: "-٣٣٫٩٣٨٧٤" Now this is from …

android gps coordinates arabic numberformatexception
LibGDX stage coordinates change on window resize

I have seen lots of topics on LibGDX and screen/cam coordinates and also some on window resizing, but I …

resize window libgdx coordinates stage
How to find the interception coordinates of a moving target in 3D space?

Assuming I have a spaceship (source); And an asteroid (target) is somewhere near it. I know, in 3D space (XYZ …

math 3d position coordinates prediction
The best way to store GPS coordinates (track) on server

What is the best way to store GPS coordinates (track) on server (MySQL or Oracle or maybe in any file)? …

mysql oracle gps coordinates coordinate-systems
Convert Lat/Lon to MGRS

Does anyone know where I could find a library of code for converting Lat/Lon position to Military Grid Reference …

c# math gis coordinates coordinate-systems
How to use weather api in c#

I want to implement weather information which will show me results that depends on my longitude and latitude. My app …

c# coordinates weather-api