CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

WKT भूमितीसह CSV हे भूडेटा अदलाबदलीसाठीचे सार्वत्रिक मजकूर स्वरूप आहे. कोणत्याही स्प्रेडशीट अनुप्रयोगात उघडते, सहजपणे डेटाबेसमध्ये आयात होते, आणि डेटा प्रक्रिया स्क्रिप्टमध्ये वापरले जाते.

आता CSV निर्यात करा ✨ Open Beta — विनामूल्य, कोणत्याही मर्यादा नाहीत

मुख्य वैशिष्ट्ये

मजकूर स्वरूप
WKT भूमिती
Excel मध्ये उघडते
सोपी DB आयात

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 नकाशे डाउनलोड करा. तत्काळ निर्मिती, कोणतेही क्षेत्र.

विनामूल्य / निर्यात
आता 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