You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>`_.
0 commit comments