Top "Coordinate-systems" questions

How can I convert coordinates on a square to coordinates on a circle?

I'm developing an indie video game, and have been operating under the assumption that because the thumbstick on my controller …

math coordinate-systems
How can I convert coordinates on a circle to coordinates on a square?

I'm currently working on a game in LBP2 that has modify the way a controller gives input. This question: How …

math coordinate-systems
Python/Matplotlib : convert Axis <=> Data coordinates systems

My question is quite simple : in matplotlib, how can I easily convert coordinates in Axis system to/from Data system (…

python matplotlib coordinate-systems coordinate-transformation
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
Error when re-projecting spatial points using spTransform in rgdal R

G'day, I have a large number of lon/lat coordinates that are in the CRS Australian Geodetic Datum 66/84 (AGD66 for …

r spatial projection coordinate-systems rgdal
Normalized Device Coordinates

I'm writing a library that deals with 2D graphical shapes. I'm just wondering why should my coordinate system range from […

graphics 2d coordinates coordinate-systems