GeoCSV 📊

GeoCSV (CSV with lat/lon columns)

Open Beta
.csv · text/csv

GeoCSV is the simplest geo-format: a plain CSV file with separate latitude and longitude columns that opens anywhere — from Excel and Google Sheets to pandas, QGIS, and DuckDB. That universality is why it is chosen for exchanging POI lists between the Excel team, analysts, and GIS engineers. Our exporter writes OSM features as rows with lat and lon columns, adding name, type, layer, and non-empty attributes; for lines and polygons the centroid is used. The file is encoded in UTF-8 with BOM so Cyrillic opens correctly in Excel. A single layer yields a .csv file, multiple layers a ZIP. Honestly: it is a flat table of points — the full shape of lines and polygons is not preserved here; for those use GeoJSON or GeoPackage.

ابھی GeoCSV برآمد کریں ✨ Open Beta — مفت، کوئی حد نہیں

اہم خصوصیات

Separate lat and lon columns — understandable without GIS tools
OSM attributes as plain columns: name, type, layer, and non-empty tags
Centroid is exported for lines and polygons
UTF-8 with BOM encoding for correct opening in Excel
Single layer — a .csv file, multiple layers — a ZIP archive

GeoCSV فارمیٹ کے بارے میں

GeoCSV is not a separate technology but a convention: an ordinary CSV table in which two columns are set aside for latitude and longitude. There is nothing to comply with, but such a file opens everywhere — from Excel and Google Sheets to pandas, R, QGIS and DuckDB.

The format is chosen for people rather than machines: a list of features has to go to a colleague who does not work in GIS, be published on an open data portal, or be loaded into someone else's system that only accepts "a file with coordinates".

The file has a row per feature: lat and lon columns, next to them the name, the type, the map layer and the non-empty OpenStreetMap tags. For lines and polygons the centroid is used — one point per feature. The encoding is UTF-8 with BOM, so that non-Latin text opens in Excel with a double click, without the import wizard. One layer means one .csv, several layers mean a ZIP.

The shape of streets and blocks is not preserved in such a table. If you need the whole geometry rather than points, take GeoJSON, GeoPackage or Shapefile.

کون سا پروگرام GeoCSV فائلیں کھولتا ہے

درج ذیل پروگرام اور ایپلیکیشنز OSM2CDR سے برآمد کردہ GeoCSV (CSV with lat/lon columns) (.csv) فائلوں کو کھول، ترمیم اور ان کے ساتھ کام کر سکتے ہیں:

📈Microsoft Excel 💻Google Sheets 🌎QGIS 💻pandas / GeoPandas 💻DuckDB

Format specifications

GeoCSV نقشے کون استعمال کرتا ہے

🏗
Exchanging a POI list with colleagues working in Excel or Google Sheets
A simple table a colleague will open with a double click and filter with the tools they already know.
💻
Importing points into pandas or R for statistical analysis
A ready input for statistics: points become dataframe rows with no geo wrapping.
📊
Quickly loading points into QGIS via drag-and-drop with no setup
QGIS recognizes the coordinate columns itself — the layer appears on the map with no setup.
🎨
Publishing tabular geodata on an open-data portal
A format that open data portals and municipal catalogs accept.

GeoCSV کیسے برآمد کریں

1
علاقہ منتخب کریں
osm2cdr.ru پر انٹرایکٹو نقشے پر ایک مستطیل یا کثیرالاضلاع کھینچیں
2
GeoCSV چنیں
127 دستیاب برآمدی فارمیٹس کی فہرست سے GeoCSV (CSV with lat/lon columns) منتخب کریں
3
برآمد
برآمد پر کلک کریں اور 1-5 منٹ میں اپنی .csv فائل حاصل کریں
4
ڈاؤن لوڈ
تیار GeoCSV فائل ڈاؤن لوڈ کریں اور اسے Microsoft Excel میں کھولیں

ایکسپورٹ کے بعد کیسے کھولیں

GeoCSV میں مقبول نقشے

مفت

GeoCSV (CSV with lat/lon columns) نقشہ برآمدات حاصل کریں

OpenStreetMap سے پیشہ ورانہ GeoCSV نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔

Free / برآمد
ابھی GeoCSV برآمد کریں →

اکثر پوچھے جانے والے سوالات

Is the full shape of lines and polygons preserved?
Why does the file open with garbled text in Excel?
Which coordinate system are the lat/lon columns in?
Can I open the result directly in QGIS?
Which columns will be in the file?
How is this different from a CSV export with a WKT column?

متعلقہ فارمیٹس

اکثر ایک ساتھ برآمد کیے جاتے ہیں

Related Articles