parq_blockmodel.utils.spatial_encoding.get_id_encoding_params#
- parq_blockmodel.utils.spatial_encoding.get_id_encoding_params(id_encoding)[source]#
Return
(offset_xyz, scale_xyz, axis_bits_xyz)from encoding metadata.offset_xyzandscale_xyzare always returned as three-float tuples ordered as(x, y, z).- Return type:
tuple[tuple[float,float,float],tuple[float,float,float],tuple[int,int,int]]