wonder-sk / point-cloud-experiments

Just some prototyping for QGIS point clouds implementation
1 stars 0 forks source link

Deal with the fact that stats in EPT could be missing #60

Open wonder-sk opened 3 years ago

wonder-sk commented 3 years ago

Untwine currently does not create stats for each dimension, see https://github.com/hobu/untwine/issues/34

EPT format does not require these stats to be present, so we need a way to somehow estimate the stats (maybe read points from a bunch of nodes at the top of the octree until we read at least N points?)

nyalldawson commented 3 years ago

I'd push heavily for untwine to implement stats -- without them the user experience in qgis will be much degraded.

wonder-sk commented 3 years ago

Stats in untwine are coming :tada: - https://github.com/hobu/untwine/pull/38

nirvn commented 3 years ago

:tada: