Lidar data visualization: Difference between revisions

From wikiluntti
No edit summary
Line 6: Line 6:


The free Lidar data set are available e.g. at [https://opentopography.org/ Opentopography.org]. We use both, the Tif data and LAS data of [https://portal.opentopography.org/dataspace/dataset?opentopoID=OTDS.042020.32632.1 IT-Ren, Fluxnet site]
The free Lidar data set are available e.g. at [https://opentopography.org/ Opentopography.org]. We use both, the Tif data and LAS data of [https://portal.opentopography.org/dataspace/dataset?opentopoID=OTDS.042020.32632.1 IT-Ren, Fluxnet site]
=== LAS File Format ===
[https://en.wikipedia.org/wiki/LAS_file_format LAS@Wikipedia]
[https://3dprinting.stackexchange.com/questions/882/how-to-print-lidar-file-format-las#884 how to print lidar file format las]
=== LAS in Python ===
[[https://github.com/tmontaigu/pylas PyLAS Github]]
[[https://github.com/grantbrown/laspy Laspy Github]] [[https://pypi.org/project/laspy/ LasPy]]
=== Interpolate Lidar Data ===
[[https://jblindsay.github.io/ghrg/WhiteboxTools/interpolate_lidar.html]]

Revision as of 22:12, 29 January 2021

Introduction

Use Lidar data, post analyze it with Python/ Pandas? and use Blender to visualize it.

Theory

The free Lidar data set are available e.g. at Opentopography.org. We use both, the Tif data and LAS data of IT-Ren, Fluxnet site

LAS File Format

LAS@Wikipedia how to print lidar file format las

LAS in Python

[PyLAS Github]

[Laspy Github] [LasPy]

Interpolate Lidar Data

[[1]]