CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

CSV dengan geometri WKT ialah format teks universal untuk pertukaran geodata. Dibuka dalam mana-mana aplikasi hamparan, mudah diimport ke pangkalan data, dan digunakan dalam skrip pemprosesan data.

Eksport CSV sekarang ✨ Beta Terbuka — percuma, tanpa had

Ciri Utama

Format teks
Geometri WKT
Dibuka dalam Excel
Import DB yang mudah

Mengenai Format 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.

Program yang Membuka Fail CSV

Program dan aplikasi berikut boleh membuka, menyunting, dan bekerja dengan fail CSV (Comma-Separated Values) (.csv) yang dieksport daripada OSM2CDR:

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

Format specifications

Siapa yang Menggunakan Peta CSV

🏗
Pertukaran data
Passing geodata to where there is no GIS: anyone can open a table.
💻
Import pangkalan data
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.
🎨
Skrip pemprosesan
Processing with Python or R scripts without installing geo libraries.
🗺
Saluran paip ETL
An intermediate layer in an ETL pipeline between the export and the target system.

Cara Mengeksport CSV

1
Pilih kawasan
Lukis segi empat atau poligon pada peta interaktif di osm2cdr.ru
2
Pilih CSV
Pilih CSV (Comma-Separated Values) daripada senarai 127 format eksport yang tersedia
3
Eksport
Klik Eksport dan terima fail .csv anda dalam 1-5 minit
4
Muat turun
Muat turun fail CSV yang siap dan buka dalam Excel

Cara Membuka Selepas Eksport

Peta popular dalam CSV

Percuma

Dapatkan eksport peta CSV (Comma-Separated Values)

Muat turun peta CSV profesional daripada OpenStreetMap. Penjanaan serta-merta, sebarang kawasan.

Percuma / eksport
Eksport CSV sekarang →

Soalan Lazim

Bolehkah saya membuka peta CSV dalam Excel?
Bagaimana untuk mengimport CSV ke 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?

Bandingkan dengan Format Lain

Format Berkaitan

Kerap Dieksport Bersama

Related Articles