Skip to content

Convert WKT to Markdown.

Drop a Well-Known Text file and get the geometry type labelled with the full WKT kept verbatim. It runs entirely in your browser, so your file never leaves your device.

Instant & offlineFree, no accounts

Drag & drop your files

or

WordExcelPowerPointPDFEPUBCSVJSONCode
+135 file formats supported
Batch convertMany files at once
100% privateStays on your device
Works offlineNo connection needed
Preset

Optimize for AI & RAG

Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.

Add YAML front matter

Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.

Add table of contents

Build a linked index from the headings. Handy for long documents.

Export RAG chunks (.json)

Split the result into retrieval-ready chunks. Download per file from the result panel.

Most converters quietly upload your documents to a server. This one physically can't.

01Why

One geometry,
kept verbatim.

WKT is a single geometry written as plain text. The converter reads its type and carries the exact original text through unchanged inside a fenced code block, so the conversion is lossless.

WKTshape.wkt

POLYGON ((-9.1 38.7, -9.0 38.7, -9.0 38.8, -9.1 38.7))

One geometry, written as a single line of plain text.

MDshape.md

- Geometry type: POLYGON

```

POLYGON ((-9.1 38.7, -9.0 38.7, -9.0 38.8, -9.1 38.7))

```

02Features

Everything you
actually need.

WKT geometry in, labelled and verbatim Markdown out, with no server and no account anywhere.

It never leaves your browser

Your .wkt is read on your own device. Nothing is uploaded to any server, ever.

local
WKTshape.wkt

# Heading

- point one

3 chunks

AI & RAG ready

Optional cleanup, YAML front matter, a table of contents and RAG chunk export.

Works offline

Once the page has loaded you can switch off your connection and it keeps converting.

- Geometry type: POLYGON

```

POLYGON ((...))

```

Geometry preserved

The type is labelled and the exact WKT is kept verbatim in a code block, so nothing is lost.

éñü

Unicode safe

Accents, symbols and non-Latin scripts come through intact as UTF-8.

Free, and unlimited

No sign-up, no quotas, no watermarks. Convert one file or a thousand; it all runs the same way, on your own device.

03Fidelity

Nothing is
left behind.

WKT to Markdown is lossless. The geometry type is labelled and the full original text is kept verbatim in a fenced code block, so every coordinate survives exactly as written.

Kept

2
  • Geometry type labelled
  • Full WKT in a fenced code block

Preserved

2
  • Exact coordinates
  • Original WKT syntax
WKTshape.wkt
- Geometry type: POLYGON
kept

```

POLYGON ((-9.1 38.7, -9.0 38.7, -9.0 38.8, -9.1 38.7))

```

preserved
Every coordinate carried through unchanged
preserved
04FAQ

WKT questions,
answered.

Everything worth knowing before you drop in a .wkt file.

05More

Other converters.

Working with more than WKT? These convert the same way: privately, in your browser.

WADL to Markdown

.wadl

REST service descriptions.

Convert

HTTP requests to Markdown

.http · .rest

Saved HTTP request files.

Convert

Avro to Markdown

.avsc

Avro data schemas.

Convert

Prisma to Markdown

.prisma

Prisma database schemas.

Convert

DBML to Markdown

.dbml

Database markup language.

Convert

Turtle to Markdown

.ttl

RDF Turtle triples.

Convert

N-Triples to Markdown

.nt

Line-based RDF triples.

Convert

TriG to Markdown

.trig

RDF named-graph datasets.

Convert