Skip to content
New issue

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

Create config system to store per-project processing info #25

Open
iannesbitt opened this issue Jul 5, 2023 · 0 comments
Open

Create config system to store per-project processing info #25

iannesbitt opened this issue Jul 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@iannesbitt
Copy link
Contributor

iannesbitt commented Jul 5, 2023

Should include a system to output a default config.

Parameters:

  • bool merge flag
  • bool archive flag
  • bool intensity to RGB flag
  • int RGB scaling multiplier
  • str fallback geoid reference for when VRS is not defined in file header
  • str geoid region
  • int manual Z adjustment factor
  • list[str, ...] manual list of files

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"
  ]
}
@iannesbitt iannesbitt added the enhancement New feature or request label Jul 5, 2023
@iannesbitt iannesbitt self-assigned this Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant