diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-04-15 22:34:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:23 +0700 |
commit | 83429e6c9867b86edf2c88853a8b917b842c47e5 (patch) | |
tree | 282a546e727225149d474b231f8ed94bb40c6e7c /gis/geojson/README | |
parent | d6e105bc09fa97fdb4cd03566b49196af28dd900 (diff) | |
download | slackbuilds-83429e6c9867b86edf2c88853a8b917b842c47e5.tar.gz |
gis/geojson: Added (Python library for GeoJSON).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/geojson/README')
-rw-r--r-- | gis/geojson/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gis/geojson/README b/gis/geojson/README new file mode 100644 index 0000000000..af80900f1a --- /dev/null +++ b/gis/geojson/README @@ -0,0 +1,4 @@ +geojson is a Python library for working with GeoJSON-formatted data. It +includes functions for encoding and decoding GeoJSON and classes for all +GeoJSON +objects. |