tools
File Conversion Overview
Research brief for AI researcher — final article pending.
Status: Research brief below. Replace this entire body with finished MDX when research is complete. Update
descriptionin frontmatter.Paired tools:
/tools/converters/gsi-to-csv,/tools/converters/csv-to-gsi,/tools/converters/csv-to-dxf
AI research prompt
You are writing a Learn article for Surveying Core. Produce a single MDX-ready document (article body only). Published at /learn/tools/file-conversion-overview, paired with the browser file converters (sign-in required for conversion; files never uploaded to server).
Paired tools (link to all three)
- GSI → CSV —
/tools/converters/gsi-to-csv - CSV → GSI —
/tools/converters/csv-to-gsi - CSV → DXF —
/tools/converters/csv-to-dxf
Also cross-link the GSI Format Guide reference (when published): /reference/data-formats/gsi
Audience
- Field surveyors moving data between total station, office CSV, and CAD stakeout
- Office technicians who historically used Excel macros or legacy DOS tools
- Students learning why “formats” matter in survey data exchange
Platform context (must be accurate)
Surveying Core MVP converters:
- Run entirely in the browser — files are not uploaded to a server
- Internal representation is USDM v1 (Universal Survey Data Model): points with id, easting, northing, elevation, description/code
- Credit metering applies to converter use (free tier); calculators remain free
- Supported MVP chain: GSI ↔ CSV, CSV → DXF (2D POINT entities for stakeout)
- CSV import: auto-detect ENZ / PNEZD headers; ambiguous layouts require user column mapping before parse
- GSI: GSI-8 and GSI-16 variants (see GSI reference guide — do not duplicate full GSI byte spec here; summarise and link)
Scope — must cover
- Why format conversion exists in surveying workflows (instrument → office → CAD → back to instrument)
- Conceptual pipeline:
File → parse → canonical point model → export → file(explain USDM idea in plain language) - CSV in survey offices: common column layouts (ENZ, PNEZD), delimiters, header row pitfalls
- GSI in brief: Leica exchange format; point to
/reference/data-formats/gsifor depth - DXF in brief: why CSV→DXF for CAD stakeout; 2D points with Z optional; not DWG
- Per-converter section (one subsection each): typical use case, input expectations, output you get, link to tool
- Browser-private processing: privacy and offline-adjacent benefits; what is not stored on server (file contents)
- Quality checks after conversion: point count, bounding box sanity, spot-check one point, re-export round-trip where applicable
- What MVP does not do (manage expectations): batch conversion, DWG, LandXML, Excel, cloud storage pipelines
Out of scope
- Full GSI word-by-word specification (belongs in reference guide)
- DXF entity catalogue beyond POINT export
- Pro tier / Azure pipelines / R2 storage
- Detailed credit pricing (mention credits exist; no numbers unless citing public spec)
Quality bar
- Cite primary sources: Leica GSI documentation pointers, Open Design Alliance / DXF references for POINT, CSV as de facto exchange
- Workflow-oriented, not marketing fluff
- At least one end-to-end workflow narrative (e.g. download GSI from TS → convert to CSV → edit in Excel → convert to DXF for AutoCAD)
- Troubleshooting table (symptom → likely cause → action) for common conversion failures
- WCAG-friendly headings from
##
Deliverable format
Return MDX body only. Suggested outline:
- Introduction (links to three converters)
- Formats in the survey workflow
- The conversion pipeline (USDM)
- CSV conventions
- GSI overview (link to reference guide)
- DXF stakeout export
- Tool guide: GSI → CSV
- Tool guide: CSV → GSI
- Tool guide: CSV → DXF
- Privacy and browser processing
- Quality checks and round-trip tips
- MVP limits and what’s next
- References
- Next steps (tool links)
Target length: 1,800–2,500 words.