Difference between revisions of "GeoJSON"

From Open Risk Manual
(Created page with "== Definition == GeoJSON is a format for encoding a variety of geographic data structures Category:Locations")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Definition ==
 
== Definition ==
GeoJSON is a format for encoding a variety of geographic data structures
+
'''GeoJSON''' is a format for encoding a variety of geographic data structures. GeoJSON is a geospatial data interchange format based on JavaScript Object Notation (JSON). 
 +
 
 +
GeoJSON defines several types of JSON objects and the manner in which they are combined to represent data about geographic features, their properties, and their spatial extents. GeoJSON uses a specific geographic coordinate reference system, the World Geodetic System 1984, and units of decimal degrees.
 +
 
 +
== See Also ==
 +
* [https://geojson.org/ geojson.org]
 +
* [https://tools.ietf.org/html/rfc7946 RFC 7946]
 +
* [[wikipedia:GeoJSON GeoJSON]]
  
 
[[Category:Locations]]
 
[[Category:Locations]]

Latest revision as of 18:12, 17 March 2021

Definition

GeoJSON is a format for encoding a variety of geographic data structures. GeoJSON is a geospatial data interchange format based on JavaScript Object Notation (JSON).

GeoJSON defines several types of JSON objects and the manner in which they are combined to represent data about geographic features, their properties, and their spatial extents. GeoJSON uses a specific geographic coordinate reference system, the World Geodetic System 1984, and units of decimal degrees.

See Also