geojson

A reference implementation of the PythonGeoInterface and the GeoJSON draft at http://geojson.org.

Background: see http://icon.stoa.org/trac/pleiades/wiki/GeoJSON

Help

Getting the latest code from the trunk:

svn co http://svn.gispython.org/gispy/geojson/trunk geojson

How to get releases

GeoJSON is available for download via PyPI (The Python Package Index) Current released version is 1.0b1

How to install

If you've used svn to get the source, or have a source tarball (you will need super-user privileges run the install command):

cd geojson
python setup.py install

How to use

GeoJSON usage comes in two flavors, both require an object that supports the PythonGeoInterface.

The source distribution of geojson comes with a set of doctests which provdide examples of usage.

Start with looking at how a GeoJSON feature can be serialized to and from a dictionary

See how custom objects can also be serialized if they support the PythonGeoInterface

Browse source

Browse Tickets

Credits

Developers: