CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

CSV su WKT geometrija yra universalus tekstinis formatas geoduomenims keistis. Atsiveria bet kurioje skaičiuoklės programoje, lengvai importuojamas į duomenų bazes ir naudojamas duomenų apdorojimo scenarijuose.

Eksportuoti CSV dabar ✨ Atviroji beta — nemokamai, be apribojimų

Pagrindinės savybės

Tekstinis formatas
WKT geometrija
Atsiveria programoje Excel
Lengvas importas į duomenų bazę

Apie CSV formatą

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.

Kokia programa atidaro CSV failus

Šios programos gali atidaryti, redaguoti CSV (Comma-Separated Values) (.csv) failus, eksportuotus iš OSM2CDR, ir dirbti su jais:

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

Format specifications

Kas naudoja CSV žemėlapius

🏗
Apsikeitimas duomenimis
Passing geodata to where there is no GIS: anyone can open a table.
💻
Importas į duomenų bazę
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.
🎨
Apdorojimo scenarijai
Processing with Python or R scripts without installing geo libraries.
🗺
ETL konvejeriai
An intermediate layer in an ETL pipeline between the export and the target system.

Kaip eksportuoti CSV

1
Pažymėkite sritį
Nubrėžkite stačiakampį arba daugiakampį interaktyviame žemėlapyje osm2cdr.ru
2
Pasirinkite CSV
Iš 127 prieinamų eksporto formatų sąrašo pasirinkite CSV (Comma-Separated Values)
3
Eksportuoti
Spustelėkite „Eksportuoti“ ir gaukite savo .csv failą per 1–5 minutes
4
Atsisiųsti
Atsisiųskite paruoštą CSV failą ir atidarykite jį programoje Excel

Kaip atidaryti po eksporto

Populiarūs CSV formato žemėlapiai

Free

Gaukite CSV (Comma-Separated Values) žemėlapių eksportą

Atsisiųskite profesionalius CSV žemėlapius iš OpenStreetMap. Momentinis generavimas, bet kuri sritis.

Nemokamas / eksportas
Eksportuoti CSV dabar →

Dažnai užduodami klausimai

Ar galiu atidaryti CSV žemėlapį programoje Excel?
Kaip importuoti 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?

Palyginimas su kitais formatais

Convert to CSV and back

CSV guides and tutorials

Susiję formatai

Dažnai eksportuojama kartu

Related Articles