CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

WKT வடிவவியலுடன் கூடிய CSV என்பது புவித்தரவுப் பரிமாற்றத்திற்கான ஒரு பொதுவான உரை வடிவம். எந்தவொரு விரிதாள் பயன்பாட்டிலும் திறக்கப்படும், தரவுத்தளங்களுக்கு எளிதாக இறக்குமதி செய்யப்படும், மேலும் தரவுச் செயலாக்க ஸ்கிரிப்ட்களில் பயன்படுத்தப்படுகிறது.

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 கோப்புகளை எந்த நிரல் திறக்கிறது

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?

பிற வடிவங்களுடன் ஒப்பிடுங்கள்

Convert to CSV and back

CSV guides and tutorials

தொடர்புடைய வடிவங்கள்

அடிக்கடி ஒன்றாக ஏற்றுமதி செய்யப்படுகிறது

Related Articles