ROMGEO Demo Guide

๐Ÿ“˜ Summary

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.

๐Ÿ”„ Replacing 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.

๐ŸŽฏ Purpose and Usage

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.

๐Ÿงญ Interface Structure

The ROMGEO Demo Page is divided into intuitive sections:

๐Ÿ”น Input Panel

๐Ÿ”น Results Table

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

๐Ÿ”น Export Options

๐Ÿ”น Interactive Map

โœ๏ธ Input Format

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:

โœ… Per Line Format:

[PointName]  [Separator]  Latitude  [Separator]  Longitude  [Separator]  Altitude

๐Ÿ’ก Accepted Examples:

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

๐Ÿ“ค Output Format

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)

๐Ÿš€ Performance

ROMGEO is optimized for speed and scalability:

โš ๏ธ Common Issues and Tips

๐Ÿ”š Conclusion

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.

๐Ÿ”— Try It Now

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.