Re: [QGIS-Developer] R: New QEP: Point clouds in QGIS (Martin Dobias)

2020-08-11 Thread Martin Dobias
Hi Niccolò

On Tue, Aug 11, 2020 at 10:24 AM Niccolò Marchi
 wrote:
>
> Reading the description of the QEP I didn’t see great considerations about 
> LAS & LASlib.
>
> From my experience, LAS format is almost a standard for ALS LiDAR data 
> sharing and, even if LAZ is still not well known, the size can be shrinked to 
> 1/10 thanks to it. It has a 2D index that can be easily created through the 
> open source tools of LAStools and it’s definitely well exploited using the 
> streaming filters provided by LASlib (at least in IO operations). For what 
> concerns the visualization, here you can find how it has been solved for the 
> R language (horrible for memory handling) making use of OpenGL.

I have considered LASlib library as well, but for our use case, PDAL
is a superior choice for multiple reasons:
- PDAL supports various different formats and protocols (like e.g.
GDAL does) while LASlib only deals with LAS/LAZ and maybe three more
file-based formats
- PDAL comes with plenty of algorithms for processing of point cloud
data while LASlib does not
- PDAL is being developed as an open community effort while LASlib is
mostly a single-person project

Regarding format support, both LAS & LAZ (among other formats) are of
course going to be supported as PDAL already supports them.

The 2D index from LAStools is useful for processing of data, but not
so much for visualization: if you are rendering point cloud data, you
often need to show the whole extent of the dataset but only using a
small fraction of the dataset. This is where that index from LASlib
does not help as far as I can tell: you want to have a different index
structure where you have data stored in internal nodes so you can
fetch those points quickly without having to traverse large parts of
the dataset.

Thanks for the pointer to PointCloudViewer app - I have not known it before.

Regards
Martin
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] R: New QEP: Point clouds in QGIS (Martin Dobias)

2020-08-11 Thread Niccolò Marchi
Hi Martin,
great news: I’m craving for such an enhancement!

Reading the description of the QEP I didn’t see great considerations about LAS 
& LASlib.
>From my experience, LAS format is almost a standard for ALS LiDAR data sharing 
>and, even if LAZ is still not well known, the size can be shrinked to 1/10 
>thanks to it. It has a 2D index that can be easily created through the open 
>source tools of LAStools and it’s definitely well exploited using the 
>streaming filters provided by LASlib (at least in IO operations). For what 
>concerns the visualization, 
>here you can find how it has 
>been solved for the R language (horrible for memory handling) making use of 
>OpenGL.

BTW, I’m just a user and not a programmer…just curious why the above choices :)
All the best and keep up the great work!

Niccolò





Da: 
qgis-developer-requ...@lists.osgeo.org
Inviato: lunedì 10 agosto 2020 21:00
A: qgis-developer@lists.osgeo.org
Oggetto: QGIS-Developer Digest, Vol 178, Issue 20


Message: 1
Date: Mon, 10 Aug 2020 15:25:29 +0200
From: Martin Dobias 
To: qgis-dev 
Subject: [QGIS-Developer] New QEP: Point clouds in QGIS
Message-ID:

Content-Type: text/plain; charset="UTF-8"

Hi all

I have just published a draft of the proposal for introduction of
point cloud visualization in QGIS:
https://github.com/qgis/QGIS-Enhancement-Proposals/issues/194

Any feedback would be highly appreciated!

We will be soon launching a crowdfunding campaign for the
implementation - stay tuned!

Regards
Martin


--

Subject: Digest Footer

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

--

End of QGIS-Developer Digest, Vol 178, Issue 20
***

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer