@@ -63,9 +63,9 @@ def map_cmd(pipeline, raw, no_input, dump_parts, use_rs):
6363 command prints pipeline results without wrapping them in a feature
6464 object.
6565
66- The pipeline is a string which , when evaluated by fio-map, produces
66+ The pipeline is a string that , when evaluated by fio-map, produces
6767 a new geometry object. The pipeline consists of expressions in the
68- form of parenthesized lists which may contain other expressions.
68+ form of parenthesized lists that may contain other expressions.
6969 The first item in a list is the name of a function or method, or an
7070 expression that evaluates to a function. The second item is the
7171 function's first argument or the object to which the method is
@@ -123,12 +123,12 @@ def map_cmd(pipeline, raw, no_input, dump_parts, use_rs):
123123def filter_cmd (pipeline , use_rs ):
124124 """Evaluate pipeline expressions to filter GeoJSON features.
125125
126- The pipeline is a string which , when evaluated, gives a new value
126+ The pipeline is a string that , when evaluated, gives a new value
127127 for each input feature. If the value evaluates to True, the feature
128128 passes through the filter. Otherwise the feature does not pass.
129129
130130 The pipeline consists of expressions in the
131- form of parenthesized lists which may contain other expressions.
131+ form of parenthesized lists that may contain other expressions.
132132 The first item in a list is the name of a function or method, or an
133133 expression that evaluates to a function. The second item is the
134134 function's first argument or the object to which the method is
@@ -178,9 +178,9 @@ def reduce_cmd(pipeline, raw, use_rs, zip_properties):
178178 Given a sequence of GeoJSON features (RS-delimited or not) on stdin
179179 this prints a single value using a provided transformation pipeline.
180180
181- The pipeline is a string which , when evaluated, produces
181+ The pipeline is a string that , when evaluated, produces
182182 a new geometry object. The pipeline consists of expressions in the
183- form of parenthesized lists which may contain other expressions.
183+ form of parenthesized lists that may contain other expressions.
184184 The first item in a list is the name of a function or method, or an
185185 expression that evaluates to a function. The second item is the
186186 function's first argument or the object to which the method is
0 commit comments