GeoJSON

Hacker News Top Tools

Summary

GeoJSON is an open standard format for encoding geographic data structures using JSON, supporting various geometry types and standardized as RFC 7946 by IETF in 2016.

No content available
Original Article
View Cached Full Text

Cached at: 05/08/26, 12:27 PM

# GeoJSON Source: [https://geojson.org/](https://geojson.org/) GeoJSON is a format for encoding a variety of geographic data structures\. ``` { "type": "Feature", "geometry": { "type": "Point", "coordinates": [125.6, 10.1] }, "properties": { "name": "Dinagat Islands" } } ``` GeoJSON supports the following geometry types:`Point`,`LineString`,`Polygon`,`MultiPoint`,`MultiLineString`, and`MultiPolygon`\. Geometric objects with additional properties are`Feature`objects\. Sets of features are contained by`FeatureCollection`objects\. ## [The GeoJSON Specification \(RFC 7946\)](https://tools.ietf.org/html/rfc7946) In 2015, the Internet Engineering Task Force \(IETF\), in conjunction with the original specification authors, formed a[GeoJSON WG](https://datatracker.ietf.org/wg/geojson/charter/)to standardize GeoJSON\.[RFC 7946](https://tools.ietf.org/html/rfc7946)was published in August 2016 and is the new standard specification of the GeoJSON format, replacing the 2008 GeoJSON specification\.

Similar Articles

GeoLibre 1.0

Hacker News Top

GeoLibre 1.0 is a lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data, built with modern web technologies and running across desktop and web environments.

Introducing the Open Knowledge Format (9 minute read)

TLDR AI

Google Cloud introduces the Open Knowledge Format (OKF), an open specification for representing metadata and curated knowledge in markdown files to improve data sharing and context for AI agents. The format aims to make knowledge from fragmented internal systems portable and interoperable.

No One Knows the State of the Art in Geospatial Foundation Models

Hugging Face Daily Papers

This paper audits 152 papers on geospatial foundation models and finds severe lack of standardization, making it impossible to determine state-of-the-art. The authors propose six concrete expectations to improve reproducibility and comparability.