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

התוכנות והיישומים הבאים יכולים לפתוח, לערוך ולעבוד עם קבצי 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?

השוואה עם פורמטים אחרים

Convert to CSV and back

CSV guides and tutorials

פורמטים קשורים

מיוצאים יחד לעיתים קרובות

Related Articles