mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/Fiona: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a55fe975f1
commit
5cfe503188
1 changed files with 10 additions and 8 deletions
|
@ -1,9 +1,11 @@
|
|||
Fiona provides uncomplicated Python interfaces to functions in OGR, the best
|
||||
open source C/C++ library for reading and writing geographic vector data.
|
||||
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.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue