CSV 📄

CSV (Comma-Separated Values)

Open Beta
.csv · text/csv

Το CSV με γεωμετρία WKT είναι μια καθολική μορφή κειμένου για την ανταλλαγή γεωδεδομένων. Ανοίγει σε οποιαδήποτε εφαρμογή υπολογιστικών φύλλων, εισάγεται εύκολα σε βάσεις δεδομένων και χρησιμοποιείται σε σενάρια επεξεργασίας δεδομένων.

Εξαγωγή CSV τώρα ✨ Open Beta — δωρεάν, χωρίς όρια

Βασικά χαρακτηριστικά

Μορφή κειμένου
Γεωμετρία WKT
Ανοίγει στο Excel
Εύκολη εισαγωγή σε βάση δεδομένων

Σχετικά με τη μορφή 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.

Ποιο πρόγραμμα ανοίγει αρχεία CSV

Τα ακόλουθα προγράμματα και εφαρμογές μπορούν να ανοίξουν, να επεξεργαστούν και να εργαστούν με αρχεία CSV (Comma-Separated Values) (.csv) που έχουν εξαχθεί από το OSM2CDR:

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

Format specifications

Ποιοι χρησιμοποιούν χάρτες CSV

🏗
Ανταλλαγή δεδομένων
Passing geodata to where there is no GIS: anyone can open a table.
💻
Εισαγωγή σε βάση δεδομένων
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.
🎨
Σενάρια επεξεργασίας
Processing with Python or R scripts without installing geo libraries.
🗺
Ροές ETL
An intermediate layer in an ETL pipeline between the export and the target system.

Πώς να εξαγάγετε CSV

1
Επιλογή περιοχής
Σχεδιάστε ένα ορθογώνιο ή πολύγωνο στον διαδραστικό χάρτη στο osm2cdr.ru
2
Επιλέξτε CSV
Επιλέξτε CSV (Comma-Separated Values) από τη λίστα με τις 127 διαθέσιμες μορφές εξαγωγής
3
Εξαγωγή
Κάντε κλικ στο «Εξαγωγή» και λάβετε το αρχείο σας .csv σε 1-5 λεπτά
4
Λήψη
Κατεβάστε το έτοιμο αρχείο CSV και ανοίξτε το στο Excel

Πώς να το ανοίξετε μετά την εξαγωγή

Δημοφιλείς χάρτες σε CSV

Δωρεάν

Αποκτήστε εξαγωγές χαρτών CSV (Comma-Separated Values)

Κατεβάστε επαγγελματικούς χάρτες CSV από το OpenStreetMap. Άμεση δημιουργία, για οποιαδήποτε περιοχή.

Δωρεάν / εξαγωγή
Εξαγωγή CSV τώρα →

Συχνές ερωτήσεις

Μπορώ να ανοίξω τον χάρτη CSV στο Excel;
Πώς εισάγω 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?

Σύγκριση με άλλες μορφές

Σχετικές μορφές

Συχνά εξάγονται μαζί

Related Articles