diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-02-02 06:32:56 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-02 02:09:46 -0600 |
commit | 26d06b1544168e3d8f7a3d4b97c9e7045aefe07f (patch) | |
tree | 93ff43485f1b18fa8531ab0eb43f8daa47078f48 /gis/Fiona/README | |
parent | 9d2b3ac67408a16865da3c87ca7a058ba1936f13 (diff) | |
download | slackbuilds-26d06b1544168e3d8f7a3d4b97c9e7045aefe07f.tar.gz |
gis/Fiona: Moved from Academic category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/Fiona/README')
-rw-r--r-- | gis/Fiona/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gis/Fiona/README b/gis/Fiona/README new file mode 100644 index 0000000000..d079aa2700 --- /dev/null +++ b/gis/Fiona/README @@ -0,0 +1,9 @@ +Fiona provides uncomplicated Python interfaces to functions in OGR, the best +open source C/C++ library for reading and writing geographic vector data. + +Fiona is designed to be simple and dependable. It focuses on reading and +writing data in standard Python IO style, and relies upon familiar Python types +and protocols such as files, dictionaries, mappings, and iterators instead of +classes specific to OGR. Fiona can read and write real-world data using +multi-layered GIS formats and zipped virtual file systems and integrates +readily with other Python GIS packages such as pyproj, Rtree and Shapely. |