CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

CSV met WKT-geometrie is 'n universele teksformaat vir die uitruil van geodata. Dit maak in enige sigbladtoepassing oop, voer maklik na databasisse in en word in dataverwerkingskripte gebruik.

Voer CSV nou uit ✨ Oop beta — gratis, geen beperkings nie

Sleutelkenmerke

Teksformaat
WKT-geometrie
Maak oop in Excel
Maklike DB-invoer

Oor die CSV-formaat

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.

Watter program open CSV-lêers

Die volgende programme en toepassings kan CSV (Comma-Separated Values) (.csv)-lêers wat uit OSM2CDR uitgevoer is, open, redigeer en daarmee werk:

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

Format specifications

Wie gebruik CSV-kaarte

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

Hoe om CSV uit te voer

1
Kies gebied
Teken 'n reghoek of veelhoek op die interaktiewe kaart by osm2cdr.ru
2
Kies CSV
Kies CSV (Comma-Separated Values) uit die lys van 127 beskikbare uitvoerformate
3
Uitvoer
Klik op Uitvoer en ontvang jou .csv-lêer binne 1-5 minute
4
Aflaai
Laai die gereede CSV-lêer af en open dit in Excel

Hoe om dit ná uitvoer te open

Gewilde kaarte in CSV

Gratis

Kry CSV (Comma-Separated Values)-kaartuitvoere

Laai professionele CSV-kaarte van OpenStreetMap af. Onmiddellike generering, enige gebied.

Gratis / uitvoer
Voer CSV nou uit →

Gereelde vrae

Kan ek die CSV-kaart in Excel oopmaak?
Hoe voer ek CSV in PostGIS in?
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?

Vergelyk met ander formate

Verwante formate

Dikwels saam uitgevoer

Related Articles