PermafrostDiscoveryGateway / viz-points

Python package for post-processing point-cloud data for 3D visualization
Apache License 2.0
0 stars 1 forks source link

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

Open iannesbitt opened 1 year ago

iannesbitt commented 1 year ago

Should include a system to output a default config.

Parameters:

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"
  ]
}