Top "Coordinate-systems" questions

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
Hexagonal Grid Coordinates To Pixel Coordinates

I am working with a hexagonal grid. I have chosen to use this coordinate system because it is quite elegant. …

math coordinate-systems hexagonal-tiles
Three.js: Show world coordinate axes in corner of scene

This is probably a very basic problem, but I haven't found a solution yet and it's been bugging me. I'd …

three.js coordinate-systems rotational-matrices matrix-inverse
Acceleration from device's coordinate system into absolute coordinate system

From my Android device I can read an array of linear acceleration values (in the device's coordinate system) and an …

android vector accelerometer coordinate-systems coordinate-transformation
WPF: how to make the (0,0) in center inside a Canvas

The WPF Canvas has a coordinate system starting at (0,0) at the top-left of the control. For example, setting the following …

wpf canvas coordinate-systems
Library to perform coordinate system transformations?

Is there a python library which handles coordinate system transformations? I'm working with numpy meshgrids, but sometimes it's useful to …

python numpy coordinate-systems
ECEF to lla (lat,lon,alt) in java

Ive looked through the posts in the site and haven't found my problem ... as the head line says im trying …

java math gps latitude-longitude coordinate-systems
Difference between layerX and offsetX in JavaScript

There are different co-ordinate system for JavaScript, such as e.clientX, e.screenX. I understand those two well, but there …

javascript coordinate-systems
Three.js - How to get camera position with respect to origin

The title of this question might a bit ambiguous, but I don't know how to phrase it in a line. …

javascript 3d three.js coordinate-systems
How to calculate centroid of x,y coordinates in python

I have got a lot of x,y coordinates which I have clustered based on the distance between them. Now …

python points coordinate-systems centroid