Skip to content

values

NlTransform

Bases: ConfigurableResource

Transformation properties for CityJSON. Used when we need a single transform that applies for the whole Netherlands.

Source code in packages/common/src/bag3d/common/resources/values.py
 5
 6
 7
 8
 9
10
11
class NlTransform(ConfigurableResource):
    """Transformation properties for CityJSON.
    Used when we need a single transform that applies for the whole Netherlands.
    """

    translate: list[float] = Field(default_factory=lambda: [171800.0, 472700.0, 0.0])
    scale: list[float] = Field(default_factory=lambda: [0.001, 0.001, 0.001])