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
ఎగుమతి
'ఎగుమతి' క్లిక్ చేసి మీ .geojson ఫైల్‌ను 1-5 నిమిషాల్లో అందుకోండి
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