@@ -259,22 +259,15 @@ provides an overview and description of these sections.
259
259
The ` --feature-scope ` option controls which features are considered when generating the report:
260
260
261
261
- ` all ` : Includes ** all features** in the 3DCityDB, both active and terminated. All counts and derived statistics
262
- reflect the
263
- complete database. This is the default mode.
264
-
265
- - ` active ` : Includes ** only active features** when computing statistics and properties, ignoring terminated features. Overall
266
- feature counts still show both active and terminated features. Derived statistics—such as top-level features,
267
- available LoDs, and other feature-based properties—reflect only active features.
268
-
269
- In databases containing both active and terminated features, the ` active ` scope produces a report that:
270
-
271
- - Shows only statistics and properties derived from active features.
272
- - Reflects what would be returned when exporting active features.
273
- - Indicates which properties (e.g., LoDs or top-level feature types) can be used to filter active features.
274
-
275
- For example, if a specific LoD exists only for terminated features, it will not appear in the report or be usable
276
- for filtering active features. This makes the ` active ` scope useful for concise reports focused on current features, while
277
- the ` all ` scope provides a complete overview of the database.
262
+ reflect the complete database. This is the default mode.
263
+ - ` active ` : Includes ** only active features** when computing statistics and properties. Terminated features are ignored
264
+ for derived statistics such as top-level features, available LoDs, and other feature-based properties. However, overall
265
+ feature counts still show both active and terminated features.
266
+
267
+ For example, if a specific LoD exists only for terminated features, it will not be included in an export of active
268
+ features or be usable for filtering them. Consequently, this LoD does not appear in reports with ` active ` scope. This
269
+ makes the ` active ` scope ideal for concise reports focused on current features, while the ` all ` scope provides a complete
270
+ overview of the database.
278
271
279
272
!!! note
280
273
- Generating the report for only active features may take considerably more time.
0 commit comments