NLeSC / PattyAnalytics

Reusable point cloud analytics software. Includes segmentation, registration, file format conversion.
http://nlesc.github.io/PattyAnalytics/
Apache License 2.0
14 stars 8 forks source link

LAS conversion and inspection #19

Closed larsmans closed 10 years ago

larsmans commented 10 years ago

@jiskattema wants scripts for:

larsmans commented 10 years ago

I installed LibLAS. It doesn't build properly with the latest LASZIP because it looks for laszip/laszip.hpp but the latest version installs laszip.hpp (no subdir). I tried to hack up the build script, but eventually ended up working around the issue:

cd ${laszip_install_dir}/include
ln -s . laszip
jiskattema commented 10 years ago

Solves part of issue #10 only dealing with arbitrary metadata is remaining there.

larsmans commented 10 years ago

Final two points are being solved by @c-martinez.

larsmans commented 10 years ago

Conversions is not essential, skipping that part.

c-martinez commented 10 years ago

LAS files can be loaded using liblas in Python, but conversion requires scaling, offsetting and colour conversion -- nice to have, but might take more time than necessary.

larsmans commented 10 years ago

Fixed by 30e52d47888dc3773c0cf19ed0b5a7cdc9573507.