CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

CSV cu geometrie WKT este un format text universal pentru schimbul de geodate. Se deschide în orice aplicație de calcul tabelar, se importă cu ușurință în baze de date și este folosit în scripturile de prelucrare a datelor.

Exportă CSV acum ✨ Open Beta — gratuit, fără limite

Caracteristici principale

Format text
Geometrie WKT
Se deschide în Excel
Import ușor în baze de date

Despre formatul 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.

Ce program deschide fișierele CSV

Următoarele programe și aplicații pot deschide, edita și prelucra fișiere CSV (Comma-Separated Values) (.csv) exportate din OSM2CDR:

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

Format specifications

Cine folosește hărțile CSV

🏗
Schimb de date
Passing geodata to where there is no GIS: anyone can open a table.
💻
Import în baze de date
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.
🎨
Scripturi de prelucrare
Processing with Python or R scripts without installing geo libraries.
🗺
Fluxuri ETL
An intermediate layer in an ETL pipeline between the export and the target system.

Cum se exportă CSV

1
Selectează zona
Desenează un dreptunghi sau un poligon pe harta interactivă de pe osm2cdr.ru
2
Alege CSV
Selectează CSV (Comma-Separated Values) din lista celor 127 de formate de export disponibile
3
Exportă
Apasă Export și primește fișierul .csv în 1-5 minute
4
Descarcă
Descarcă fișierul CSV finalizat și deschide-l în Excel

Cum se deschide fișierul după export

Hărți populare în CSV

Free

Obține exporturi de hărți CSV (Comma-Separated Values)

Descarcă hărți CSV profesionale din OpenStreetMap. Generare instantanee, orice zonă.

Gratuit / export
Exportă CSV acum →

Întrebări frecvente

Pot deschide harta CSV în Excel?
Cum import CSV în 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?

Compară cu alte formate

Formate înrudite

Exportate frecvent împreună

Related Articles