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

Бесплатно

Преузмите извозе карата у формату 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