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
 4
 5
 6
 7
 8
 9
10
class NlTransform(ConfigurableResource):
    """Transformation properties for CityJSON.
    Used when we need a single transform that applies for the whole Netherlands.
    """

    translate: list[float] = [171800.0, 472700.0, 0.0]
    scale: list[float] = [0.001, 0.001, 0.001]