CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

WKT 지오메트리를 포함한 CSV는 지오데이터 교환을 위한 범용 텍스트 형식입니다. 모든 스프레드시트 애플리케이션에서 열리고, 데이터베이스로 손쉽게 가져올 수 있으며, 데이터 처리 스크립트에서 사용됩니다.

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

주요 기능

텍스트 형식
WKT 지오메트리
Excel에서 바로 열 수 있음
간편한 DB 가져오기

CSV 형식 소개

CSV is a simple table: a row per object, columns separated by commas. Geography is put into it in two ways, and we use both at once: the full geometry of an object is written as text in WKT format, and next to it come the latitude and longitude of a representative point — for a line and a polygon that is a point on the object itself, not a nominal center outside it.

The format is chosen when the map is needed as data rather than as a picture: to count objects in a table, to merge with an export from your own system, to load into a database, to hand to a colleague without a GIS, to run through a script. CSV is read by literally everything — from Excel to pandas.

The output is a single file in UTF-8 encoding. One layer gives an ordinary table; if several layers are selected, they are gathered into one file, and the first column _layer shows where the row came from — it makes splitting the data back apart easy. OSM attributes go as separate columns, and the coordinates are in WGS84 rounded to seven decimal places, which is about a centimeter.

CSV 파일을 여는 프로그램

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

📈Excel 💻Google Sheets 💻Python (pandas) 📐R 💻PostGIS 🌎QGIS

Format specifications

CSV 지도 사용자

🏗
데이터 교환
Passing geodata to where there is no GIS: anyone can open a table.
💻
데이터베이스 가져오기
Loading into PostgreSQL, MySQL or a warehouse with a single import command.
📊
Excel/Google Sheets
Work in a familiar spreadsheet: filters, pivots, counting objects by type.
🎨
처리 스크립트
Processing with Python or R scripts without installing geo libraries.
🗺
ETL 파이프라인
An intermediate layer in an ETL pipeline between the export and the target system.

CSV 내보내기 방법

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

내보낸 뒤 여는 방법

CSV 형식의 인기 지도

무료

CSV (Comma-Separated Values) 지도 내보내기 받기

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

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

자주 묻는 질문

CSV 지도를 Excel에서 열 수 있나요?
CSV를 PostGIS로 어떻게 가져오나요?
How do I open the file in Excel without garbled characters?
What are the _layer, lat and lon columns?
What coordinate system do the coordinates come in?

다른 형식과 비교

Convert to CSV and back

CSV guides and tutorials

관련 형식

함께 자주 내보내는 형식

Related Articles