[fiona] 06/07: Add long description

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Oct 22 21:54:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository fiona.

commit 01b86c5fec141fff3f93c0834f28bd777f968a33
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Wed Oct 22 23:44:39 2014 +0200

    Add long description
---
 debian/control | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f1fd6bd..dbf9229 100644
--- a/debian/control
+++ b/debian/control
@@ -23,11 +23,29 @@ Architecture: any
 Depends: ${python:Depends},
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Python library for reading OGR features
+Description: Python api for reading/writing vector geospatial data
+ Fiona is a python wrapper around the OGR vector data abstraction library.
+ 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.
+
 
 Package: python3-fiona
 Architecture: any
 Depends: ${python:Depends},
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Python library for reading OGR features
+Description: Python 3 api for reading/writing vector geospatial data
+ Fiona is a python wrapper around the OGR vector data abstraction library.
+ 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.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git



More information about the Pkg-grass-devel mailing list