Skip to content

Convert OpenStreetMap to Markdown.

Drop an .osm file and get a tidy Markdown summary of its nodes, ways and relations. 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

Map data,
at a glance.

An .osm file packs thousands of nodes, ways and relations into raw XML that is hard to read by eye. The summary turns it into a short Markdown overview with counts and named elements.

OSMmap.osm

<osm>

  <node id="1" lat="38.7" lon="-9.1">

    <tag k="name" v="City Hall"/>

  </node>

  <way id="2">...</way>

</osm>

MDmap.md

# OpenStreetMap

- Nodes: 1

- Ways: 1

- Relations: 0

## Named elements

- City Hall

02Features

Everything you
actually need.

OpenStreetMap XML in, a clean Markdown summary out, with no server and no account anywhere.

It never leaves your browser

Your .osm is read and parsed on your own device. Nothing is uploaded to any server, ever.

local
OSMmap.osm

# 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.

- Nodes: 1

- Ways: 1

- Relations: 0

- City Hall

Counts and named elements

The output tallies nodes, ways and relations, then lists every named element.

éñü

Unicode safe

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

Free, and unlimited

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

03Fidelity

What the summary
keeps.

Honest about what comes through, and what doesn't. These are the same notes the Formats list shows for OpenStreetMap, so the page never drifts from what the converter really does.

Kept

3
  • Node, way and relation counts
  • List of name tags (up to 200)
  • A summary heading

Dropped

3
  • Coordinates
  • Other tags
  • Element references
OSMmap.osm

Nodes: 1

Ways: 1

Relations: 0

kept

- City Hall

- Main Bridge

- River Path

kept

lat="38.7" lon="-9.1"

dropped

tag k="highway" v="primary"

nd ref="1001"

dropped
04FAQ

OSM questions,
answered.

Everything worth knowing before you drop in an .osm file.

05More

Other converters.

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

Notation3 to Markdown

.n3

Notation3 RDF source.

Convert

RDF/XML to Markdown

.rdf · .owl

RDF & OWL ontologies.

Convert

JSON-LD to Markdown

.jsonld

Linked-data JSON.

Convert

SPARQL results to Markdown

.srx · .srj

SPARQL query results.

Convert

Email to Markdown

.eml

Single email messages.

Convert

Mbox to Markdown

.mbox

Mailbox archives.

Convert

Saved web page to Markdown

.mht · .mhtml

MHTML single-file pages.

Convert

vCard to Markdown

.vcf

Contact cards.

Convert