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
Should include a system to output a default config.
Parameters:
bool
int
str
list[str, ...]
Possible structure:
{ "merge": false, "archive": false, "i_to_rgb": true, "rgb_scale": 1, "geoid_fallback": "GEOID18", "geoid_region": "contiguous", "translate_z": 0, "file_list": [ "f1.laz", "f2.laz" ] }
The text was updated successfully, but these errors were encountered:
iannesbitt
No branches or pull requests
Should include a system to output a default config.
Parameters:
bool
merge flagbool
archive flagbool
intensity to RGB flagint
RGB scaling multiplierstr
fallback geoid reference for when VRS is not defined in file headerstr
geoid regionint
manual Z adjustment factorlist[str, ...]
manual list of filesPossible structure:
The text was updated successfully, but these errors were encountered: