CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

CSV WKT გეომეტრიით არის გეომონაცემთა გაცვლის უნივერსალური ტექსტური ფორმატი. იხსნება ცხრილების ნებისმიერ აპლიკაციაში, ადვილად იმპორტდება მონაცემთა ბაზებში და გამოიყენება მონაცემთა დამუშავების სკრიპტებში.

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?

შეადარეთ სხვა ფორმატებს

Convert to CSV and back

CSV guides and tutorials

დაკავშირებული ფორმატები

ხშირად ერთად ექსპორტირებული

Related Articles