CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

CSV með WKT-rúmfræði er algilt textasnið fyrir gagnaskipti á landupplýsingum. Opnast í hvaða töflureikni sem er, flyst auðveldlega inn í gagnagrunna og er notað í gagnavinnsluskriftum.

Flytja út CSV núna ✨ Opin beta-prófun — ókeypis, engar takmarkanir

Helstu eiginleikar

Textasnið
WKT-rúmfræði
Opnast í Excel
Auðveldur innflutningur í gagnagrunn

Um CSV-sniðið

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.

Hvaða forrit opnar CSV-skrár

Eftirfarandi forrit geta opnað, breytt og unnið með CSV (Comma-Separated Values) (.csv) skrár sem fluttar eru út úr OSM2CDR:

📈Excel 💻Google Sheets 💻Python (pandas) 📐R 💻PostGIS 🌎QGIS

Format specifications

Hverjir nota CSV-kort

🏗
Gagnaskipti
Passing geodata to where there is no GIS: anyone can open a table.
💻
Innflutningur í gagnagrunn
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.
🎨
Vinnsluskriftur
Processing with Python or R scripts without installing geo libraries.
🗺
ETL-ferli
An intermediate layer in an ETL pipeline between the export and the target system.

Hvernig á að flytja út CSV

1
Veldu svæði
Teiknaðu rétthyrning eða marghyrning á gagnvirka kortinu á osm2cdr.ru
2
Veldu CSV
Veldu CSV (Comma-Separated Values) úr listanum yfir 127 fáanleg útflutningssnið
3
Flytja út
Smelltu á Flytja út og fáðu .csv-skrána þína eftir 1-5 mínútur
4
Sækja
Sæktu tilbúnu CSV-skrána og opnaðu hana í Excel

Hvernig á að opna eftir útflutning

Vinsæl kort í CSV

Free

Fáðu kortaútflutning í CSV (Comma-Separated Values)

Sæktu fagleg CSV-kort úr OpenStreetMap. Tafarlaus kortagerð, hvaða svæði sem er.

Ókeypis / útflutningur
Flytja út CSV núna →

Algengar spurningar

Get ég opnað CSV-kortið í Excel?
Hvernig flyt ég CSV inn í 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?

Berðu saman við önnur snið

Convert to CSV and back

CSV guides and tutorials

Tengd snið

Oft flutt út saman

Related Articles