slackbuilds/gis/Fiona
Benjamin Trigona-Harany a42a5f10b7 gis/Fiona: Use Python 3 for cli.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-03 02:11:10 -06:00
..
Fiona.SlackBuild gis/Fiona: Use Python 3 for cli. 2020-01-03 02:11:10 -06:00
Fiona.info gis/Fiona: Updated for version 1.8.13. 2019-12-15 17:06:29 +07:00
README gis/Fiona: Moved from Academic category. 2014-02-02 02:09:46 -06:00
slack-desc gis/Fiona: Moved from Academic category. 2014-02-02 02:09:46 -06:00

README

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.