Top "Coordinates" questions

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

Openlayer 3 coordinates

I have a latitude and longitude of some point. How to conver its to the OpenLayer 3 map coordinate system? My …

map coordinates coordinate-systems openlayers-3
Python module for storing and querying geographical coordinates

Is there a Python module where I can create objects with a geographical location coordinate (latitude and longitude), and query …

python geolocation coordinates geospatial geographic-distance
Implementation of parallel coordinates?

I want to implement parallel coordinates for my muldimensional result. Does anyone have a good link to its implementation in …

r matlab plot coordinates
calculating a gps coordinate given a point, bearing and distance

I have a problem which draws my back in some project for some time now. I'm basically looking to trap …

python gps coordinates bearing
How to find the coordinate that is closest to the point of origin?

I know there are many many questions about sorting javascript arrays by multiple values, but none of the answers solved …

javascript arrays google-maps coordinates coordinate-systems
Convert NSNumber to CLCoordinate

I want to pull a list of coordinates from a database into an array (Before displaying them on a map). …

objective-c coordinates core-location cllocation
Python - Batch convert GPS positions to Lat Lon decimals

Hi I have a legacy db with some positional data. The fields are just text fields with strings like this 0°25…

python gps coordinates coordinate-transformation
Use window/viewport to flip QPainter y-axis

I'm using Qt 4.7 QPainter to draw some polygons, etc into a widget. I am hoping to alter the coordinate system …

qt graphics qt4 coordinates qpainter
Robust atan(y,x) on GLSL for converting XY coordinate to angle

In GLSL (specifically 3.00 that I'm using), there are two versions of atan(): atan(y_over_x) can only return angles …

c++ glsl coordinates atan2 numerical-stability
getBoundingClientRect() is returning zero in XUL

I have a problem with my firefox extension I have a XUL popup panel with a hbox for the tag …

dom xul coordinates