GeoCSV 📊

GeoCSV (CSV with lat/lon columns)

Open Beta
.csv · text/csv

GeoCSV is the simplest geo-format: a plain CSV file with separate latitude and longitude columns that opens anywhere — from Excel and Google Sheets to pandas, QGIS, and DuckDB. That universality is why it is chosen for exchanging POI lists between the Excel team, analysts, and GIS engineers. Our exporter writes OSM features as rows with lat and lon columns, adding name, type, layer, and non-empty attributes; for lines and polygons the centroid is used. The file is encoded in UTF-8 with BOM so Cyrillic opens correctly in Excel. A single layer yields a .csv file, multiple layers a ZIP. Honestly: it is a flat table of points — the full shape of lines and polygons is not preserved here; for those use GeoJSON or GeoPackage.

지금 GeoCSV 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

Separate lat and lon columns — understandable without GIS tools
OSM attributes as plain columns: name, type, layer, and non-empty tags
Centroid is exported for lines and polygons
UTF-8 with BOM encoding for correct opening in Excel
Single layer — a .csv file, multiple layers — a ZIP archive

GeoCSV 형식 소개

GeoCSV is not a separate technology but a convention: an ordinary CSV table in which two columns are set aside for latitude and longitude. There is nothing to comply with, but such a file opens everywhere — from Excel and Google Sheets to pandas, R, QGIS and DuckDB.

The format is chosen for people rather than machines: a list of features has to go to a colleague who does not work in GIS, be published on an open data portal, or be loaded into someone else's system that only accepts "a file with coordinates".

The file has a row per feature: lat and lon columns, next to them the name, the type, the map layer and the non-empty OpenStreetMap tags. For lines and polygons the centroid is used — one point per feature. The encoding is UTF-8 with BOM, so that non-Latin text opens in Excel with a double click, without the import wizard. One layer means one .csv, several layers mean a ZIP.

The shape of streets and blocks is not preserved in such a table. If you need the whole geometry rather than points, take GeoJSON, GeoPackage or Shapefile.

GeoCSV 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 GeoCSV (CSV with lat/lon columns)(.csv) 파일을 열고 편집하고 작업할 수 있습니다:

📈Microsoft Excel 💻Google Sheets 🌎QGIS 💻pandas / GeoPandas 💻DuckDB

Format specifications

GeoCSV 지도 사용자

🏗
Exchanging a POI list with colleagues working in Excel or Google Sheets
A simple table a colleague will open with a double click and filter with the tools they already know.
💻
Importing points into pandas or R for statistical analysis
A ready input for statistics: points become dataframe rows with no geo wrapping.
📊
Quickly loading points into QGIS via drag-and-drop with no setup
QGIS recognizes the coordinate columns itself — the layer appears on the map with no setup.
🎨
Publishing tabular geodata on an open-data portal
A format that open data portals and municipal catalogs accept.

GeoCSV 내보내기 방법

1
영역 선택
osm2cdr.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
GeoCSV 선택
사용 가능한 127가지 내보내기 형식 목록에서 GeoCSV (CSV with lat/lon columns)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .csv 파일을 받습니다
4
다운로드
완성된 GeoCSV 파일을 다운로드하여 Microsoft Excel에서 여세요

내보낸 뒤 여는 방법

GeoCSV 형식의 인기 지도

무료

GeoCSV (CSV with lat/lon columns) 지도 내보내기 받기

OpenStreetMap에서 전문가용 GeoCSV 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 GeoCSV 내보내기 →

자주 묻는 질문

Is the full shape of lines and polygons preserved?
Why does the file open with garbled text in Excel?
Which coordinate system are the lat/lon columns in?
Can I open the result directly in QGIS?
Which columns will be in the file?
How is this different from a CSV export with a WKT column?

관련 형식

함께 자주 내보내는 형식

Related Articles