Coordinate Reference Systems
Transform Coordinates
Remarks
Parameter values taken from Pulkovo 1942 to WGS 84 (9) (code 1293) assuming that
Frequently Asked Questions
How do I convert Dealul Piscului 1930 to WGS 84 coordinates?
Use the coordinate transformation tool above to convert Dealul Piscului 1930 (EPSG:4316) to WGS 84 (EPSG:4326). Enter your source coordinates and click Transform. This uses the Geocentric translations (geog2D domain) method.
How do I transform Dealul Piscului 1930 to WGS 84 using Proj4js?
Use proj4.defs to define both EPSG:4316 and EPSG:4326, then call proj4(source, target, [x, y]) to convert coordinates programmatically.