Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layer = Point Cloud #117

Open
searoy opened this issue Jul 25, 2022 · 2 comments
Open

Layer = Point Cloud #117

searoy opened this issue Jul 25, 2022 · 2 comments

Comments

@searoy
Copy link

searoy commented Jul 25, 2022

In the QGIS 3.22 Documentation Appendix D: QGIS R script syntax, section 29.4.1 Inputs there are a variety of possible options, including vector, raster, table, etc. Under 29.4.3 Syntax Summary for QGIS R scripts there is a list of a variety of input layer examples, such as vector point, multiple vector, longstring, crs, file, etc.

When I load a lidar las file in Q it loads as a point cloud with a distinct icon and tab under the data source manager, but there is no option for point cloud in the R script syntax. I use Rstudio for a lot of lidar processing and would like to leverage the flexibility of Q in creating a more user-friendly interface in a familiar environment for my other users. It would also allow me to insert Rscript tools into a larger workflow model.

What are the chances something like this already exists, or one of the more proficient Python gurus can patch it for me? Please help.

In answer to some of the first obvious questions, no, the LAStools plugin, nor the Fusion plugin do what I need, and there is no lidR plugin that I know of, and if there was, I would probably leverage that instead.

Thanks,

C

@JanCaha
Copy link
Collaborator

JanCaha commented Jul 25, 2022

It can be done, but we need to identify common format, that QGIS can save the data to that R then can read. Preferably one that does not cause any significant data information loss.

@gsapijaszko
Copy link

Please add LAS/LAZ (using lidR https://github.com/r-lidar/lidR) as input/output formats. Similarly as raster::raster() and sf for vectors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants