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
<ddclass="field-odd"><p><strong>featureName</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The name of the new, combined feature</p>
121
+
<ddclass="field-odd"><p><strong>featureName</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – The name of the new, combined feature</p>
<ddclass="field-even"><p><strong>fc</strong> (<em>geometric_features.FeatureCollection</em>) – A new feature collection with a single feature with the combined
<ddclass="field-odd"><p><aclass="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.13)"><strong>ValueError</strong></a> – If the combined geometry is of an unsupported type (typically
128
+
<ddclass="field-odd"><p><aclass="reference external" href="https://docs.python.org/3/library/exceptions.html#ValueError" title="(in Python v3.14)"><strong>ValueError</strong></a> – If the combined geometry is of an unsupported type (typically
<li><p><strong>maskingFC</strong> (<aclass="reference internal" href="geometric_features.FeatureCollection.html#geometric_features.FeatureCollection" title="geometric_features.FeatureCollection"><em>geometric_features.FeatureCollection</em></a>) – Another collection of one or more features to use as masks</p></li>
124
-
<li><p><strong>show_progress</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – Show a progress bar</p></li>
124
+
<li><p><strong>show_progress</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.14)"><em>bool</em></a>) – Show a progress bar</p></li>
<li><p><strong>features</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.13)"><em>dict</em></a>) – A list of python dictionaries describing each feature, following the
113
+
<li><p><strong>features</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.14)"><em>list</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.14)"><em>dict</em></a>) – A list of python dictionaries describing each feature, following the
114
114
geojson convention</p></li>
115
-
<li><p><strong>otherProperties</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.13)"><em>dict</em></a>) – Other properties of the feature collection such as <codeclass="docutils literal notranslate"><spanclass="pre">type</span></code> and
115
+
<li><p><strong>otherProperties</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.14)"><em>dict</em></a>) – Other properties of the feature collection such as <codeclass="docutils literal notranslate"><spanclass="pre">type</span></code> and
<li><p><strong>features</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.13)"><em>dict</em></a><em>, </em><em>optional</em>) – A list of python dictionaries describing each feature, following
127
+
<li><p><strong>features</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.14)"><em>list</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.14)"><em>dict</em></a><em>, </em><em>optional</em>) – A list of python dictionaries describing each feature, following
128
128
the geojson convention</p></li>
129
-
<li><p><strong>otherProperties</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.13)"><em>dict</em></a><em>, </em><em>optional</em>) – Other properties of the feature collection such as <codeclass="docutils literal notranslate"><spanclass="pre">type</span></code> and
129
+
<li><p><strong>otherProperties</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.14)"><em>dict</em></a><em>, </em><em>optional</em>) – Other properties of the feature collection such as <codeclass="docutils literal notranslate"><spanclass="pre">type</span></code> and
<li><p><strong>figsize</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.13)"><em>tuple</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.13)"><em>float</em></a>) – Size of the figure in inches</p></li>
133
-
<li><p><strong>colors</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – Colors to cycle through for the shapes</p></li>
134
-
<li><p><strong>dpi</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – Dots per inch for the figure</p></li>
132
+
<li><p><strong>figsize</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.14)"><em>tuple</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.14)"><em>float</em></a>) – Size of the figure in inches</p></li>
133
+
<li><p><strong>colors</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.14)"><em>list</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – Colors to cycle through for the shapes</p></li>
134
+
<li><p><strong>dpi</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.14)"><em>int</em></a>) – Dots per inch for the figure</p></li>
<li><p><strong>tags</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – Tags to be added</p></li>
123
-
<li><p><strong>remove</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to remove the tag rather than adding it</p></li>
122
+
<li><p><strong>tags</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.14)"><em>list</em></a><em> of </em><aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.14)"><em>str</em></a>) – Tags to be added</p></li>
123
+
<li><p><strong>remove</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.14)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to remove the tag rather than adding it</p></li>
0 commit comments