GeoJSON: A Standardized Format for Geographic Data Encoding (RFC 7946)
By
tosh
Toasted just enough. A reliable bake, gently seasoned.
Summary
GeoJSON is a standardized format (RFC 7946) for encoding geographic data structures. It supports geometry types including Point, LineString, Polygon, MultiPoint, MultiLineString, and MultiPolygon. Features combine geometric objects with properties, and FeatureCollections group multiple features. The format was standardized by the IETF in 2015.
Key quotes
· 3 pulledGeoJSON is a format for encoding a variety of geographic data structures.
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.
You might also wanna read
Analysis of Google Street View Coverage Patterns and Geospatial Data Trends
The article analyzes Google Street View coverage data from a global dataset, converting it to Parquet format and examining geospatial patter
tech.marksblogg.com·3mo agoedn.c: A High-Performance C11 Library for Parsing EDN (Extensible Data Notation) with SIMD Acceleration
This article introduces edn.c, a high-performance EDN (Extensible Data Notation) reader library written in C11 with SIMD acceleration. EDN i
Duper: A Human-Friendly JSON Extension with Enhanced Features
Duper is a human-friendly extension of JSON that adds quality-of-life improvements, extra data types, and semantic identifiers while maintai
duper.dev.br·7mo agoTOON: Token-Oriented Object Notation - A Compact JSON Format for LLM Prompts
TOON (Token-Oriented Object Notation) is a new data format designed specifically for LLM prompts that provides a compact, human-readable enc
Apache Sedona Community Releases SedonaDB: Open-Source Single-Node Database with Native Geospatial Support
The Apache Sedona community has announced the initial release of SedonaDB, an open-source, single-node analytical database engine that treat
YAML's Deceptive Simplicity: Why the Data Format Creates More Problems Than It Solves
This article is a critical analysis of YAML as a data format, arguing that despite its goal of being human-friendly, it introduces excessive
