CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

A WKT-geometriát tartalmazó CSV egy univerzális szöveges formátum a térbeli adatok cseréjéhez. Bármely táblázatkezelőben megnyitható, könnyen importálható adatbázisokba, és adatfeldolgozó szkriptekben használatos.

CSV exportálása most ✨ Nyílt béta — ingyenes, korlátozás nélkül

Fő jellemzők

Szöveges formátum
WKT-geometria
Megnyitható Excelben
Egyszerű adatbázis-importálás

A(z) CSV formátumról

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.

Milyen program nyitja meg a(z) CSV fájlokat

A következő programok és alkalmazások képesek megnyitni, szerkeszteni és kezelni az OSM2CDR-ből exportált CSV (Comma-Separated Values) (.csv) fájlokat:

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

Format specifications

Ki használ CSV térképeket

🏗
Adatcsere
Passing geodata to where there is no GIS: anyone can open a table.
💻
Adatbázis-importálás
Loading into PostgreSQL, MySQL or a warehouse with a single import command.
📊
Excel/Google Táblázatok
Work in a familiar spreadsheet: filters, pivots, counting objects by type.
🎨
Feldolgozó szkriptek
Processing with Python or R scripts without installing geo libraries.
🗺
ETL-folyamatok
An intermediate layer in an ETL pipeline between the export and the target system.

Hogyan exportáljon CSV formátumba

1
Terület kijelölése
Rajzoljon egy téglalapot vagy sokszöget az interaktív térképen az osm2cdr.ru oldalon
2
CSV kiválasztása
Válassza ki a(z) CSV (Comma-Separated Values) formátumot a 127 elérhető exportformátum listájából
3
Exportálás
Kattintson az Exportálás gombra, és 1-5 percen belül megkapja a(z) .csv fájlt
4
Letöltés
Töltse le a kész CSV fájlt, és nyissa meg a(z) Excel programban

Hogyan nyissa meg az exportálás után

Népszerű térképek CSV formátumban

Ingyenes

Szerezzen be CSV (Comma-Separated Values) térképexportokat

Töltsön le professzionális CSV térképeket az OpenStreetMap adataiból. Azonnali generálás, bármilyen terület.

Ingyenes / export
CSV exportálása most →

Gyakran feltett kérdések

Megnyitható a CSV-térkép Excelben?
Hogyan importálható a CSV a PostGIS-be?
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?

Összehasonlítás más formátumokkal

Convert to CSV and back

CSV guides and tutorials

Kapcsolódó formátumok

Gyakran együtt exportálva

Related Articles