CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

CSV з геометрією WKT — універсальний текстовий формат для обміну геоданими. Відкривається в будь-якому табличному застосунку, легко імпортується в бази даних і використовується у сценаріях обробки даних.

Експортувати CSV зараз ✨ Відкрита бета — безкоштовно, без обмежень

Ключові можливості

Текстовий формат
Геометрія WKT
Відкривається в Excel
Простий імпорт у БД

Про формат 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

Наведені програми та застосунки можуть відкривати, редагувати та працювати з файлами CSV (Comma-Separated Values) (.csv), експортованими з OSM2CDR:

📈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
Виберіть CSV (Comma-Separated Values) зі списку 127 доступних форматів експорту
3
Експорт
Натисніть «Експорт» і отримайте файл .csv за 1-5 хвилин
4
Завантаження
Завантажте готовий файл CSV та відкрийте його у Excel

Як відкрити після експорту

Популярні карти у форматі CSV

Free

Отримайте експорт карт у CSV (Comma-Separated Values)

Завантажуйте професійні карти CSV з OpenStreetMap. Миттєва генерація, будь-яка область.

Безкоштовно / експорт
Експортувати 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