Skip to content

Commit f609d08

Browse files
committed
Forcing initial Travis build.
1 parent 0b57b28 commit f609d08

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ fio-buffer
88
.. image:: https://coveralls.io/repos/geowurster/fio-buffer/badge.svg?branch=master
99
:target: https://coveralls.io/r/geowurster/fio-buffer?branch=master
1010

11-
A `Fiona <http://toblerity.org/fiona/manual.html>`_ CLI plugin for buffering geometries. Powered by `buffer <http://toblerity.org/shapely/manual.html#object.buffer>`_.
12-
13-
Buffering geometries is an embarrassingly parallel task that benefits greatly from
14-
parallelization. Large complex geometries with a large number of vertexes take much longer
15-
to process than simple small ones. Use the ``--jobs`` flag to spread processing across a
16-
number of cores but remember that the output feature order is not guaranteed to be the same
17-
as the input feature order.
11+
A `Fiona <http://toblerity.org/fiona/manual.html>`_ CLI plugin for buffering geometries in parallel. Powered by `Shapely <http://toblerity.org/shapely/manual.html#object.buffer>`_.
1812

1913

2014
Usage

0 commit comments

Comments
 (0)