We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaling must be specified when writing las, or it loses some precisions with the default laspy parameters (
py4dgeo/src/py4dgeo/epoch.py
Line 144 in 7d74b6d
Solutions could be like [this way ] (https://github.com/3dgeo-heidelberg/py4dgeo/blob/m3c2-ep/src/py4dgeo/m3c2ep.py#L198) :
hdr.x_scale = 0.00025 hdr.y_scale = 0.00025 hdr.z_scale = 0.00025 mean_extent = np.mean(outpoints, axis=0) hdr.x_offset = int(mean_extent[0]) hdr.y_offset = int(mean_extent[1]) hdr.z_offset = int(mean_extent[2])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Scaling must be specified when writing las, or it loses some precisions with the default laspy parameters (
py4dgeo/src/py4dgeo/epoch.py
Line 144 in 7d74b6d
Solutions could be like [this way ] (https://github.com/3dgeo-heidelberg/py4dgeo/blob/m3c2-ep/src/py4dgeo/m3c2ep.py#L198) :
The text was updated successfully, but these errors were encountered: