GeoJSON 💻

GeoJSON

Open Beta
.geojson · application/geo+json

GeoJSON என்பது JSON அடிப்படையிலான ஒரு திறந்த புவித்தரவு வடிவம். வலை உருவாக்குநர்களுக்கான நிலையான தீர்வு, Leaflet, Mapbox, OpenLayers, D3.js மற்றும் எந்தவொரு GIS மென்பொருளுடனும் இணக்கமானது.

GeoJSON ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் ✨ திறந்த பீட்டா — இலவசம், வரம்புகள் இல்லை

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

மனிதரால் படிக்கக்கூடிய JSON வடிவம்
அம்சப் பண்புகள் (பெயர்கள், வகைகள்)
WGS84 ப்ரொஜெக்ஷன்
உள்ளமைந்த உலாவி ஆதரவு
Example GeoJSON export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

GeoJSON வடிவம் பற்றி

GeoJSON is an open geodata format (RFC 7946) in which geography is written as ordinary JSON: an array of features, each with a geometry and a set of properties. A human can read it in a text editor, any programming language parses it in one line, and practically all web cartography understands it — Leaflet, Mapbox GL, OpenLayers, D3.js — with no plugins or converters.

An OSM map is exported to GeoJSON when you need the features themselves rather than a picture: to attach a layer to a website, compute statistics for a district, filter the categories you need, load the data into PostGIS or run it through GeoPandas. It is also the most convenient intermediate format: from it, ogr2ogr or QGIS will make SHP, GeoPackage, KML — anything you like.

The output is a single UTF-8 file: one FeatureCollection gathering all the layers of the selected area. Every feature keeps its OpenStreetMap attributes (name, type, tags) and a service property _layer with the name of its source layer — one line of filtering takes the data apart again into roads, buildings, water, greenery and points of interest. Coordinates are WGS84 (EPSG:4326), as the specification requires; the recorded precision is six decimal places, about ten centimeters on the ground: the file drops into any GIS and any web framework with no reprojection.

GeoJSON கோப்புகளை எந்த நிரல் திறக்கிறது

OSM2CDR இலிருந்து ஏற்றுமதி செய்யப்பட்ட GeoJSON (.geojson) கோப்புகளைப் பின்வரும் நிரல்களும் பயன்பாடுகளும் திறக்கலாம், திருத்தலாம் மற்றும் அவற்றுடன் வேலை செய்யலாம்:

💻Leaflet 💻Mapbox 🌎QGIS 💻D3.js 💻Kepler.gl 💻GeoPandas

Format specifications

GeoJSON வரைபடங்களை யார் பயன்படுத்துகிறார்கள்

🏗
வலை உருவாக்கம்
The native format for Leaflet, Mapbox and OpenLayers: the map is attached to a site with a couple of lines of code.
💻
ஊடாடும் வரைபடங்கள்
Vector layers with attributes for clickable maps with tooltips and filters.
📊
தரவு காட்சிப்படுத்தல்
A ready source for D3.js and dashboards: boundaries, POI and routes in standard JSON.
🎨
API-கள் மற்றும் சேவைகள்
A lightweight geodata exchange format for REST APIs and microservices.
🗺
தரவு அறிவியல்
Loading city geometry into GeoPandas and QGIS for spatial analysis.

GeoJSON ஐ எவ்வாறு ஏற்றுமதி செய்வது

1
பகுதியைத் தேர்ந்தெடுங்கள்
osm2cdr.ru இல் உள்ள ஊடாடும் வரைபடத்தில் ஒரு செவ்வகம் அல்லது பலகோணத்தை வரையுங்கள்
2
GeoJSON ஐத் தேர்வுசெய்யுங்கள்
கிடைக்கும் 127 ஏற்றுமதி வடிவங்களின் பட்டியலிலிருந்து GeoJSON ஐத் தேர்ந்தெடுங்கள்
3
ஏற்றுமதி
ஏற்றுமதி என்பதைக் கிளிக் செய்து 1-5 நிமிடங்களில் உங்கள் .geojson கோப்பைப் பெறுங்கள்
4
பதிவிறக்கம்
தயாரான GeoJSON கோப்பைப் பதிவிறக்கம் செய்து அதை Leaflet இல் திறக்கவும்

ஏற்றுமதிக்குப் பிறகு எப்படித் திறப்பது

GeoJSON இல் பிரபலமான வரைபடங்கள்

இலவசம்

GeoJSON வரைபட ஏற்றுமதிகளைப் பெறுங்கள்

OpenStreetMap இலிருந்து தொழில்முறை GeoJSON வரைபடங்களைப் பதிவிறக்கம் செய்யுங்கள். உடனடி உருவாக்கம், எந்தப் பகுதியும்.

இலவசம் / ஏற்றுமதி
GeoJSON ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் →

அடிக்கடி கேட்கப்படும் கேள்விகள்

GeoJSON-ஐ உலாவியில் திறக்க முடியுமா?
GeoJSON இலவசமா?
GeoJSON-ஐ PostGIS-இல் ஏற்ற முடியுமா?
How do I split the export back into layers?
Which projection do the coordinates arrive in?
What should I do if the file turns out too big for a browser?

பிற வடிவங்களுடன் ஒப்பிடுங்கள்

தொடர்புடைய வடிவங்கள்

அடிக்கடி ஒன்றாக ஏற்றுமதி செய்யப்படுகிறது

Related Articles