{# canonical_base is the OWNING tenant's origin: all 16 Peasy domains serve the same catalogue, so a page rendered by a non-owner points its canonical at the owner instead of competing with it. Falls back to this site for static/self-owned pages. #}
🍋
Menu
.geojson Data

GeoJSON

भौगोलिक डेटा स्ट्रक्चर्स को एन्कोड करने के लिए JSON-आधारित फॉर्मेट। GeoJSON मानचित्र डेटा, स्थान सेवाओं और भौगोलिक सूचना प्रणालियों में व्यापक रूप से उपयोग किया जाता है।

MIME Type

application/geo+json

प्रकार

टेक्स्ट

संपीड़न

दोषरहित

लाभ

  • + Human-readable JSON format — easy to debug and edit
  • + Universal support in web mapping libraries and GIS tools
  • + Simple specification that is easy to generate and consume
  • + Standardized as RFC 7946

हानियाँ

  • Verbose for large datasets — consider GeoParquet or TopoJSON
  • No built-in support for coordinate reference systems beyond WGS84
  • Topology is not preserved — no shared boundaries

.GEOJSON कब उपयोग करें

वेब मैपिंग (Leaflet, Mapbox), स्थान-आधारित API, GIS डेटा इंटरचेंज, भौगोलिक विज़ुअलाइज़ेशन, और मोबाइल ऐप्स में मानचित्र डेटा।

तकनीकी विवरण

GeoJSON सात geometry types परिभाषित करता है: Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon और GeometryCollection। Feature और FeatureCollection ऑब्जेक्ट geometries को properties से जोड़ते हैं। CRS (Coordinate Reference System) WGS 84 (EPSG:4326) है।

इतिहास

GeoJSON स्पेसिफ़िकेशन 2008 में एक कम्युनिटी प्रयास के रूप में शुरू हुई। RFC 7946 (2016) ने इसे IETF मानक के रूप में औपचारिक बनाया। Leaflet, Mapbox, Google Maps, QGIS और अनगिनत GIS टूल्स GeoJSON को सपोर्ट करते हैं।

.GEOJSON से रूपांतरित करें

.GEOJSON में रूपांतरित करें

संबंधित फ़ॉर्मेट