CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

WKT երկրաչափությամբ CSV-ն գեոտվյալների փոխանակման համընդհանուր տեքստային ձևաչափ է։ Բացվում է ցանկացած աղյուսակային հավելվածում, հեշտությամբ ներմուծվում է տվյալների բազաներ և օգտագործվում տվյալների մշակման սկրիպտներում։

Արտահանել CSV հիմա ✨ Open Beta — անվճար, առանց սահմանափակումների

Հիմնական հատկություններ

Տեքստային ձևաչափ
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 ֆայլերը

Հետևյալ ծրագրերն ու հավելվածները կարող են բացել, խմբագրել և աշխատել 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
Ցանկից ընտրեք 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