The ROMGEO Demo Page at https://api.romgeo.ro/api/v1/demo.html
is a modern web interface intended for geodesy specialists and field operators to convert ETRS89 geographic coordinates (EPSG:4258 โ Latitude, Longitude, Altitude) into EPSG:3844 projected coordinates (Romania โ STEREO70). This tool replaces and improves upon the legacy desktop app TransDAT RO.
TransDAT RO, a 32-bit Windows app, was long a reference tool for coordinate transformation. However, it has some limitations:
TransDAT RO Limitations | ROMGEO Advantages |
---|---|
Windows-only (EXE) | Web access, multiplatform |
Rigid input/output formats | Flexible data parser |
File-only input; no textbox | Textbox + export to CSV, DXF, SHP |
No support for large datasets | Fast transformations on large batches |
CPU-only | Optional GPU acceleration |
Outdated interface | Modern and intuitive web interface |
ROMGEO uses modern geospatial libraries and reproduces the exact same geodetic transformations as TransDAT RO, including the same official grid models (.spg). Results are identical between the two for any given input.
This demo page is designed for:
It allows instant conversion of ETRS89 geographic coordinates into EPSG:3844 projected coordinates, with no software installation or preprocessing required.
The ROMGEO Demo Page is divided into intuitive sections:
Input error
or Out of bounds
Displays transformed coordinates per valid point, in the order:
Displayed columns include:
Column | Description |
---|---|
Point Name | Label, if specified |
Latitude | Interpreted latitude (ETRS89) |
Longitude | Interpreted longitude (ETRS89) |
Altitude | Ellipsoidal altitude |
X | North (EPSG:3844 โ STEREO70) |
Y | East (EPSG:3844 โ STEREO70) |
Hmn | Normal height (Black Sea 1975) |
Status | OK / Input Error / Out of Bounds |
๐ Center map on point |
One of ROMGEOโs key strengths is its flexible input parser. You can paste coordinates in a wide range of human-readable formats, as long as the following structure is respected:
[PointName] [Separator] Latitude [Separator] Longitude [Separator] Altitude
P01 45.123456 25.123456 120.5 45.123456,25.123456,112 Alpha|46.345;26.999;134.2 45 12 34 N 25 12 34 E 100 45ยฐ12โฒ34โณN, 25ยฐ12โฒ34โณE, 100 45 12.3456 N; 25 34.5678 E; 105
Results are returned in the following order and format:
Field | Description |
---|---|
X | North (EPSG:3844 โ STEREO70) |
Y | East (EPSG:3844 โ STEREO70) |
Hmn | Normal height (Black Sea 1975) |
ROMGEO is optimized for speed and scalability:
ROMGEO is a modern, accurate, and fast alternative to classic geodetic coordinate transformation apps. Itโs field-ready, browser-based, with no installs or complex setup.
Visit: https://api.romgeo.ro/api/v1/demo.html
Paste your coordinates, click Transform, and download the results.
๐ Same geodetic science, with a modern interface.