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) را از فهرست ۱۲۷ قالب خروجی موجود انتخاب کنید
3
خروجی
روی خروجی کلیک کنید و فایل .csv خود را در ۱ تا ۵ دقیقه دریافت کنید
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