Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the Docker build files and minor adjustments to the core export and validation logic. The main focus is on updating the Docker base images, improving the handling of projection data, and refining export and validation parameters.
Docker image updates and projection data handling:
bag3d-core
,bag3d-floors-estimation
, andbag3d-party-walls
Dockerfiles to use3dgi/3dbag-pipeline-tools:2025.08.25
for consistency and to include the latest pipeline tools. [1] [2] [3]PROJ_DATA
environment variable indocker/tools/Dockerfile
to point to the pipeline's internaltools/share/proj
directory, and ensured Dutch transformation grids are included in the image.GDAL_DATA
andPROJ_DATA
in the tools Dockerfile, as these are now set earlier and handled more consistently.Export and validation logic improvements:
archive.py
to add the--junk-paths
option to the sozip command, ensuring that file paths are not stored inside the zip archive.planarity_d2p_tol
tolerance in the CityJSON validation from0.0001
to0.01
, allowing for slightly greater deviation in planarity checks.