qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.43k stars 2.99k forks source link

LAS with extra dimensions fails to get indexed #45903

Closed ericgyounkin closed 12 months ago

ericgyounkin commented 2 years ago

What is the bug or the crash?

I have a LAS that I have generated using laspy adding an extra float dimension ('uncertainty'). Example file below:

LAS example with 'uncertainty' dimension added

This file can be opened in laspy, LASTools and can be converted using 'entwine build' on the console to generate entwine data that can be dragged into QGIS for visualization. What I can't seem to get work is dragging in the LAS file to QGIS to build the Entwine automatically. It generates the Entwine directories but no conversion happens.

Steps to reproduce the issue

Download LAS example with 'uncertainty' dimension added

Drag file into QGIS

Only the bounds/metadata will show for the entwine data

Versions

QGIS version 3.20.2-Odense QGIS code revision 9f59a156 Qt version 5.15.2 Python version 3.9.5 GDAL/OGR version 3.3.1 PROJ version 8.1.0 EPSG Registry database version v10.027 (2021-06-17) GEOS version 3.9.1-CAPI-1.14.2 SQLite version 3.35.2 PDAL version 2.3.0 PostgreSQL client version 13.0 SpatiaLite version 5.0.1 QWT version 6.1.3 QScintilla2 version 2.11.5 OS version Windows 10 Version 2009

Active Python plugins cruisetools LAStools quick_map_services db_manager MetaSearch processing

Supported QGIS version

New profile

Additional context

No response

wonder-sk commented 2 years ago

Looks like upstream bug in untwine - https://github.com/hobu/untwine/issues/93

wonder-sk commented 2 years ago

The issue does not happen upstream anymore with PDAL 2.4 (yet to be released) + laz-perf 3.0 + untwine main branch. We just need to:

alexbruy commented 12 months ago

@ericgyounkin the link to the test data is not working. Can you test with the latest master?