Categories
GeoJSON
GeoJSON is a format for encoding a variety of geographic data structures. A GeoJSON object may represent a geometry, a feature, or a collection of features. GeoJSON supports the following geometry types: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection. Features in GeoJSON contain a geometry object and additional properties, and a feature collection represents a list of features.
Last updated 29 Aug, 2009
Versions
1.0.1
- Released: 21 Dec, 2008
- Code Maturity: Stable
- Source Archive: http://pypi.python.org/packages/source/g/geojso...
- Licenses: BSD_3Clause
- Interfaces: Command Line
