diff --git a/_sources/cli_application.rst.txt b/_sources/cli_application.rst.txt index 00ed50b5..8b9996e3 100644 --- a/_sources/cli_application.rst.txt +++ b/_sources/cli_application.rst.txt @@ -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. diff --git a/api_py.html b/api_py.html index b0119232..1b221b36 100644 --- a/api_py.html +++ b/api_py.html @@ -306,11 +306,11 @@

API Reference Pythonroofer.reconstruct(*args, **kwargs)

Overloaded function.

    -
  1. 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 = <roofer.ReconstructionConfig object at 0x7f1a81c7f170>) -> list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]

  2. +
  3. 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 = <roofer.ReconstructionConfig object at 0x7f02516cafb0>) -> list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]

Reconstruct a single instance of a building from a point cloud with ground points

    -
  1. reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = <roofer.ReconstructionConfig object at 0x7f1a81c7f330>) -> list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]

  2. +
  3. reconstruct(points_roof: list[Annotated[list[float], FixedSize(3)]], footprint: list[list[Annotated[list[float], FixedSize(3)]]], cfg: roofer.ReconstructionConfig = <roofer.ReconstructionConfig object at 0x7f02516cb170>) -> list[list[list[list[Annotated[list[float], FixedSize(3)]]]]]

Reconstruct a single instance of a building from a point cloud without ground points

diff --git a/cli_application.html b/cli_application.html index f03e6fd7..994a5764 100644 --- a/cli_application.html +++ b/cli_application.html @@ -328,6 +328,12 @@

Options

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

+
+
+--no-tiling
+

Do not use tiling.

+
+
--crop-output
diff --git a/genindex.html b/genindex.html index dd36609c..fc9f92b0 100644 --- a/genindex.html +++ b/genindex.html @@ -360,6 +360,13 @@

Symbols

+
  • + --no-tiling + +
  • @@ -376,6 +383,8 @@

    Symbols

  • command line option
  • + + - -