Coordinate Reference Systems
Transform Coordinates
Frequently Asked Questions
How do I convert WGS 84 (Transit) to ITRF90 coordinates?
Use the coordinate transformation tool above to convert WGS 84 (Transit) (EPSG:7815) to ITRF90 (EPSG:4912). Enter your source coordinates and click Transform. This uses the Position Vector transformation (geocentric domain) method with 1m accuracy.
How do I transform WGS 84 (Transit) to ITRF90 using Proj4js?
Use proj4.defs to define both EPSG:7815 and EPSG:4912, then call proj4(source, target, [x, y]) to convert coordinates programmatically.
What is the accuracy of the WGS 84 (Transit) to ITRF90 transformation?
This transformation (EPSG:9145) has an accuracy of 1m using the Position Vector transformation (geocentric domain) method. Area of use: World.