Note: this page is only a draft, but this project is hosted on a public repository where anyone can contribute. Learn how to contribute in less than a minute.
GeoJSON
Represent simple geographical features, along with their non-spatial attributes based on JSON.
Table of contents
Quick overview
- Purpose: Represent simple geographical features, along with their non-spatial attributes based on JSON.
- Data type: vector
- Type of format: GIS
- Multi-file format: No
- File type: text-file
- File extension(s): .json, .geojson
- Originally developed by: Geographic JSON working group (2007)
- Technical description/specification: The GeoJSON Specification (RFC 7946)
- License: Unknown
- Regulated by: IETF
- Status: IETF Standard
- Sample file(s): ArcGIS Online public GeoJSON
- Consumable by:
Introduction
From Wikipedia.
GeoJSON is an open standard format designed for representing simple geographical features, along with their non-spatial attributes. It is based on JSON, the JavaScript Object Notation.
The features include points (therefore addresses and locations), line strings (therefore streets, highways and boundaries), polygons (countries, provinces, tracts of land), and multi-part collections of these types. GeoJSON features need not represent entities of the physical world only; mobile routing and navigation apps, for example, might describe their service coverage using GeoJSON.
Additional documentation
Tools
- Koop: An Open Geospatial ETL Engine. It is a Node.js server that can translate GeoJSON into the Geoservices specification supported by the ArcGIS
- esri-leaflet: A lightweight set of tools for working with ArcGIS services in Leaflet - (example: Using GeoJSON with Leaflet)
- geojson projects on Github
- geojson-utils: A set of utilities for converting between standard geojson and other json formats
- arcgis-to-geojson-utils: Tools to convert ArcGIS JSON geometries to GeoJSON geometries and vice-versa.
- terraformer: A geographic toolkit for dealing with geometry, geography, formats, and building geo databases
- terraformer-wkt-parser: Well-Known Text parser for Terraformer
- terraformer-arcgis-parser
- GeoJSONLint
Additional resources
Probably not all the resources are in this list, please use the ArcGIS Search tool looking for: "geojson".
Related resources
- awesome geojson: GeoJSON utilities that will make your life easier.
- TopoJSON format