GeoTools
View All Formats

GeoJSON

.geojson.json
Supported

GeoJSON is a geospatial data interchange format based on JSON. It can represent Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection geometries. Defined by RFC 7946, GeoJSON has become one of the most popular data exchange formats in web GIS. GeoJSON files use WGS84 coordinates and support Feature objects with associated properties and FeatureCollections for organizing multiple features.

Specifications

Standard: RFC 7946

MIME: application/geo+json, application/json

Key Features

Advantages

  • Human-readable, easy to manually edit and debug
  • Supported by virtually all GIS software and mapping libraries
  • Naturally suited for web applications and API data transmission

Limitations

  • Text format results in larger file sizes, not suitable for massive datasets
  • Does not support topology or spatial indexing

Common Use Cases

Related Tools

View All Formats