Skip to content

Commit

Permalink
deploy: 2350b22
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed Dec 6, 2024
1 parent c0e861b commit b8cd289
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
4 changes: 4 additions & 0 deletions _sources/cli_application.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Options

Number of threads to use. [default: number of cores]

.. option:: --no-tiling

Do not use tiling.

.. option:: --crop-output

Output cropped building pointclouds.
Expand Down
4 changes: 2 additions & 2 deletions api_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ <h1>API Reference Python<a class="headerlink" href="#api-reference-python" title
<span class="sig-prename descclassname"><span class="pre">roofer.</span></span><span class="sig-name descname"><span class="pre">reconstruct</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#roofer.reconstruct" title="Link to this definition"></a></dt>
<dd><p>Overloaded function.</p>
<ol class="arabic simple">
<li><p>reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], points_ground: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = &lt;roofer.ReconstructionConfig object at 0x7f1a81c7f170&gt;) -&gt; list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]</p></li>
<li><p>reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], points_ground: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = &lt;roofer.ReconstructionConfig object at 0x7f02516cafb0&gt;) -&gt; list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]</p></li>
</ol>
<p>Reconstruct a single instance of a building from a point cloud with ground points</p>
<ol class="arabic simple" start="2">
<li><p>reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = &lt;roofer.ReconstructionConfig object at 0x7f1a81c7f330&gt;) -&gt; list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]</p></li>
<li><p>reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = &lt;roofer.ReconstructionConfig object at 0x7f02516cb170&gt;) -&gt; list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]</p></li>
</ol>
<p>Reconstruct a single instance of a building from a point cloud without ground points</p>
</dd></dl>
Expand Down
6 changes: 6 additions & 0 deletions cli_application.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,12 @@ <h3>Options<a class="headerlink" href="#options" title="Link to this heading">¶
<dd><p>Number of threads to use. [default: number of cores]</p>
</dd></dl>

<dl class="std option">
<dt class="sig sig-object std" id="cmdoption-no-tiling">
<span class="sig-name descname"><span class="pre">--no-tiling</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-no-tiling" title="Link to this definition"></a></dt>
<dd><p>Do not use tiling.</p>
</dd></dl>

<dl class="std option">
<dt class="sig sig-object std" id="cmdoption-crop-output">
<span class="sig-name descname"><span class="pre">--crop-output</span></span><span class="sig-prename descclassname"></span><a class="headerlink" href="#cmdoption-crop-output" title="Link to this definition"></a></dt>
Expand Down
13 changes: 11 additions & 2 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,13 @@ <h2>Symbols</h2>

<ul>
<li><a href="cli_application.html#cmdoption-l">command line option</a>
</li>
</ul></li>
<li>
--no-tiling

<ul>
<li><a href="cli_application.html#cmdoption-no-tiling">command line option</a>
</li>
</ul></li>
<li>
Expand All @@ -376,15 +383,15 @@ <h2>Symbols</h2>
<li><a href="cli_application.html#cmdoption-polygon-source-layer">command line option</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
--split-cjseq

<ul>
<li><a href="cli_application.html#cmdoption-split-cjseq">command line option</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
--srs

Expand Down Expand Up @@ -556,6 +563,8 @@ <h2>C</h2>
<li><a href="cli_application.html#cmdoption-j">--jobs</a>
</li>
<li><a href="cli_application.html#cmdoption-l">--loglevel</a>
</li>
<li><a href="cli_application.html#cmdoption-no-tiling">--no-tiling</a>
</li>
<li><a href="cli_application.html#cmdoption-omit-metadata">--omit-metadata</a>
</li>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit b8cd289

Please sign in to comment.