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 ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் ✨ திறந்த பீட்டா — இலவசம், வரம்புகள் இல்லை

முக்கிய அம்சங்கள்

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 வரைபடங்களைப் பதிவிறக்கம் செய்யுங்கள். உடனடி உருவாக்கம், எந்தப் பகுதியும்.

இலவசம் / ஏற்றுமதி
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