CesiumGS / cdb-to-3dtiles

Convert CDB to 3D Tiles
Apache License 2.0
76 stars 28 forks source link

Evaluate the decimation CLI flags #18

Open baothientran opened 3 years ago

baothientran commented 3 years ago

Improve CLI flags:

--elevation-decimate-error. What units are these? Meters? CDB data is always meters right? Is it possible to "un-normalize" the option so that the units are meters?

--elevation-threshold-indices not sure if this option should be included. --elevation-decimate-error is a more concrete option to most users.