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?

他のフォーマットと比較

関連フォーマット

よく一緒にエクスポートされるフォーマット

Related Articles