summaryrefslogtreecommitdiffstats
path: root/gis/Fiona
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 14:38:31 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 14:38:31 -0400
commit5cfe503188836a77243e5aae688536a03143411b (patch)
treecf85e142a3469ce029d1e87b93fe7da764f3b63e /gis/Fiona
parenta55fe975f12a55a8809ff48e348cded6bd3005ca (diff)
downloadslackbuilds-5cfe503188836a77243e5aae688536a03143411b.tar.gz
slackbuilds-5cfe503188836a77243e5aae688536a03143411b.tar.xz
gis/Fiona: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis/Fiona')
-rw-r--r--gis/Fiona/README18
1 files changed, 10 insertions, 8 deletions
diff --git a/gis/Fiona/README b/gis/Fiona/README
index d079aa2700..ad7dc450bd 100644
--- a/gis/Fiona/README
+++ b/gis/Fiona/README
@@ -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.