带 WKT 几何的 CSV 是一种通用的地理数据交换文本格式。可在任意电子表格应用中打开,便于导入数据库,也常用于数据处理脚本。
立即导出 CSV
✨ Open Beta — 免费无限制
主要特点
✓文本格式
✓WKT 几何
✓可在 Excel 中打开
✓便于导入到数据库
打开 CSV 文件的程序
以下程序可以打开、编辑和处理从 OSM2CDR 导出的 CSV (Comma-Separated Values)(.csv)文件:
Excel
Google Sheets
Python (pandas)
R
PostGIS
QGIS
格式规格
- 开放标准
- 仅 2D
- 无损(无质量损失)
- 存储要素属性
- 输出:1 个文件
- RFC 4180 CSV with WKT geometry column or lat/lon pairs. UTF-8 encoded. Opens in Excel, LibreOffice, pandas, QGIS.
谁在使用 CSV 地图
数据交换
数据库导入
Excel / Google Sheets
数据处理脚本
ETL 数据管道
如何导出 CSV
1
选择区域
在 osm2cdr 的交互式地图上绘制矩形或多边形
2
选择 CSV
从 127 种可用导出格式中选择 CSV (Comma-Separated Values)
3
导出
点击导出,1–5 分钟内收到您的 .csv 文件
4
下载
下载完成的 CSV 文件并在 Excel 中打开
CSV 格式的热门地图
常见问题
我能在 Excel 中打开 CSV 地图吗? ▼
如何把 CSV 导入 PostGIS? ▼
与其他格式比较
相关格式
经常一起导出
Related Articles
format
WKB and WKT: Geometry Formats for Developers
WKB and WKT: binary and text geometry formats. PostGIS, Shapely, GEOS. When to use which, conversion, performance, and e
guideData Products: Ready-Made Geodata Extracts for Analysis
274 geodata extracts from OpenStreetMap: POIs, buildings, roads, water bodies. How to choose, download, and use for area
formatCSV for Geodata — Simplest Tabular Format for POIs, Coordinates and Addresses
CSV (RFC 4180) is the simplest tabular text format: lat/lon columns or WKT geometry, readable in Excel/pandas/R/QGIS; th