CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

WKT ભૂમિતિ સાથેનું CSV એ ભૂ-ડેટા વિનિમય માટેનું સાર્વત્રિક ટેક્સ્ટ ફોર્મેટ છે. કોઈપણ સ્પ્રેડશીટ એપ્લિકેશનમાં ખૂલે છે, ડેટાબેઝમાં સરળતાથી આયાત થાય છે, અને ડેટા પ્રક્રિયા સ્ક્રિપ્ટમાં વપરાય છે.

CSV હમણાં એક્સપોર્ટ કરો ✨ ઓપન બીટા — મફત, કોઈ મર્યાદા નહીં

મુખ્ય સુવિધાઓ

ટેક્સ્ટ ફોર્મેટ
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
એક્સપોર્ટ
Export પર ક્લિક કરો અને 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