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?

Сравнение с други формати

Convert to CSV and back

CSV guides and tutorials

Свързани формати

Често експортирани заедно

Related Articles