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 چنیں
127 دستیاب برآمدی فارمیٹس کی فہرست سے CSV (Comma-Separated Values) منتخب کریں
3
برآمد
برآمد پر کلک کریں اور 1-5 منٹ میں اپنی .csv فائل حاصل کریں
4
ڈاؤن لوڈ
تیار CSV فائل ڈاؤن لوڈ کریں اور اسے Excel میں کھولیں

ایکسپورٹ کے بعد کیسے کھولیں

CSV میں مقبول نقشے

مفت

CSV (Comma-Separated Values) نقشہ برآمدات حاصل کریں

OpenStreetMap سے پیشہ ورانہ CSV نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔

Free / برآمد
ابھی 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