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