Module reprojection

Source

Structs§

Projection
Wrapper around the proj types from the proj_sys crate. Supports transformations (the Rust proj bindings don’t support this)

Functions§

reproject_point_cloud_between
Reprojection Algorithm Rewrites the 3D coordinates from the given point cloud to the given target coordinate reference system. It iterates over all points in the given point cloud. Make sure that source_crs and target_crs are valid coordinate reference systems.
reproject_point_cloud_within
Reprojection Algorithm Rewrites the 3D coordinates from the given point cloud to the given target coordinate reference system. It iterates over all points in the given point cloud. Make sure that source_crs and target_crs are valid coordinate reference systems.