We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b9d57 + b6146c3 commit 216a8efCopy full SHA for 216a8ef
packages/core/src/bag3d/core/jobs.py
@@ -135,7 +135,8 @@
135
job_nl_export_after_floors = define_asset_job(
136
name="nl_export_after_floors",
137
description="Run the tyler export and 3D Tiles steps for the Netherlands. To be run after the floors_estimation package's jobs.",
138
- selection=AssetSelection.assets(["export", "export_index"])
+ selection=AssetSelection.assets(["export", "feature_evaluation"])
139
+ | AssetSelection.assets(["export", "export_index"])
140
| AssetSelection.assets(["export", "metadata"])
141
| AssetSelection.assets(["export", "reconstruction_output_multitiles_nl"])
142
| AssetSelection.assets(["export", "geopackage_nl"])
0 commit comments